summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbserver.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfbserver.h b/noncore/comm/keypebble/krfbserver.h
new file mode 100644
index 0000000..f87eecc
--- a/dev/null
+++ b/noncore/comm/keypebble/krfbserver.h
@@ -0,0 +1,34 @@
+// -*- c++ -*-
+
+#ifndef KRFBOPTIONS_H
+#define KRFBOPTIONS_H
+
+class Config;
+
+class KRFBServer
+{
+public:
+ KRFBServer();
+ ~KRFBServer();
+
+ int encodings();
+
+ QString name;
+ QString hostname;
+ QString password;
+ int display;
+
+ bool hexTile;
+ bool corre;
+ bool rre;
+ bool copyrect;
+
+ bool colors256;
+ bool shared;
+ bool readOnly;
+ bool deIconify;
+
+ int updateRate;
+};
+
+#endif // KRFBOPTIONS_H