TDME2 1.9.121
|
Context menu screen controller. More...
#include <tdme/tools/editor/controllers/ContextMenuScreenController.h>
Public Member Functions | |
ContextMenuScreenController () | |
Public constructor. More... | |
virtual | ~ContextMenuScreenController () |
Destructor. More... | |
void | clear () |
Clear. More... | |
void | addMenuItem (const string &text, const string &id, Action *action=nullptr) |
Add menu item. More... | |
void | addMenuSeparator () |
Add menu separator. More... | |
GUIScreenNode * | getScreenNode () override |
void | initialize () override |
Init. More... | |
void | dispose () override |
Dispose. More... | |
void | onActionPerformed (GUIActionListenerType type, GUIElementNode *node) override |
void | onFocus (GUIElementNode *node) override |
On focus. More... | |
void | onUnfocus (GUIElementNode *node) override |
On unfocus. More... | |
void | show (int mouseX, int mouseY) |
Shows the pop up. More... | |
void | close () |
Closes the pop up. More... | |
![]() | |
virtual | ~ScreenController () |
Destructor. More... | |
virtual GUIScreenNode * | getScreenNode ()=0 |
virtual void | initialize ()=0 |
Init. More... | |
virtual void | dispose ()=0 |
Dispose. More... | |
![]() | |
virtual | ~GUIActionListener () |
Destructor. More... | |
virtual void | onActionPerformed (GUIActionListenerType type, GUIElementNode *node)=0 |
On action performed. More... | |
![]() | |
virtual | ~GUIFocusListener () |
Destructor. More... | |
virtual void | onFocus (GUIElementNode *node)=0 |
On focus. More... | |
virtual void | onUnfocus (GUIElementNode *node)=0 |
On unfocus. More... | |
Private Attributes | |
GUIScreenNode * | screenNode { nullptr } |
GUIElementNode * | contextMenuNode { nullptr } |
unordered_map< string, Action * > | actions |
Context menu screen controller.
Definition at line 30 of file ContextMenuScreenController.h.
Public constructor.
Definition at line 47 of file ContextMenuScreenController.cpp.
|
virtual |
Destructor.
Definition at line 51 of file ContextMenuScreenController.cpp.
void addMenuItem | ( | const string & | text, |
const string & | id, | ||
Action * | action = nullptr |
||
) |
Add menu item.
text | text |
id | id |
action | action |
Definition at line 122 of file ContextMenuScreenController.cpp.
void addMenuSeparator | ( | ) |
Add menu separator.
Definition at line 132 of file ContextMenuScreenController.cpp.
void clear | ( | ) |
Clear.
Definition at line 116 of file ContextMenuScreenController.cpp.
void close | ( | ) |
Closes the pop up.
Definition at line 96 of file ContextMenuScreenController.cpp.
|
overridevirtual |
Dispose.
Implements ScreenController.
Definition at line 77 of file ContextMenuScreenController.cpp.
|
overridevirtual |
Implements ScreenController.
Definition at line 58 of file ContextMenuScreenController.cpp.
|
overridevirtual |
|
override |
Definition at line 101 of file ContextMenuScreenController.cpp.
|
overridevirtual |
On focus.
node | node |
Implements GUIFocusListener.
Definition at line 110 of file ContextMenuScreenController.cpp.
|
overridevirtual |
On unfocus.
node | node |
Implements GUIFocusListener.
Definition at line 113 of file ContextMenuScreenController.cpp.
void show | ( | int | mouseX, |
int | mouseY | ||
) |
Shows the pop up.
mouseX | mouse X |
mouseY | mouse Y |
Definition at line 81 of file ContextMenuScreenController.cpp.
|
private |
Definition at line 39 of file ContextMenuScreenController.h.
|
private |
Definition at line 38 of file ContextMenuScreenController.h.
|
private |
Definition at line 37 of file ContextMenuScreenController.h.