#include <frc/shuffleboard/ShuffleboardInstance.h>
◆ ShuffleboardInstance() [1/2]
◆ ~ShuffleboardInstance()
virtual frc::detail::ShuffleboardInstance::~ShuffleboardInstance |
( |
| ) |
|
|
virtual |
◆ ShuffleboardInstance() [2/2]
◆ DisableActuatorWidgets()
void frc::detail::ShuffleboardInstance::DisableActuatorWidgets |
( |
| ) |
|
|
overridevirtual |
◆ EnableActuatorWidgets()
void frc::detail::ShuffleboardInstance::EnableActuatorWidgets |
( |
| ) |
|
|
overridevirtual |
◆ GetTab()
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.
◆ operator=()
◆ SelectTab() [1/2]
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.
◆ SelectTab() [2/2]
void frc::detail::ShuffleboardInstance::SelectTab |
( |
std::string_view | title | ) |
|
|
overridevirtual |
Selects the tab in the dashboard with the given title.
- Parameters
-
title | the title of the tab to select |
Implements frc::ShuffleboardRoot.
◆ Update()
void frc::detail::ShuffleboardInstance::Update |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: