![]() |
Ember
|
Callbacks for navigator actions (view, refresh, center, open scene, close). More...
#include <NavigatorTab.h>
Public Attributes | |
| std::function< bool()> | canViewInCurrentScene |
| std::function< void()> | refreshVisualization |
| std::function< void(EmberCore::ITreeNode *)> | centerOnNode |
| std::function< void(const std::string &)> | openInNewScene |
| std::function< void()> | onTabClosed |
Callbacks for navigator actions (view, refresh, center, open scene, close).
Definition at line 28 of file NavigatorTab.h.
| std::function<bool()> EmberUI::NavigatorCallbacks::canViewInCurrentScene |
Definition at line 29 of file NavigatorTab.h.
| std::function<void(EmberCore::ITreeNode *)> EmberUI::NavigatorCallbacks::centerOnNode |
Definition at line 31 of file NavigatorTab.h.
| std::function<void()> EmberUI::NavigatorCallbacks::onTabClosed |
Definition at line 33 of file NavigatorTab.h.
| std::function<void(const std::string &)> EmberUI::NavigatorCallbacks::openInNewScene |
Definition at line 32 of file NavigatorTab.h.
| std::function<void()> EmberUI::NavigatorCallbacks::refreshVisualization |
Definition at line 30 of file NavigatorTab.h.