FlAme Class Reference
[FLTKGUI]

#include <FlAme.h>

List of all members.


Detailed Description

This class provides a few FlSignal objects that can be used to refresh displays automatically.

Example:

                Fl_Window_Floor floorwindow; // Create a floorwindow object.
                floorwindow.show(); // Show it.
                FlAme::refresh25 >>= floorwindow; // And set the refresh rate to 25 frames a second.


Static Public Member Functions

static const char * ChooseFile (const char *extension, const char *prompt)
 Allows the user to select a file via the Fl_File_Chooser dialogue.

Static Public Attributes

static FlSignal refresh25
 Sends a void() signal via the signal_link mechanism 25 times per second, from the FLTK(main) thread.
static FlSignal refresh10
 Sends a void() signal via the signal_link mechanism 10 times per second, from the FLTK(main) thread.


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:57:24 2007 for AME Repository by  doxygen 1.5.1-p1