#include <fltkplatform.hh>
Public Member Functions | |
| void | onEnter () |
| void | onLeave () |
| void | onMotion () |
Static Public Member Functions | |
| static FltkTooltip * | create (const char *text) |
| static void | cancel () |
Private Member Functions | |
| FltkTooltip (const char *text) | |
| ~FltkTooltip () | |
| dw::fltk::FltkTooltip::FltkTooltip | ( | const char * | text | ) | [private] |
Referenced by create().
| dw::fltk::FltkTooltip::~FltkTooltip | ( | ) | [private] |
References cancel(), in_tooltip, and req_tooltip.
| void dw::fltk::FltkTooltip::cancel | ( | ) | [static] |
References in_tooltip, req_tooltip, dw::fltk::tooltip_tcb(), and tt_window.
Referenced by dw::fltk::FltkPlatform::cancelTooltip(), onLeave(), and ~FltkTooltip().
| FltkTooltip * dw::fltk::FltkTooltip::create | ( | const char * | text | ) | [static] |
| void dw::fltk::FltkTooltip::onEnter | ( | ) | [virtual] |
Reimplemented from dw::core::style::Tooltip.
References in_tooltip, req_tooltip, lout::object::ConstString::str, dw::fltk::tooltip_tcb(), and tt_window.
| void dw::fltk::FltkTooltip::onLeave | ( | ) | [virtual] |
| void dw::fltk::FltkTooltip::onMotion | ( | ) | [virtual] |
Reimplemented from dw::core::style::Tooltip.
1.5.9