summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfboptions.h
Side-by-side diff
Diffstat (limited to 'noncore/comm/keypebble/krfboptions.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfboptions.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfboptions.h b/noncore/comm/keypebble/krfboptions.h
new file mode 100644
index 0000000..41cea35
--- a/dev/null
+++ b/noncore/comm/keypebble/krfboptions.h
@@ -0,0 +1,31 @@
+// -*- c++ -*-
+
+#ifndef KRFBOPTIONS_H
+#define KRFBOPTIONS_H
+
+class Config;
+
+class KRFBOptions
+{
+public:
+ KRFBOptions();
+ ~KRFBOptions();
+
+ int encodings();
+ void readSettings( Config *config );
+ void writeSettings( Config *config );
+
+ bool hexTile;
+ bool corre;
+ bool rre;
+ bool copyrect;
+
+ bool colors256;
+ bool shared;
+ bool readOnly;
+ bool deIconify;
+
+ int updateRate;
+};
+
+#endif // KRFBOPTIONS_H