Dillo v3.1.1-98-g318d1f14
|
This namespace contains FLTK implementations of Dw interfaces. More...
Namespaces | |
namespace | misc |
Miscellaneous FLTK stuff. | |
namespace | ui |
FLTK implementation of dw::core::ui. | |
Classes | |
class | FltkColor |
class | FltkFlatView |
class | FltkFont |
class | FltkImgbuf |
class | FltkPlatform |
class | FltkPreview |
class | FltkPreviewButton |
class | FltkPreviewWindow |
class | FltkTooltip |
class | FltkView |
This interface adds some more methods for all flkt-based views. More... | |
class | FltkViewBase |
class | FltkViewport |
class | FltkWidgetView |
Enumerations | |
enum | ScaleMode { SIMPLE , BEAUTIFUL , BEAUTIFUL_GAMMA } |
Functions | |
void | freeall () |
static void | strstrip (char *big, const char *little) |
static void | tooltip_tcb (void *data) |
core::ButtonState | getDwButtonState () |
Variables | |
enum dw::fltk::ScaleMode | scaleMode = BEAUTIFUL_GAMMA |
This namespace contains FLTK implementations of Dw interfaces.
enum dw::fltk::ScaleMode |
Enumerator | |
---|---|
SIMPLE | |
BEAUTIFUL | |
BEAUTIFUL_GAMMA |
Definition at line 37 of file fltkimgbuf.cc.
|
inline |
Definition at line 26 of file fltkcore.hh.
References dw::fltk::FltkImgbuf::freeall().
Referenced by main().
core::ButtonState dw::fltk::getDwButtonState | ( | ) |
Definition at line 202 of file fltkviewbase.cc.
References dw::core::BUTTON1_MASK, dw::core::BUTTON2_MASK, dw::core::BUTTON3_MASK, dw::core::CONTROL_MASK, dw::core::META_MASK, and dw::core::SHIFT_MASK.
Referenced by dw::fltk::FltkViewBase::handle().
|
static |
Definition at line 135 of file fltkplatform.cc.
References lout::misc::AsciiStrcasecmp().
Referenced by dw::fltk::FltkFont::initSystemFonts().
|
static |
Definition at line 276 of file fltkplatform.cc.
References req_tooltip.
Referenced by dw::fltk::FltkTooltip::cancel(), and dw::fltk::FltkTooltip::onEnter().
enum dw::fltk::ScaleMode dw::fltk::scaleMode = BEAUTIFUL_GAMMA |
Referenced by dw::fltk::FltkImgbuf::scaleBuffer(), and dw::fltk::FltkImgbuf::scaleRow().