#include <TServerGUI.h>
Public Member Functions | |
CTServerGUI (QWidget *pParent=0, const int8 *name=0) | |
CTServerGUI. | |
~CTServerGUI () | |
~CTServerGUI | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *) |
closeEvent | |
void | customEvent (QCustomEvent *) |
customEvent | |
void | timerEvent (QTimerEvent *) |
timerEvent |
Description: This class represents the main window of the TServer GUI. It handles user input.
Limitations: NONE
|
CTServerGUI. Description: Class constructor Limitations: NONE |
|
~CTServerGUI Description: Class deconstructor Limitations: NONE |
|
closeEvent Description: Handles the close event message generated when the user wants to close the window.
|
|
customEvent Description: Handles custom event messages sent to this widget.
|
|
timerEvent Description: Called when a timer is expired. This is used to check for updates from the CTServ class.
|