#include <plAgeLinkInfo.h>
Member Enumeration Documentation
- Enumerator:
kHasAgeFilename |
|
kHasAgeInstanceName |
|
kHasAgeInstanceGuid |
|
kHasAgeUserDefinedName |
|
kHasAgeSequenceNumber |
|
kHasAgeDescription |
|
kHasAgeLanguage |
|
Constructor & Destructor Documentation
plAgeInfoStruct::plAgeInfoStruct |
( |
| ) |
|
Member Function Documentation
void plAgeInfoStruct::clear |
( |
| ) |
|
void plAgeInfoStruct::clearAgeDescription |
( |
| ) |
|
void plAgeInfoStruct::clearAgeFilename |
( |
| ) |
|
void plAgeInfoStruct::clearAgeInstanceGuid |
( |
| ) |
|
void plAgeInfoStruct::clearAgeInstanceName |
( |
| ) |
|
void plAgeInfoStruct::clearAgeLanguage |
( |
| ) |
|
void plAgeInfoStruct::clearAgeSequenceNumber |
( |
| ) |
|
void plAgeInfoStruct::clearAgeUserDefinedName |
( |
| ) |
|
plString plAgeInfoStruct::getAgeDescription |
( |
| ) |
const |
plString plAgeInfoStruct::getAgeFilename |
( |
| ) |
const |
const plUuid& plAgeInfoStruct::getAgeInstanceGuid |
( |
| ) |
const |
plString plAgeInfoStruct::getAgeInstanceName |
( |
| ) |
const |
int plAgeInfoStruct::getAgeLanguage |
( |
| ) |
const |
int plAgeInfoStruct::getAgeSequenceNumber |
( |
| ) |
const |
plString plAgeInfoStruct::getAgeUserDefinedName |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeDescription |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeFilename |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeInstanceGuid |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeInstanceName |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeLanguage |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeSequenceNumber |
( |
| ) |
const |
bool plAgeInfoStruct::hasAgeUserDefiniedName |
( |
| ) |
const |
This must be overloaded by subclasses to parse PRC data specific to the class from the PRC document. It is called once for each tag that is a child to the Creatable tag itself, so subclasses should check for each supported tag and handle it accordingly if it matches. If the tag is not recognized, it should be passed along to the parent class.
Reimplemented from plCreatable.
virtual void plAgeInfoStruct::IPrcWrite |
( |
pfPrcHelper * |
prc | ) |
|
|
protectedvirtual |
This must be overloaded by subclasses to write PRC data specific to the class to the PRC document. Do not write the top-level creatable tag, that is handled by prcWrite().
Implements plCreatable.
bool plAgeInfoStruct::isEmpty |
( |
| ) |
|
Read this creatable from a PRC tag. If any keys are parsed, they will be added to the plResManager automatically.
Reimplemented from plCreatable.
Reads this creatable directly from the stream. If any keys are read, they will be added to the plResManager automatically.
Reimplemented from plCreatable.
void plAgeInfoStruct::setAgeDescription |
( |
plString |
desc | ) |
|
void plAgeInfoStruct::setAgeFilename |
( |
plString |
name | ) |
|
void plAgeInfoStruct::setAgeInstanceGuid |
( |
const plUuid & |
guid | ) |
|
void plAgeInfoStruct::setAgeInstanceName |
( |
plString |
name | ) |
|
void plAgeInfoStruct::setAgeLanguage |
( |
int |
lang | ) |
|
void plAgeInfoStruct::setAgeSequenceNumber |
( |
int |
seq | ) |
|
void plAgeInfoStruct::setAgeUserDefinedName |
( |
plString |
name | ) |
|
Writes this creatable directly to the stream. The plResManager is used to manage any key references written by this creatable.
Reimplemented from plCreatable.
Member Data Documentation
plString plAgeInfoStruct::fAgeDescription |
|
protected |
plUuid plAgeInfoStruct::fAgeInstanceGuid |
|
protected |
plString plAgeInfoStruct::fAgeInstanceName |
|
protected |
int plAgeInfoStruct::fAgeLanguage |
|
protected |
int plAgeInfoStruct::fAgeSequenceNumber |
|
protected |
plString plAgeInfoStruct::fAgeUserDefinedName |
|
protected |
unsigned char plAgeInfoStruct::fFlags |
|
protected |
The documentation for this class was generated from the following file: