Ember
Loading...
Searching...
No Matches
EmberUI::NavigatorCallbacks Struct Reference

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

Detailed Description

Callbacks for navigator actions (view, refresh, center, open scene, close).

Definition at line 28 of file NavigatorTab.h.

Member Data Documentation

◆ canViewInCurrentScene

std::function<bool()> EmberUI::NavigatorCallbacks::canViewInCurrentScene

Definition at line 29 of file NavigatorTab.h.

◆ centerOnNode

std::function<void(EmberCore::ITreeNode *)> EmberUI::NavigatorCallbacks::centerOnNode

Definition at line 31 of file NavigatorTab.h.

◆ onTabClosed

std::function<void()> EmberUI::NavigatorCallbacks::onTabClosed

Definition at line 33 of file NavigatorTab.h.

◆ openInNewScene

std::function<void(const std::string &)> EmberUI::NavigatorCallbacks::openInNewScene

Definition at line 32 of file NavigatorTab.h.

◆ refreshVisualization

std::function<void()> EmberUI::NavigatorCallbacks::refreshVisualization

Definition at line 30 of file NavigatorTab.h.


The documentation for this struct was generated from the following file: