![]() |
0.5.1
|
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. | |
| void | checkShortcuts (GlobalActions &globalAction) |
| Checks if a shortcut was pressed. | |
| 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 | TouchNode (ax::NodeEditor::NodeId id) |
| Trigger a touch event on the specified node. | |
| 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 42 of file GlobalActions.cpp.
| bool NAV::gui::canPasteFlowElements | ( | ) |
Checks if elements can be pasted.
Definition at line 47 of file GlobalActions.cpp.
| void NAV::gui::checkShortcuts | ( | GlobalActions & | globalAction | ) |
Checks if a shortcut was pressed.
Definition at line 20 of file Shortcuts.cpp.
| void NAV::gui::copyFlowElements | ( | ) |
Copies the currently selected elements.
Definition at line 86 of file GlobalActions.cpp.
| void NAV::gui::cutFlowElements | ( | ) |
Cuts the currently selected elements.
Definition at line 52 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 118 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::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.