...
#include <SALOME_InteractiveObject.hxx>
Constructor & Destructor Documentation
| SALOME_InteractiveObject::SALOME_InteractiveObject |
( |
| ) |
|
| SALOME_InteractiveObject::SALOME_InteractiveObject |
( |
const char * |
anEntry, |
|
|
const char * |
aComponentDataType, |
|
|
const char * |
aName = "" |
|
) |
| |
Constructor
- Parameters:
-
| anEntry | - entry of object |
| aComponentDataType | - component data type name |
| aName | - name of object |
| virtual Standard_EXPORT SALOME_InteractiveObject.~SALOME_InteractiveObject |
( |
| ) |
[virtual] |
Member Function Documentation
| void* SALOME_InteractiveObject.operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| |
| void* SALOME_InteractiveObject.operator new |
( |
size_t |
size | ) |
|
| void SALOME_InteractiveObject.operator delete |
( |
void * |
anAddress | ) |
|
| void SALOME_InteractiveObject::setEntry |
( |
const char * |
anEntry | ) |
|
Sets entry
- Parameters:
-
| anEntry | - new entry of object |
References myEntry.
| const char * SALOME_InteractiveObject::getEntry |
( |
| ) |
|
| void SALOME_InteractiveObject::setName |
( |
const char * |
aName | ) |
|
| const char * SALOME_InteractiveObject::getName |
( |
| ) |
|
- Returns:
- name
References myName.
| Standard_Boolean SALOME_InteractiveObject::hasEntry |
( |
| ) |
|
- Returns:
- true if entry isn't empty
References myEntry.
| Standard_Boolean SALOME_InteractiveObject::hasReference |
( |
| ) |
|
- Returns:
- true if object has reference
References myReference.
| const char * SALOME_InteractiveObject::getReference |
( |
| ) |
|
| void SALOME_InteractiveObject::setReference |
( |
const char * |
aReference | ) |
|
Sets reference
- Parameters:
-
| aReference | - new reference |
References myReference.
| void SALOME_InteractiveObject::setComponentDataType |
( |
const char * |
aComponentDataType | ) |
|
Sets component data type
- Parameters:
-
| aComponentDataType | - component data type name |
References myComponentDataType.
| const char * SALOME_InteractiveObject::getComponentDataType |
( |
| ) |
|
| Standard_Boolean SALOME_InteractiveObject::isComponentType |
( |
const char * |
ComponentDataType | ) |
|
- Returns:
- true if component data types are same
- Parameters:
-
| ComponentDataType | - component data type to be checked |
References myComponentDataType.
| Standard_EXPORT const SALOME_InteractiveObject.Handle |
( |
Standard_Type |
| ) |
const |
| Standard_EXPORT Standard_Boolean SALOME_InteractiveObject.IsKind |
( |
const Handle(Standard_Type)& |
| ) |
const |
Friends And Related Function Documentation
| Standard_EXPORT friend Handle_Standard_Type& SALOME_InteractiveObject_Type_ |
( |
| ) |
[friend] |
Field Documentation