71 showInfoPopUp(
"Warning",
"This command is not supported yet");
97 int tooltipLeft, tooltipTop;
109 xml+=
"<selectbox-option text=\"Texture\" value=\"texture\" />\n";
const string & getToolTip()
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
File system singleton class.
void onContextMenuRequest(GUIElementNode *node, int mouseX, int mouseY) override
On context menu request.
void onDrop(const string &payload, int mouseX, int mouseY) override
On drop.
virtual ~TextureTabController()
Destructor.
void dispose() override
Dispose.
void setOutlinerAddDropDownContent()
Set outliner add drop down content.
void onChange(GUIElementNode *node) override
On change.
void onCommand(TabControllerCommand command) override
On command.
void onUnfocus(GUIElementNode *node) override
On unfocus.
void onTooltipCloseRequest() override
On tooltip close request.
GUIScreenNode * screenNode
void onFocus(GUIElementNode *node) override
On focus.
void initialize(GUIScreenNode *screenNode) override
Init.
void showInfoPopUp(const string &caption, const string &message)
Show the information pop up / modal.
void onAction(GUIActionListenerType type, GUIElementNode *node) override
void setOutlinerContent()
Set outliner content.
void onTooltipShowRequest(GUINode *node, int mouseX, int mouseY) override
On tooltip show request.
EditorView * getEditorView()
std::exception Exception
Exception base class.