summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-27 13:12:00 +0200
committerManuel Schneider2014-05-27 13:12:00 +0200
commit2d5669c4974feedbc2beaec90bf42c37c2dbd773 (patch)
treed2187ec41ef09ece91a8b6b5c3cd7aa589d43fbb /src/server/net/client.h
parentDrop _isBroadcastSource. The client must not know anything about the management. (diff)
downloadpvs2-2d5669c4974feedbc2beaec90bf42c37c2dbd773.tar.gz
pvs2-2d5669c4974feedbc2beaec90bf42c37c2dbd773.tar.xz
pvs2-2d5669c4974feedbc2beaec90bf42c37c2dbd773.zip
Add icon for locked screen. Add monochrome and stylized connectionframe icons.
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r--src/server/net/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h
index 61d1740..d5942e8 100644
--- a/src/server/net/client.h
+++ b/src/server/net/client.h
@@ -36,6 +36,7 @@ public:
inline const int currentProjectionSource() const { return _currentProjectionSource; }
inline const bool isActiveVncClient() const { return _currentProjectionSource > 0; }
inline const bool isActiveVncServer() const { return _vncPort > 0; }
+ inline const bool isLocked() const { return _locked; }
// Setters
inline void setTutor(bool enable){ _isTutor = enable; }
@@ -79,6 +80,7 @@ signals:
void thumbUpdated(Client* client, const QPixmap& thumb);
void vncServerStateChange(Client* client);
void vncClientStateChange(Client* client);
+ void stateChanged();
void disconnected();
private slots: