File: rwAppearance.h.
More...
List of all members.
Public Member Functions |
| | DtRwAppearance (const DtEntityType &objectType=DtEntityType::nullType(), const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) |
| | Constructor.
|
| | DtRwAppearance (const DtRwAppearance &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) |
| | Copy Constructor.
|
| | DtRwAppearance (const DtAppearance &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) |
| const DtRwAppearance & | operator= (const DtRwAppearance &orig) |
| | Assignment Operator.
|
| const DtRwAppearance & | operator= (const DtAppearance &orig) |
| virtual int | operator== (const DtRwAppearance &orig) |
| virtual int | operator== (const DtAppearance &orig) |
| virtual int | operator!= (const DtRwAppearance &orig) |
| virtual int | operator!= (const DtAppearance &orig) |
| virtual | ~DtRwAppearance () |
| | Destructor.
|
| virtual DtRwAppearance * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| | Clone.
|
| virtual void | putData (FILE *fp, int indentLevel=0) |
| | Deriving class overrides these to get/put class specific data.
|
| 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.
|
Detailed Description
File: rwAppearance.h.
Class: DtRwAppearance Class Description: Readable, writable form of DtAppearance
Constructor & Destructor Documentation
Constructor.
If an appearance attribute is not valid for the entity type supplied, the corresponding accessor will return false.
Member Function Documentation
| const DtRwAppearance& DtRwAppearance::operator= |
( |
const DtAppearance & |
orig | ) |
|
| virtual int DtRwAppearance::operator== |
( |
const DtRwAppearance & |
orig | ) |
[virtual] |
| virtual int DtRwAppearance::operator== |
( |
const DtAppearance & |
orig | ) |
[virtual] |
| virtual int DtRwAppearance::operator!= |
( |
const DtRwAppearance & |
orig | ) |
[virtual] |
| virtual int DtRwAppearance::operator!= |
( |
const DtAppearance & |
orig | ) |
[virtual] |
Deriving class overrides these to get/put class specific data.
Reimplemented from DtReaderWriter.
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.
The documentation for this class was generated from the following file: