class ffw::GuiStyle::Background
Class List > ffw :: GuiStyle :: Background
Public Types
| Type | Name |
|---|---|
| enum | Type { NONE = 0, SIMPLE } |
| typedef Attribute< float > | Radius |
Public Attributes
| Type | Name |
|---|---|
| Attribute< float > | radius |
| ffw::Color | color |
| Type | type |
Public Functions
| Type | Name |
|---|---|
| Background () | |
| Background (const ffw::Color & c) | |
| Background (const Attribute< float > & r, const ffw::Color & c) | |
| operator bool () const |
Public Types Documentation
enum Type
enum ffw::GuiStyle::Background::Type {
NONE = 0,
SIMPLE,
};
typedef Radius
typedef Attribute<float> ffw::GuiStyle::Background::Radius;
Public Attributes Documentation
variable radius
Attribute<float> ffw::GuiStyle::Background::radius;
variable color
ffw::Color ffw::GuiStyle::Background::color;
variable type
Type ffw::GuiStyle::Background::type;
Public Functions Documentation
function Background (1/3)
ffw::GuiStyle::Background::Background ()
function Background (2/3)
ffw::GuiStyle::Background::Background (
const ffw::Color & c
)
function Background (3/3)
ffw::GuiStyle::Background::Background (
const Attribute< float > & r,
const ffw::Color & c
)
function operator bool
ffw::GuiStyle::Background::operator bool () const
The documentation for this class was generated from the following file: include/ffw/gui/guistyle.h