Rerun C++ SDK
|
Component: The active tab in a tabbed container. More...
#include <rerun/blueprint/components/active_tab.hpp>
Public Member Functions | |
ActiveTab (rerun::datatypes::EntityPath tab_) | |
ActiveTab & | operator= (rerun::datatypes::EntityPath tab_) |
ActiveTab (std::string path_) | |
ActiveTab & | operator= (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. | |
Component: The active tab in a tabbed container.
rerun::datatypes::EntityPath rerun::blueprint::components::ActiveTab::tab |
Which tab is currently active.
This should always correspond to a tab in the container.