#include <SALOME_AISObject.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
virtual Standard_EXPORT
Handle_SALOME_InteractiveObject | getIO ()=0 |
virtual Standard_EXPORT
Standard_Boolean | hasIO ()=0 |
virtual Standard_EXPORT
Standard_CString | getName ()=0 |
| virtual Standard_EXPORT void | setName (const Standard_CString aName)=0 |
| Standard_EXPORT | ~SALOME_AISObject () |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
| Standard_EXPORT Standard_Boolean | IsKind (const Handle(Standard_Type)&) const |
Friends |
Standard_EXPORT friend
Handle_Standard_Type & | SALOME_AISObject_Type_ () |
Constructor & Destructor Documentation
| Standard_EXPORT SALOME_AISObject.~SALOME_AISObject |
( |
| ) |
|
Member Function Documentation
| void* SALOME_AISObject.operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| |
| void* SALOME_AISObject.operator new |
( |
size_t |
size | ) |
|
| void SALOME_AISObject.operator delete |
( |
void * |
anAddress | ) |
|
| virtual Standard_EXPORT Handle_SALOME_InteractiveObject SALOME_AISObject.getIO |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT Standard_Boolean SALOME_AISObject.hasIO |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT Standard_CString SALOME_AISObject.getName |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT void SALOME_AISObject.setName |
( |
const Standard_CString |
aName | ) |
[pure virtual] |
| Standard_EXPORT const SALOME_AISObject.Handle |
( |
Standard_Type |
| ) |
const |
| Standard_EXPORT Standard_Boolean SALOME_AISObject.IsKind |
( |
const Handle(Standard_Type)& |
| ) |
const |
Friends And Related Function Documentation
| Standard_EXPORT friend Handle_Standard_Type& SALOME_AISObject_Type_ |
( |
| ) |
[friend] |