diff options
| author | Fabian Schillinger | 2010-07-09 21:18:44 +0200 |
|---|---|---|
| committer | Fabian Schillinger | 2010-07-09 21:18:44 +0200 |
| commit | 5acd0590258e9335cf4d3b1910a517efccd22a3e (patch) | |
| tree | 5c2a127249fac6f8ba15d132c2cd6ef00e6a577f /src/gui/connectionList.cpp | |
| parent | Building rpms is now supported. On Debian based systems you need the rpm pack... (diff) | |
| download | pvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.tar.gz pvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.tar.xz pvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.zip | |
first commit to test git
Diffstat (limited to 'src/gui/connectionList.cpp')
| -rw-r--r-- | src/gui/connectionList.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/gui/connectionList.cpp b/src/gui/connectionList.cpp index 2f9829e..61be876 100644 --- a/src/gui/connectionList.cpp +++ b/src/gui/connectionList.cpp @@ -432,6 +432,14 @@ void ConnectionList::on_remoteHelp() } } +/* + * + */ +void ConnectionList::showProcesses() +{ + MainWindow::getConnectionWindow()->messageStations("BROADCAST","SHOWPROCESSES"); +} + void ConnectionList::on_lock() { MainWindow::getConnectionWindow()->lockStations(); @@ -442,6 +450,21 @@ void ConnectionList::on_unlock() MainWindow::getConnectionWindow()->unlockStations(); } +/* Hier werden Nachrichten vom Server versendet: +* Type: PVSMESSAGE +* Ident: BROADCAST +* Msg: die Nachricht +* +* Wenn Ident: LOCKSTATION -> locke Client +* +* +* +* +* +* +* +*/ + void ConnectionList::on_message() { Dialog msgD; |
