Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::fltk Namespace Reference

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
 

Detailed Description

This namespace contains FLTK implementations of Dw interfaces.

Enumeration Type Documentation

◆ ScaleMode

Enumerator
SIMPLE 
BEAUTIFUL 
BEAUTIFUL_GAMMA 

Definition at line 37 of file fltkimgbuf.cc.

Function Documentation

◆ freeall()

void dw::fltk::freeall ( )
inline

Definition at line 26 of file fltkcore.hh.

References dw::fltk::FltkImgbuf::freeall().

Referenced by main().

◆ getDwButtonState()

◆ strstrip()

static void dw::fltk::strstrip ( char *  big,
const char *  little 
)
static

Definition at line 134 of file fltkplatform.cc.

References lout::misc::AsciiStrcasecmp().

Referenced by dw::fltk::FltkFont::initSystemFonts().

◆ tooltip_tcb()

static void dw::fltk::tooltip_tcb ( void *  data)
static

Definition at line 275 of file fltkplatform.cc.

References req_tooltip.

Referenced by dw::fltk::FltkTooltip::cancel(), and dw::fltk::FltkTooltip::onEnter().

Variable Documentation

◆ scaleMode