Open CASCADE Technology 6.5.2
Public Member Functions
Graphic2d_BufferList Class Reference

#include <Graphic2d_BufferList.hxx>

Inheritance diagram for Graphic2d_BufferList:
Inheritance graph
[legend]

Public Member Functions

 Graphic2d_BufferList ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
void Clear ()
void Append (const Handle< Graphic2d_Buffer > &anItem)
void Append (const Handle< Graphic2d_BufferList > &aSequence)
void Prepend (const Handle< Graphic2d_Buffer > &anItem)
void Prepend (const Handle< Graphic2d_BufferList > &aSequence)
void Reverse ()
void InsertBefore (const Standard_Integer anIndex, const Handle< Graphic2d_Buffer > &anItem)
void InsertBefore (const Standard_Integer anIndex, const Handle< Graphic2d_BufferList > &aSequence)
void InsertAfter (const Standard_Integer anIndex, const Handle< Graphic2d_Buffer > &anItem)
void InsertAfter (const Standard_Integer anIndex, const Handle< Graphic2d_BufferList > &aSequence)
void Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex)
Handle_Graphic2d_BufferList Split (const Standard_Integer anIndex)
void SetValue (const Standard_Integer anIndex, const Handle< Graphic2d_Buffer > &anItem)
const Handle_Graphic2d_Buffer & Value (const Standard_Integer anIndex) const
Handle_Graphic2d_Buffer & ChangeValue (const Standard_Integer anIndex)
void Remove (const Standard_Integer anIndex)
void Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex)
const Graphic2d_SequenceOfBufferSequence () const
Graphic2d_SequenceOfBufferChangeSequence ()
Handle_Graphic2d_BufferList ShallowCopy () const

Constructor & Destructor Documentation

Graphic2d_BufferList::Graphic2d_BufferList ( )

Member Function Documentation

void Graphic2d_BufferList::Append ( const Handle< Graphic2d_Buffer > &  anItem)
void Graphic2d_BufferList::Append ( const Handle< Graphic2d_BufferList > &  aSequence)
Graphic2d_SequenceOfBuffer& Graphic2d_BufferList::ChangeSequence ( )
Handle_Graphic2d_Buffer& Graphic2d_BufferList::ChangeValue ( const Standard_Integer  anIndex)
void Graphic2d_BufferList::Clear ( )
void Graphic2d_BufferList::Exchange ( const Standard_Integer  anIndex,
const Standard_Integer  anOtherIndex 
)
void Graphic2d_BufferList::InsertAfter ( const Standard_Integer  anIndex,
const Handle< Graphic2d_Buffer > &  anItem 
)
void Graphic2d_BufferList::InsertAfter ( const Standard_Integer  anIndex,
const Handle< Graphic2d_BufferList > &  aSequence 
)
void Graphic2d_BufferList::InsertBefore ( const Standard_Integer  anIndex,
const Handle< Graphic2d_Buffer > &  anItem 
)
void Graphic2d_BufferList::InsertBefore ( const Standard_Integer  anIndex,
const Handle< Graphic2d_BufferList > &  aSequence 
)
Standard_Boolean Graphic2d_BufferList::IsEmpty ( ) const
Standard_Integer Graphic2d_BufferList::Length ( ) const
void Graphic2d_BufferList::Prepend ( const Handle< Graphic2d_Buffer > &  anItem)
void Graphic2d_BufferList::Prepend ( const Handle< Graphic2d_BufferList > &  aSequence)
void Graphic2d_BufferList::Remove ( const Standard_Integer  fromIndex,
const Standard_Integer  toIndex 
)
void Graphic2d_BufferList::Remove ( const Standard_Integer  anIndex)
void Graphic2d_BufferList::Reverse ( )
const Graphic2d_SequenceOfBuffer& Graphic2d_BufferList::Sequence ( ) const
void Graphic2d_BufferList::SetValue ( const Standard_Integer  anIndex,
const Handle< Graphic2d_Buffer > &  anItem 
)
Handle_Graphic2d_BufferList Graphic2d_BufferList::ShallowCopy ( ) const
Handle_Graphic2d_BufferList Graphic2d_BufferList::Split ( const Standard_Integer  anIndex)
const Handle_Graphic2d_Buffer& Graphic2d_BufferList::Value ( const Standard_Integer  anIndex) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines