#include <serverPreferences.h>
Inheritance diagram for VIEW::ServerPreferences:
Public Member Functions | |
Constructors | |
ServerPreferences (QWidget *parent=NULL, const char *name="ServerPreferences") throw () | |
Default Constructor. | |
Destructors | |
virtual | ~ServerPreferences () throw () |
Destructor. | |
Accessors: inspectors and mutators | |
int | getPort () throw () |
Access the port the Server tries to connect to. | |
bool | getServerStatus () throw () |
Check the server status. |
It will be created by the Server object in the Server::initializePreferencesTab and will be inserted into the Preferences dialog by the MainControl. There are currently two settings: The port on which the data will be received and if the server will accept connections.
This is one of the view dialogs, that is not implemented by an ui-file!
|
Default Constructor. The attributs of this serverPreferences are:
|
|
Destructor.
|
|
Access the port the Server tries to connect to.
|
|
Check the server status.
If the server status is set to |