![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtRwSimulationAddress: More...

Public Member Functions | |
| DtRwSimulationAddress () | |
| default constructor | |
| DtRwSimulationAddress (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| real constructors - Set up to perform reader/writer operations correctly. | |
| DtRwSimulationAddress (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwSimulationAddress (const DtString &name, int siteId, int appId, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwSimulationAddress (const DtSymbolString &name, int siteId, int appId, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwSimulationAddress (const DtSimulationAddress &simulationAddress, const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwSimulationAddress (const DtSimulationAddress &simulationAddress, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| virtual | ~DtRwSimulationAddress () |
| destructor | |
| DtRwSimulationAddress (const DtRwSimulationAddress &orig) | |
| copy constructor | |
| DtRwSimulationAddress & | operator= (const DtRwSimulationAddress &orig) |
| assignment operator: assigns value only | |
| virtual void | putData (FILE *fp, int indentlLevel=0) |
| Overridden to write and read the new field (as local data) from/to file. | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
class DtRwSimulationAddress:
Instances of DtRwSimulationAddress are readable/writeable DtSimulationAddresses.
default constructor
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructors - Set up to perform reader/writer operations correctly.
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtString & | name, |
| int | siteId, | ||
| int | appId, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtSymbolString & | name, |
| int | siteId, | ||
| int | appId, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtSimulationAddress & | simulationAddress, |
| const DtString & | name, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtSimulationAddress & | simulationAddress, |
| const DtSymbolString & | name, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| virtual DtRwSimulationAddress::~DtRwSimulationAddress | ( | ) | [virtual] |
destructor
| DtRwSimulationAddress::DtRwSimulationAddress | ( | const DtRwSimulationAddress & | orig | ) |
copy constructor
| DtRwSimulationAddress& DtRwSimulationAddress::operator= | ( | const DtRwSimulationAddress & | orig | ) |
assignment operator: assigns value only
| virtual void DtRwSimulationAddress::putData | ( | FILE * | fp, |
| int | indentlLevel = 0 |
||
| ) | [virtual] |
Overridden to write and read the new field (as local data) from/to file.
Format for the type is as follows: (site app)
Reimplemented from DtReaderWriter.
| virtual DtlObjPtr DtRwSimulationAddress::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
| virtual const char* DtRwSimulationAddress::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtReaderWriter.