class MAGES::Analytics::Editor::TabbedMenuController

Overview

Class for handling the tabbed menu. More…

class TabbedMenuController
{
public:
    // methods

    TabbedMenuController(VisualElement root, string sceneGraphDataName);
    void RegisterTabCallbacks();
    void SetSceneGraphData(string sceneGraphDataName);
};

Detailed Documentation

Class for handling the tabbed menu.

Methods

TabbedMenuController(VisualElement root, string sceneGraphDataName)

Initializes a new instance of the TabbedMenuController class.

Parameters:

root

The root visual element.

sceneGraphDataName

The scene graph data name.

void RegisterTabCallbacks()

Registers the tab callbacks for all available tabs.

void SetSceneGraphData(string sceneGraphDataName)

Sets the scene graph data.

Parameters:

sceneGraphDataName

The scene graph data name.