|
Rose
|
A TabPage manages a single Widget which displays the page contents. More...
#include <Tab.h>


Public Member Functions | |
| TabPage (TabPage &&)=delete | |
| TabPage (const TabPage &)=delete | |
| TabPage & | operator= (TabPage &&)=delete |
| TabPage & | operator= (const TabPage &)=delete |
| TabPage (std::string label) | |
| Constructor. | |
| TabPage (std::string_view label) | |
| Constructor. | |
| TabPage (const char *label) | |
| Constructor. | |
| const std::string & | tabLabel () const noexcept |
| Access the TabPage label. More... | |
Protected Attributes | |
| std::string | mTabLabel {} |
| The identity of the TabPage, will be the TabButton Label. | |
|
inlinenoexcept |
Access the TabPage label.
1.8.13