#include <os2FrontEnd.h>
Inherits FrontEnd.
Public Methods | |
| void | OS2FrontEnd () |
| void | ~OS2FrontEnd () |
| void | update () |
| Update function. More... | |
| void | displayUsers (int users) |
| Display logged in Users. More... | |
| void | displayMatrices (int matrices) |
| Display open matrices (OBSOLETE!!). More... | |
| void | displayDebugMessage (char*) |
Definition at line 5 of file os2FrontEnd.h.
00005 {
00006 public:
00007 void OS2FrontEnd ();
00008 void ~OS2FrontEnd ();
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 }
|
|
|
|
Display open matrices (OBSOLETE!!).
| matrices | number of open matrices |
Reimplemented from FrontEnd.
|
Display logged in Users.
| users | number of users to be displayed |
Reimplemented from FrontEnd.
|
1.1.2 written by Dimitri van Heesch,
© 1997-2000