|
Open CASCADE Technology 6.5.2
|
#include <Graphic2d_HSequenceOfPrimitives.hxx>

Public Member Functions | |
| Graphic2d_HSequenceOfPrimitives () | |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Length () const |
| void | Clear () |
| void | Append (const Handle< Graphic2d_Primitive > &anItem) |
| void | Append (const Handle< Graphic2d_HSequenceOfPrimitives > &aSequence) |
| void | Prepend (const Handle< Graphic2d_Primitive > &anItem) |
| void | Prepend (const Handle< Graphic2d_HSequenceOfPrimitives > &aSequence) |
| void | Reverse () |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< Graphic2d_Primitive > &anItem) |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< Graphic2d_HSequenceOfPrimitives > &aSequence) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< Graphic2d_Primitive > &anItem) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< Graphic2d_HSequenceOfPrimitives > &aSequence) |
| void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
| Handle_Graphic2d_HSequenceOfPrimitives | Split (const Standard_Integer anIndex) |
| void | SetValue (const Standard_Integer anIndex, const Handle< Graphic2d_Primitive > &anItem) |
| const Handle_Graphic2d_Primitive & | Value (const Standard_Integer anIndex) const |
| Handle_Graphic2d_Primitive & | ChangeValue (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
| const Graphic2d_SequenceOfPrimitives & | Sequence () const |
| Graphic2d_SequenceOfPrimitives & | ChangeSequence () |
| Handle_Graphic2d_HSequenceOfPrimitives | ShallowCopy () const |
| Graphic2d_HSequenceOfPrimitives::Graphic2d_HSequenceOfPrimitives | ( | ) |
| void Graphic2d_HSequenceOfPrimitives::Append | ( | const Handle< Graphic2d_Primitive > & | anItem | ) |
| void Graphic2d_HSequenceOfPrimitives::Append | ( | const Handle< Graphic2d_HSequenceOfPrimitives > & | aSequence | ) |
| Graphic2d_SequenceOfPrimitives& Graphic2d_HSequenceOfPrimitives::ChangeSequence | ( | ) |
| Handle_Graphic2d_Primitive& Graphic2d_HSequenceOfPrimitives::ChangeValue | ( | const Standard_Integer | anIndex | ) |
| void Graphic2d_HSequenceOfPrimitives::Clear | ( | ) |
| void Graphic2d_HSequenceOfPrimitives::Exchange | ( | const Standard_Integer | anIndex, |
| const Standard_Integer | anOtherIndex | ||
| ) |
| void Graphic2d_HSequenceOfPrimitives::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< Graphic2d_Primitive > & | anItem | ||
| ) |
| void Graphic2d_HSequenceOfPrimitives::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< Graphic2d_HSequenceOfPrimitives > & | aSequence | ||
| ) |
| void Graphic2d_HSequenceOfPrimitives::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< Graphic2d_Primitive > & | anItem | ||
| ) |
| void Graphic2d_HSequenceOfPrimitives::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< Graphic2d_HSequenceOfPrimitives > & | aSequence | ||
| ) |
| Standard_Boolean Graphic2d_HSequenceOfPrimitives::IsEmpty | ( | ) | const |
| Standard_Integer Graphic2d_HSequenceOfPrimitives::Length | ( | ) | const |
| void Graphic2d_HSequenceOfPrimitives::Prepend | ( | const Handle< Graphic2d_Primitive > & | anItem | ) |
| void Graphic2d_HSequenceOfPrimitives::Prepend | ( | const Handle< Graphic2d_HSequenceOfPrimitives > & | aSequence | ) |
| void Graphic2d_HSequenceOfPrimitives::Remove | ( | const Standard_Integer | fromIndex, |
| const Standard_Integer | toIndex | ||
| ) |
| void Graphic2d_HSequenceOfPrimitives::Remove | ( | const Standard_Integer | anIndex | ) |
| void Graphic2d_HSequenceOfPrimitives::Reverse | ( | ) |
| const Graphic2d_SequenceOfPrimitives& Graphic2d_HSequenceOfPrimitives::Sequence | ( | ) | const |
| void Graphic2d_HSequenceOfPrimitives::SetValue | ( | const Standard_Integer | anIndex, |
| const Handle< Graphic2d_Primitive > & | anItem | ||
| ) |
| Handle_Graphic2d_HSequenceOfPrimitives Graphic2d_HSequenceOfPrimitives::ShallowCopy | ( | ) | const |
| Handle_Graphic2d_HSequenceOfPrimitives Graphic2d_HSequenceOfPrimitives::Split | ( | const Standard_Integer | anIndex | ) |
| const Handle_Graphic2d_Primitive& Graphic2d_HSequenceOfPrimitives::Value | ( | const Standard_Integer | anIndex | ) | const |
1.7.4