#include <pfGUIDialogMod.h>
Member Enumeration Documentation
- Enumerator:
kModal |
|
kDerivedFlagsStart |
|
Constructor & Destructor Documentation
pfGUIDialogMod::pfGUIDialogMod |
( |
| ) |
|
Member Function Documentation
void pfGUIDialogMod::addControl |
( |
plKey |
ctrl | ) |
|
void pfGUIDialogMod::clearControls |
( |
| ) |
|
void pfGUIDialogMod::delControl |
( |
size_t |
idx | ) |
|
const std::vector<plKey>& pfGUIDialogMod::getControls |
( |
| ) |
const |
std::vector<plKey>& pfGUIDialogMod::getControls |
( |
| ) |
|
plString pfGUIDialogMod::getName |
( |
| ) |
const |
plKey pfGUIDialogMod::getProcReceiver |
( |
| ) |
const |
plKey pfGUIDialogMod::getRenderMod |
( |
| ) |
const |
plKey pfGUIDialogMod::getSceneNode |
( |
| ) |
const |
unsigned int pfGUIDialogMod::getTagID |
( |
| ) |
const |
unsigned int pfGUIDialogMod::getVersion |
( |
| ) |
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 plSingleModifier.
Reimplemented in pfGUIPopUpMenu.
virtual void pfGUIDialogMod::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().
Reimplemented from plSingleModifier.
Reimplemented in pfGUIPopUpMenu.
void pfGUIDialogMod::setName |
( |
const char * |
name | ) |
|
void pfGUIDialogMod::setProcReceiver |
( |
plKey |
receiver | ) |
|
void pfGUIDialogMod::setRenderMod |
( |
plKey |
mod | ) |
|
void pfGUIDialogMod::setSceneNode |
( |
plKey |
node | ) |
|
void pfGUIDialogMod::setTagID |
( |
unsigned int |
id | ) |
|
void pfGUIDialogMod::setVersion |
( |
unsigned int |
version | ) |
|
Member Data Documentation
std::vector<plKey> pfGUIDialogMod::fControls |
|
protected |
char pfGUIDialogMod::fName[128] |
|
protected |
plKey pfGUIDialogMod::fProcReceiver |
|
protected |
plKey pfGUIDialogMod::fRenderMod |
|
protected |
plKey pfGUIDialogMod::fSceneNode |
|
protected |
unsigned int pfGUIDialogMod::fTagID |
|
protected |
unsigned int pfGUIDialogMod::fVersion |
|
protected |
The documentation for this class was generated from the following file: