Gets the tab with the given title, creating it if it does not already exist.
- Parameters
-
title | the title of the tab |
- Returns
- the tab with the given title
Implements frc::ShuffleboardRoot.
void frc::detail::ShuffleboardInstance::SelectTab |
( |
int |
index | ) |
|
|
overridevirtual |
Selects the tab in the dashboard with the given index in the range [0..n-1], where n is the number of tabs in the dashboard at the time this method is called.
- Parameters
-
index | the index of the tab to select |
Implements frc::ShuffleboardRoot.
void frc::detail::ShuffleboardInstance::SelectTab |
( |
wpi::StringRef |
title | ) |
|
|
overridevirtual |
Selects the tab in the dashboard with the given title.
- Parameters
-
title | the title of the tab to select |
Implements frc::ShuffleboardRoot.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/WPILib/WPILib - Development/arm/wpilibc/src/main/native/include/frc/shuffleboard/ShuffleboardInstance.h