class ffw::GuiTabs::Button

Class List > ffw :: GuiTabs :: Button

Inherits the following classes: ffw::GuiButtonToggle

Classes

Type Name
struct Style

Public Functions

Type Name
Button (GuiWindow * context, const std::string & label, GuiWidget * targetWidget)
virtual ~Button () = default
void setStyle (const Button::Style * style, bool defaults = false)
GuiWidget * getTargetWidget () const

Public Functions Documentation

function Button

ffw::GuiTabs::Button::Button (
    GuiWindow * context,
    const std::string & label,
    GuiWidget * targetWidget
)

function ~Button

virtual ffw::GuiTabs::Button::~Button () = default

function setStyle

void ffw::GuiTabs::Button::setStyle (
    const Button::Style * style,
    bool defaults = false
)

function getTargetWidget

GuiWidget * ffw::GuiTabs::Button::getTargetWidget () const

The documentation for this class was generated from the following file: include/ffw/gui/guitab.h