Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::ActiveTab Struct Reference

Component: The active tab in a tabbed container. More...

#include <rerun/blueprint/components/active_tab.hpp>

Public Member Functions

 ActiveTab (rerun::datatypes::EntityPath tab_)
 
ActiveTaboperator= (rerun::datatypes::EntityPath tab_)
 
 ActiveTab (std::string path_)
 
ActiveTaboperator= (std::string path_)
 
 operator rerun::datatypes::EntityPath () const
 Cast to the underlying EntityPath datatype.
 

Public Attributes

rerun::datatypes::EntityPath tab
 Which tab is currently active.
 

Detailed Description

Component: The active tab in a tabbed container.

Member Data Documentation

◆ tab

rerun::datatypes::EntityPath rerun::blueprint::components::ActiveTab::tab

Which tab is currently active.

This should always correspond to a tab in the container.


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