9#ifndef gfCLevelSequencerComponenthdr
10#define gfCLevelSequencerComponenthdr
46 std::vector<gfCLevelSequencerLevelComponent*>
mLevels;
Definition fsCFileListEntry.h:20
Definition fsCUniqueId.h:21
Definition fsCVariableTable.h:27
fsFileList levelFolderListGet(fsStr pRootFolder)
Definition gfCLevelSequencerComponent.cpp:145
virtual fsBool levelCriteriaMet(const fsCFileListEntry &pFileListEntry) const
Definition gfCLevelSequencerComponent.cpp:120
fsCFileListEntry fileListEntryCreate(fsStr const &pFullPathFilename)
Definition gfCLevelSequencerComponent.cpp:132
virtual ~gfCLevelSequencerComponent()
Definition gfCLevelSequencerComponent.cpp:171
gfCLevelSequencerComponent()
Definition gfCLevelSequencerComponent.cpp:167
fsBool sanityCheck(std::vector< gfCLevelSequencerLevelComponent * > pSortedLevels, fsBool pClearUpLostLevels)
Definition gfCLevelSequencerComponent.cpp:75
void levelsLoad(const fsFileList &pLevelList)
Definition gfCLevelSequencerComponent.cpp:112
static const fsCUniqueId mTypeId
Definition gfCLevelSequencerComponent.h:25
void levelsOrder()
Definition gfCLevelSequencerComponent.cpp:29
gfCLevelSequencerLevelComponent * levelFind(const fsStr &pLevelName)
Definition gfCLevelSequencerComponent.cpp:17
std::vector< gfCLevelSequencerLevelComponent * > mLevels
Definition gfCLevelSequencerComponent.h:46
virtual gfCLevelSequencerLevelComponent *const levelSequencerLevelCreate(const fsStr &pPath, const fsStr &pName)
Definition gfCLevelSequencerComponent.cpp:106
Definition gfCLevelSequencerLevelComponent.h:19
std::vector< fsCFileListEntry > fsFileList
Definition fsIFileListBuilder.h:22
bool fsBool
Definition fsBaseTypes.h:26