A widget container that has a tab control to switch between widgets.
More...
A widget container that has a tab control to switch between widgets.
◆ AddBlockFollowGesture()
| void FMAR.UI.Widgets.TabbedDisplay.AddBlockFollowGesture |
( |
GestureBase | gesture | ) |
|
|
inline |
Adds a block follow gesture. These gestures block the follow behavior of the tabbed display when active.
- Parameters
-
| gesture | The gesture to add. |
◆ AddTab()
| void FMAR.UI.Widgets.TabbedDisplay.AddTab |
( |
Widget | widget | ) |
|
|
inline |
Adds a tab for a widget.
- Parameters
-
| widget | The widget to add a tab for. |
◆ ChangeTab()
| void FMAR.UI.Widgets.TabbedDisplay.ChangeTab |
( |
Tab | tab, |
|
|
bool | collapseCurrentIntoTab = true ) |
|
inline |
Changes the current tab.
- Parameters
-
| tab | The tab to change to. |
| collapseCurrentIntoTab | Whether to collapse the current tab into the new one. |
◆ Hide()
| void FMAR.UI.Widgets.TabbedDisplay.Hide |
( |
| ) |
|
|
inline |
Hides the tabbed display.
◆ LockPosition()
| void FMAR.UI.Widgets.TabbedDisplay.LockPosition |
( |
| ) |
|
|
inline |
◆ OnGestureStep()
| void FMAR.UI.Widgets.TabbedDisplay.OnGestureStep |
( |
int | step | ) |
|
|
inline |
Handles a "step" from the pinch and drag gesture, to switch tabs.
- Parameters
-
◆ RemoveBlockFollowGesture()
| void FMAR.UI.Widgets.TabbedDisplay.RemoveBlockFollowGesture |
( |
GestureBase | gesture | ) |
|
|
inline |
Removes a block follow gesture. These gestures block the follow behavior of the tabbed display when active.
- Parameters
-
| gesture | The gesture to remove. |
◆ RemoveCurrentTab()
| void FMAR.UI.Widgets.TabbedDisplay.RemoveCurrentTab |
( |
| ) |
|
|
inline |
Removes the current tab from the list.
◆ Show()
| void FMAR.UI.Widgets.TabbedDisplay.Show |
( |
| ) |
|
|
inline |
Shows the tabbed display.
◆ TogglePositionLock()
| void FMAR.UI.Widgets.TabbedDisplay.TogglePositionLock |
( |
| ) |
|
|
inline |
◆ UnlockPosition()
| void FMAR.UI.Widgets.TabbedDisplay.UnlockPosition |
( |
| ) |
|
|
inline |
◆ Instance
The documentation for this class was generated from the following file: