|
Fission FSN
|
#include <gfCCatalogueItem.h>

Public Member Functions | |
| fsS32 | totalCostGet () const override |
| const fsStr & | paramGet (const fsStr &pKey) const |
| Public Member Functions inherited from gfICatalogueEntry | |
| const fsStr & | nameGet () const |
| fsS32 | numChildrenGet () const |
| const gfICatalogueEntry * | childGetByIndex (fsS32 pIndex) const |
| const gfICatalogueEntry * | parentGet () const |
| fsStr | textKeyGet () const |
| fsStr | descriptionKeyGet () const |
| virtual | ~gfICatalogueEntry () |
Protected Member Functions | |
| gfCCatalogueItem (std::map< fsStr, fsStr > &pParams) | |
| virtual | ~gfCCatalogueItem () |
| Protected Member Functions inherited from gfICatalogueEntry | |
| void | childAdd (gfICatalogueEntry *pChild) |
| gfICatalogueEntry *const | childFind (const fsStr &pName) const |
| gfICatalogueEntry (const fsStr &pName, const fsStr &pTextKey, const fsStr &pDescriptionKey) | |
Protected Attributes | |
| std::map< fsStr, fsStr > | mParams |
| Protected Attributes inherited from gfICatalogueEntry | |
| gfICatalogueEntry * | mParent |
| std::vector< gfICatalogueEntry * > | mChildren |
Friends | |
| class | gfCCatalogueCatalogue |
|
protectedvirtual |
|
overridevirtual |
Reimplemented from gfICatalogueEntry.
|
friend |