5#include <unordered_map>
31using std::unordered_map;
93 enum TabType {
TABTYPE_UNKNOWN,
TABTYPE_EMPTYEDITOR,
TABTYPE_TRIGGEREDITOR,
TABTYPE_ENVMAPEDITOR,
TABTYPE_MODELEDITOR,
TABTYPE_TERRAINEDITOR,
TABTYPE_PARTICLESYSTEMEDITOR,
TABTYPE_SCENEEDITOR,
TABTYPE_TEXTURE,
TABTYPE_FONT,
TABTYPE_UIEDITOR,
TABTYPE_SOUND,
TABTYPE_TEXT };
475 void addFile(
const string& pathName,
const string& fileName,
const string& type);
489 void openFile(
const string& absoluteFileName);
578 void showErrorPopUp(
const string& caption,
const string& message);
588 void getViewPort(
GUINode* viewPortNode,
int& left,
int& top,
int& width,
int& height);
608 auto tabViewIt =
tabViews.find(tabId);
610 return &tabViewIt->second;
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
void unlock()
Unlocks this mutex.
void lock()
Locks the mutex, additionally mutex locks will block until other locks have been unlocked.
GUI action listener interface.
GUI change listener interface.
GUI focus listener interface.