#include <style.hh>
Public Member Functions | |
| void | ref () |
| void | unref () |
| virtual void | onEnter () |
| virtual void | onLeave () |
| virtual void | onMotion () |
Static Public Member Functions | |
| static Tooltip * | create (dw::core::Layout *layout, const char *text) |
Protected Member Functions | |
| Tooltip (const char *text) | |
Private Attributes | |
| int | refCount |
| dw::core::style::Tooltip::Tooltip | ( | const char * | text | ) | [inline, protected] |
References refCount.
| Tooltip * dw::core::style::Tooltip::create | ( | dw::core::Layout * | layout, | |
| const char * | text | |||
| ) | [static] |
References dw::core::Layout::createTooltip().
| virtual void dw::core::style::Tooltip::onEnter | ( | ) | [inline, virtual] |
Reimplemented in dw::fltk::FltkTooltip.
Referenced by dw::core::Widget::enterNotifyImpl(), and dw::Textblock::motionNotifyImpl().
| virtual void dw::core::style::Tooltip::onLeave | ( | ) | [inline, virtual] |
Reimplemented in dw::fltk::FltkTooltip.
Referenced by dw::core::Widget::leaveNotifyImpl(), dw::Textblock::leaveNotifyImpl(), and dw::Textblock::motionNotifyImpl().
| virtual void dw::core::style::Tooltip::onMotion | ( | ) | [inline, virtual] |
| void dw::core::style::Tooltip::ref | ( | ) | [inline] |
| void dw::core::style::Tooltip::unref | ( | ) | [inline] |
int dw::core::style::Tooltip::refCount [private] |
1.5.9