|
Fission FSN
|
#include <gfCCatalogueCatalogue.h>

Public Member Functions | |
| fsS32 | totalCostGet () const override |
| void | categoryAdd (const fsStr &pParentCategoryName, const fsStr &pNewCategoryName, const fsStr &pTextKey, const fsStr &pIconFileName) |
| void | itemAddToCategory (const fsStr &pParentCategoryName, std::map< fsStr, fsStr > &pParams) const |
| gfCCatalogueCatalogue () | |
| virtual | ~gfCCatalogueCatalogue () |
| 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 () |
Additional Inherited Members | |
| 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 inherited from gfICatalogueEntry | |
| gfICatalogueEntry * | mParent |
| std::vector< gfICatalogueEntry * > | mChildren |
| gfCCatalogueCatalogue::gfCCatalogueCatalogue | ( | ) |
|
virtual |
| void gfCCatalogueCatalogue::categoryAdd | ( | const fsStr & | pParentCategoryName, |
| const fsStr & | pNewCategoryName, | ||
| const fsStr & | pTextKey, | ||
| const fsStr & | pIconFileName ) |
| void gfCCatalogueCatalogue::itemAddToCategory | ( | const fsStr & | pParentCategoryName, |
| std::map< fsStr, fsStr > & | pParams ) const |
|
overridevirtual |
Reimplemented from gfICatalogueEntry.