class PAClient

PAClient. More...

Definition#include <paclient.h>
InheritsQMainWindow
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members

Public Slots


Detailed Description

PAClient ist ein Qt-Widget für das Hauptfenster des Prüfungsamt-Clients.

PAClient (SQLConnectionInterface* connection, TextMonitor* monitor = NULL, QWidget* parent = NULL, const char* name = NULL)

Constructor.

Parameters:
connectionDatenbank-Verbindung.
monitorSQL-Monitor.
parentParent QWidget; default: NULL.
nameWidget-Name; default: NULL.

~PAClient ()

Destructor.

void information ()
[slot]

Qt-Slot: Informationsfenster anzeigen.

void quit ()
[slot]

Qt-Slot: Beenden.

void optimize ()
[slot]

Qt-Slot: Optimieren.

void openMonitor ()
[slot]

Qt-Slot: SQL-Monitor öffnen.

void closeMonitor ()
[slot]

Qt-Slot: SQL-Monitor schließen.