#include <ivffltk/IvfFltkBase.h>
Inheritance diagram for CIvfFltkBase:

Public Member Functions | |
| double | doElapsedTime () |
| CIvfFltkBase (int X, int Y, int W, int H, const char *L=0) | |
| IvfClassInfo ("CIvfFltkBase", CIvfWidgetBase) | |
| void | redraw () |
| virtual void | doDisableIdleProcessing () |
| virtual void | doEnableIdleProcessing () |
| virtual void | doEnableTimeout (float time, int nbr) |
| virtual void | doDisableTimeout (int nbr) |
| virtual void | doRedraw () |
Definition at line 40 of file IvfFltkBase.h.
|
||||||||||||||||||||||||
|
CIvfFltkWidget constructor Initializes the widget position and size and an optional title
|
|
|
Enable idle processing (to be overidden) Derived widget should override this method to enable idle processing. Idle processing should then call doIdle(). Reimplemented from CIvfWidgetBase. |
|
|
Disable timeout callback (to be overidden) Derived widget should override this method to disable specified callback. Reimplemented from CIvfWidgetBase. |
|
|
Disable idle processing (to be overidden) Derived widget should override this method to disable idle processing. Reimplemented from CIvfWidgetBase. |
|
||||||||||||
|
Enable timeout callback (to be overidden) Derived widget should override this method to enable specified callback. Reimplemented from CIvfWidgetBase. |
|
|
Redraw operation (to be overidden) Derived widget should override this method to do a redraw of widget Reimplemented from CIvfWidgetBase. |
1.4.6-NO