Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

kdeFrontEnd.h

Go to the documentation of this file.
00001 
00002 #ifndef KDEFRONTEND_H
00003 #define KDEFRONTEND_H
00004 
00005 #include "../../frontEnd.h"
00006 
00007 class KDEFrontEnd : public FrontEnd {
00008     public:
00009     KDEFrontEnd (int argc, char** argv);
00010     ~KDEFrontEnd ();
00011 
00012     void    init ();
00013 
00014     void    update ();
00015 
00016     void    displayUsers (int users);   // amount of users logged in
00017     void    displayMatrices (int matrices); // amount of active matrices
00018 
00019     void    displayDebugMessage (const char*);
00020 
00021     private:
00022     int    argc;
00023     char** argv;
00024 };
00025 
00026 #endif

Generated at Sat May 13 13:50:19 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000