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

windowsFrontEnd.h

Go to the documentation of this file.
00001 
00002 #ifndef WINDOWSFRONTEND_H
00003 #define WINDOWSFRONTEND_H
00004 
00005 class WindowsFrontEnd : public FrontEnd {
00006     public:
00007     void    WindowsFrontEnd ();
00008     void    ~WindowsFrontEnd ();
00009 
00010     void    update ();
00011 
00012     void    displayUsers (int users);   // amount of users logged in
00013     void    displayMatrices (int matrices); // amount of active matrices
00014 
00015     void    displayDebugMessage (char*);
00016 };
00017 
00018 #endif

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