![]() |
0.3.0
|
Namespaces | |
namespace | menus |
namespace | panels |
namespace | widgets |
namespace | windows |
Data Structures | |
class | NodeEditorApplication |
Application class providing all relevant GUI callbacks. More... | |
struct | NodeIdLess |
Comparison operator for node Ids. More... | |
Functions | |
bool | canCutOrCopyFlowElements () |
Checks if elements can be cutted/copied. | |
bool | canPasteFlowElements () |
Checks if elements can be pasted. | |
bool | canRedoLastAction () |
Checks if an action can be redone. | |
bool | canUndoLastAction () |
Checks if an action can be undone. | |
void | checkShortcuts (GlobalActions &globalAction) |
Checks if a shortcut was pressed. | |
void | clearLastActionList () |
Clears the list of last actions. | |
void | copyFlowElements () |
Copies the currently selected elements. | |
void | cutFlowElements () |
Cuts the currently selected elements. | |
float | GetTouchProgress (ax::NodeEditor::NodeId id) |
Get the Touch Progress for the specified node. | |
void | pasteFlowElements () |
Pastes the copied/cutted elements. | |
void | redoLastAction () |
Redo the last action. | |
void | saveLastAction () |
Saves the last action to the action list. | |
void | TouchNode (ax::NodeEditor::NodeId id) |
Trigger a touch event on the specified node. | |
void | undoLastAction () |
Undo the last action. | |
void | UpdateTouch (float deltaTime) |
Updates the touch events for all nodes. | |
bool NAV::gui::canCutOrCopyFlowElements | ( | ) |
Checks if elements can be cutted/copied.
Definition at line 53 of file GlobalActions.cpp.
bool NAV::gui::canPasteFlowElements | ( | ) |
Checks if elements can be pasted.
Definition at line 58 of file GlobalActions.cpp.
bool NAV::gui::canRedoLastAction | ( | ) |
Checks if an action can be redone.
Definition at line 303 of file GlobalActions.cpp.
bool NAV::gui::canUndoLastAction | ( | ) |
Checks if an action can be undone.
Definition at line 297 of file GlobalActions.cpp.
void NAV::gui::checkShortcuts | ( | GlobalActions & | globalAction | ) |
Checks if a shortcut was pressed.
Definition at line 23 of file Shortcuts.cpp.
void NAV::gui::clearLastActionList | ( | ) |
Clears the list of last actions.
Definition at line 309 of file GlobalActions.cpp.
void NAV::gui::copyFlowElements | ( | ) |
Copies the currently selected elements.
Definition at line 101 of file GlobalActions.cpp.
void NAV::gui::cutFlowElements | ( | ) |
Cuts the currently selected elements.
Definition at line 63 of file GlobalActions.cpp.
float NAV::gui::GetTouchProgress | ( | ax::NodeEditor::NodeId | id | ) |
Get the Touch Progress for the specified node.
[in] | id | Id of the Node to check |
Definition at line 47 of file TouchTracker.cpp.
void NAV::gui::pasteFlowElements | ( | ) |
Pastes the copied/cutted elements.
Definition at line 133 of file GlobalActions.cpp.
void NAV::gui::redoLastAction | ( | ) |
Redo the last action.
Definition at line 361 of file GlobalActions.cpp.
void NAV::gui::saveLastAction | ( | ) |
Saves the last action to the action list.
Definition at line 368 of file GlobalActions.cpp.
void NAV::gui::TouchNode | ( | ax::NodeEditor::NodeId | id | ) |
Trigger a touch event on the specified node.
[in] | id | Id of the node to trigger the event on |
Definition at line 39 of file TouchTracker.cpp.
void NAV::gui::undoLastAction | ( | ) |
Undo the last action.
Definition at line 354 of file GlobalActions.cpp.
void NAV::gui::UpdateTouch | ( | float | deltaTime | ) |
Updates the touch events for all nodes.
[in] | deltaTime | Time elapsed since last frame, in [seconds] |
Definition at line 60 of file TouchTracker.cpp.