#include <thermometer.h>
Inheritance diagram for thermometer:


Public Member Functions | |
| thermometer (manager &parent, const c_rectangle &dimensions, const color &foreground=colors::WHITE, const color &background=colors::BLACK) | |
| ~thermometer () | |
| virtual void | movement_event () |
| virtual void | distance_set_event () |
Friends | |
| void | cursorMove (window_handle w, caddr_t clientData, XEvent *event) |
| void | doneSetDistance (window_handle w, caddr_t clientData, XmAnyCallbackStruct *callData) |
| void | cancelSetDistance (window_handle w, caddr_t clientData, XmAnyCallbackStruct *callData) |
Definition at line 30 of file thermometer.h.
| thermometer::thermometer | ( | manager & | parent, | |
| const c_rectangle & | dimensions, | |||
| const color & | foreground = colors::WHITE, |
|||
| const color & | background = colors::BLACK | |||
| ) |
Definition at line 27 of file thermometer.cpp.
| thermometer::~thermometer | ( | ) |
Definition at line 38 of file thermometer.cpp.
| void thermometer::movement_event | ( | ) | [virtual] |
Definition at line 40 of file thermometer.cpp.
| void thermometer::distance_set_event | ( | ) | [virtual] |
Definition at line 44 of file thermometer.cpp.
| void cursorMove | ( | window_handle | w, | |
| caddr_t | clientData, | |||
| XEvent * | event | |||
| ) | [friend] |
| void doneSetDistance | ( | window_handle | w, | |
| caddr_t | clientData, | |||
| XmAnyCallbackStruct * | callData | |||
| ) | [friend] |
| void cancelSetDistance | ( | window_handle | w, | |
| caddr_t | clientData, | |||
| XmAnyCallbackStruct * | callData | |||
| ) | [friend] |
1.5.1