23 bool mCurrent =
false;
25 bool selectableIsSelectedImpl()
override;
35 void setCurrent(
bool current);
38class API_AUI_VIEWS ATabButtonRow:
public AViewContainerBase {
44 void setCurrent(
size_t i,
bool current);
45 void addTab(
const AString& name);
60class API_AUI_VIEWS ATabView:
public AViewContainerBase {
69 void setTabId(
unsigned tabId);
auto text() const
Label's text property.
Definition AAbstractLabel.h:37
Represents a simple single-line text display view.
Definition ALabel.h:23
Represents a Unicode character string.
Definition AString.h:37
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:178
Interface to work with ass::Selected selector.
Definition Selected.h:21