class ffw::GuiStyle
Class List > ffw :: GuiStyle
Classes
| Type | Name |
|---|---|
| class | Attribute |
| class | Background |
| class | Border |
| class | Function |
| class | Text |
Public Types
| Type | Name |
|---|---|
| typedef Border | Outline |
| typedef GuiStyle::Attribute< GuiUnits > | Padding |
| typedef GuiStyle::Attribute< GuiUnits > | Margin |
Public Attributes
| Type | Name |
|---|---|
| Background | background |
| Border | border |
| Outline | outline |
| Text | text |
| Function | function |
Public Functions
| Type | Name |
|---|---|
| GuiStyle () | |
| GuiStyle (const Background & b, const Border & br, const Outline & ou, const Text & t, const Function & f) |
Public Types Documentation
typedef Outline
typedef Border ffw::GuiStyle::Outline;
typedef Padding
typedef GuiStyle::Attribute<GuiUnits> ffw::GuiStyle::Padding;
typedef Margin
typedef GuiStyle::Attribute<GuiUnits> ffw::GuiStyle::Margin;
Public Attributes Documentation
variable background
Background ffw::GuiStyle::background;
variable border
Border ffw::GuiStyle::border;
variable outline
Outline ffw::GuiStyle::outline;
variable text
Text ffw::GuiStyle::text;
variable function
Function ffw::GuiStyle::function;
Public Functions Documentation
function GuiStyle (1/2)
ffw::GuiStyle::GuiStyle ()
function GuiStyle (2/2)
ffw::GuiStyle::GuiStyle (
const Background & b,
const Border & br,
const Outline & ou,
const Text & t,
const Function & f
)
The documentation for this class was generated from the following file: include/ffw/gui/guistyle.h