Open CASCADE Technology
6.5.4
|
#include <Graphic2d_DisplayList.hxx>
void Graphic2d_DisplayList::Append | ( | const Handle< Graphic2d_GraphicObject > & | anItem | ) |
void Graphic2d_DisplayList::Append | ( | const Handle< Graphic2d_DisplayList > & | aSequence | ) |
Handle_Graphic2d_GraphicObject& Graphic2d_DisplayList::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void Graphic2d_DisplayList::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void Graphic2d_DisplayList::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< Graphic2d_GraphicObject > & | anItem | ||
) |
void Graphic2d_DisplayList::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< Graphic2d_DisplayList > & | aSequence | ||
) |
void Graphic2d_DisplayList::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< Graphic2d_GraphicObject > & | anItem | ||
) |
void Graphic2d_DisplayList::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< Graphic2d_DisplayList > & | aSequence | ||
) |
void Graphic2d_DisplayList::Prepend | ( | const Handle< Graphic2d_GraphicObject > & | anItem | ) |
void Graphic2d_DisplayList::Prepend | ( | const Handle< Graphic2d_DisplayList > & | aSequence | ) |
void Graphic2d_DisplayList::Remove | ( | const Standard_Integer | anIndex | ) |
void Graphic2d_DisplayList::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void Graphic2d_DisplayList::SetValue | ( | const Standard_Integer | anIndex, |
const Handle< Graphic2d_GraphicObject > & | anItem | ||
) |
Handle_Graphic2d_DisplayList Graphic2d_DisplayList::ShallowCopy | ( | ) | const |
Handle_Graphic2d_DisplayList Graphic2d_DisplayList::Split | ( | const Standard_Integer | anIndex | ) |
const Handle_Graphic2d_GraphicObject& Graphic2d_DisplayList::Value | ( | const Standard_Integer | anIndex | ) | const |