CIvfFltkBase Class Reference

#include <ivffltk/IvfFltkBase.h>

Inheritance diagram for CIvfFltkBase:

CIvfWidgetBase CIvfBase CIvfRefCountBase CIvfRTTIBase CIvfWindow List of all members.

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 ()

Detailed Description

Basic fltk widget class

Definition at line 40 of file IvfFltkBase.h.


Constructor & Destructor Documentation

CIvfFltkBase::CIvfFltkBase int  X,
int  Y,
int  W,
int  H,
const char *  L = 0
 

CIvfFltkWidget constructor

Initializes the widget position and size and an optional title

Parameters:
X Widget x position.
Y Widget y position.
W Widget width.
H Widget height.
L Widget title (optional)


Member Function Documentation

virtual void CIvfFltkBase::doDisableIdleProcessing  )  [virtual]
 

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.

virtual void CIvfFltkBase::doDisableTimeout int  nbr  )  [virtual]
 

Disable timeout callback (to be overidden)

Derived widget should override this method to disable specified callback.

Reimplemented from CIvfWidgetBase.

virtual void CIvfFltkBase::doEnableIdleProcessing  )  [virtual]
 

Disable idle processing (to be overidden)

Derived widget should override this method to disable idle processing.

Reimplemented from CIvfWidgetBase.

virtual void CIvfFltkBase::doEnableTimeout float  time,
int  nbr
[virtual]
 

Enable timeout callback (to be overidden)

Derived widget should override this method to enable specified callback.

Reimplemented from CIvfWidgetBase.

virtual void CIvfFltkBase::doRedraw  )  [virtual]
 

Redraw operation (to be overidden)

Derived widget should override this method to do a redraw of widget

Reimplemented from CIvfWidgetBase.


The documentation for this class was generated from the following file:
Generated on Fri Sep 1 15:36:51 2006 for Interactive Visualisation Framework - Ivf++ by  doxygen 1.4.6-NO