|
Dillo
|
#include <fltkplatform.hh>
Static Public Member Functions | |
| static FltkColor * | create (int color) |
Static Public Member Functions inherited from dw::core::style::Color | |
| static Color * | create (Layout *layout, int color) |
Public Attributes | |
| int | colors [SHADING_NUM] |
Private Member Functions | |
| FltkColor (int color) | |
| ~FltkColor () | |
Static Private Attributes | |
| static lout::container::typed::HashTable < dw::core::style::ColorAttrs, FltkColor > * | colorsTable |
Additional Inherited Members | |
Public Types inherited from dw::core::style::Color | |
| enum | Shading { SHADING_NORMAL, SHADING_INVERSE, SHADING_DARK, SHADING_LIGHT, SHADING_NUM } |
Public Member Functions inherited from dw::core::style::Color | |
| void | ref () |
| void | unref () |
Public Member Functions inherited from dw::core::style::ColorAttrs | |
| ColorAttrs (int color) | |
| int | getColor () |
| bool | equals (lout::object::Object *other) |
| Returns, whether two objects are equal. More... | |
| int | hashValue () |
| Return a hash value for the object. More... | |
Public Member Functions inherited from lout::object::Object | |
| virtual | ~Object () |
| The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. More... | |
| virtual Object * | clone () |
| Return an exact copy of the object. More... | |
| virtual void | intoStringBuffer (misc::StringBuffer *sb) |
| Store a textual representation of the object in a misc::StringBuffer. More... | |
| const char * | toString () |
| Use object::Object::intoStringBuffer to return a textual representation of the object. More... | |
| virtual size_t | sizeOf () |
| Return the number of bytes, this object totally uses. More... | |
Protected Member Functions inherited from dw::core::style::Color | |
| Color (int color) | |
| virtual | ~Color () |
| int | shadeColor (int color, Shading shading) |
Protected Attributes inherited from dw::core::style::ColorAttrs | |
| int | color |
|
private |
|
private |
References colorsTable.
|
static |
References dw::core::style::ColorAttrs::color, dw::core::style::ColorAttrs::ColorAttrs(), colorsTable, and FltkColor().
Referenced by dw::fltk::FltkPlatform::createColor().
| int dw::fltk::FltkColor::colors[SHADING_NUM] |
Referenced by FltkColor(), and dw::fltk::ui::FltkResource::setWidgetStyle().
|
staticprivate |
Referenced by create(), and ~FltkColor().
1.8.8