#include <AIS_ListOfInteractive.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | AIS_ListOfInteractive () |
Standard_EXPORT void | Assign (const AIS_ListOfInteractive &Other) |
void | operator= (const AIS_ListOfInteractive &Other) |
Standard_EXPORT Standard_Integer | Extent () const |
Standard_EXPORT void | Clear () |
~AIS_ListOfInteractive () | |
Standard_Boolean | IsEmpty () const |
Standard_EXPORT void | Prepend (const Handle(AIS_InteractiveObject)&I) |
Standard_EXPORT void | Prepend (const Handle(AIS_InteractiveObject)&I, AIS_ListIteratorOfListOfInteractive &theIt) |
Standard_EXPORT void | Prepend (AIS_ListOfInteractive &Other) |
Standard_EXPORT void | Append (const Handle(AIS_InteractiveObject)&I) |
Standard_EXPORT void | Append (const Handle(AIS_InteractiveObject)&I, AIS_ListIteratorOfListOfInteractive &theIt) |
Standard_EXPORT void | Append (AIS_ListOfInteractive &Other) |
Standard_EXPORT Handle_AIS_InteractiveObject & | First () const |
Standard_EXPORT Handle_AIS_InteractiveObject & | Last () const |
Standard_EXPORT void | RemoveFirst () |
Standard_EXPORT void | Remove (AIS_ListIteratorOfListOfInteractive &It) |
Standard_EXPORT void | InsertBefore (const Handle(AIS_InteractiveObject)&I, AIS_ListIteratorOfListOfInteractive &It) |
Standard_EXPORT void | InsertBefore (AIS_ListOfInteractive &Other, AIS_ListIteratorOfListOfInteractive &It) |
Standard_EXPORT void | InsertAfter (const Handle(AIS_InteractiveObject)&I, AIS_ListIteratorOfListOfInteractive &It) |
Standard_EXPORT void | InsertAfter (AIS_ListOfInteractive &Other, AIS_ListIteratorOfListOfInteractive &It) |
Private Member Functions | |
Standard_EXPORT | AIS_ListOfInteractive (const AIS_ListOfInteractive &Other) |
Private Attributes | |
Standard_Address | myFirst |
Standard_Address | myLast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|