fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_Commandline_Plugin Class Reference

#include <Fl_Type.h>

Inheritance diagram for Fl_Commandline_Plugin:
Collaboration diagram for Fl_Commandline_Plugin:

List of all members.

Public Member Functions

 Fl_Commandline_Plugin (const char *name)
virtual const char * klass ()
virtual const char * name ()=0
virtual const char * help ()=0
virtual int arg (int argc, char **argv, int &i)=0
virtual int test (const char *a1=0L, const char *a2=0L, const char *a3=0L)
virtual void show_panel ()

Detailed Description

Definition at line 852 of file Fl_Type.h.


Constructor & Destructor Documentation

Fl_Commandline_Plugin::Fl_Commandline_Plugin ( const char *  name) [inline]

Definition at line 854 of file Fl_Type.h.


Member Function Documentation

virtual int Fl_Commandline_Plugin::arg ( int  argc,
char **  argv,
int &  i 
) [pure virtual]
virtual const char* Fl_Commandline_Plugin::help ( ) [pure virtual]

Referenced by main().

virtual const char* Fl_Commandline_Plugin::klass ( ) [inline, virtual]

Definition at line 856 of file Fl_Type.h.

virtual const char* Fl_Commandline_Plugin::name ( ) [pure virtual]
virtual void Fl_Commandline_Plugin::show_panel ( ) [inline, virtual]

Definition at line 868 of file Fl_Type.h.

virtual int Fl_Commandline_Plugin::test ( const char *  a1 = 0L,
const char *  a2 = 0L,
const char *  a3 = 0L 
) [inline, virtual]

Definition at line 864 of file Fl_Type.h.


The documentation for this class was generated from the following file: