Added more verbose statemachine debug output.

This commit is contained in:
Shyotl
2014-08-18 00:54:01 -05:00
parent 54f05b409c
commit 0e86b696c5
11 changed files with 233 additions and 47 deletions

View File

@@ -63,6 +63,8 @@ public:
bool hasDirname(void) const { return hasFilename(); }
std::string const& getDirname(void) const { return getFilename(); }
/*virtual*/ const char* getName() const { return "AIDirPicker"; }
public:
// Basically all public members of AIStateMachine could made accessible here,
// but I don't think others will ever be needed (not even these, actually).

View File

@@ -188,6 +188,8 @@ public:
std::string getFolder(void) const;
std::vector<std::string> const& getFilenames(void) const { return mFilenames; }
/*virtual*/ const char* getName() const { return "AIFilePicker"; }
// Load the sContextMap from disk.
static bool loadFile(std::string const& filename);
// Save the sContextMap to disk.