summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfboptions.h
blob: fd2b65c59542365e74454d3184c1c670ecb71f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// -*- c++ -*-

#ifndef KRFBOPTIONS_H
#define KRFBOPTIONS_H

class Config;

class KRFBOptions
{
public:
  KRFBOptions();
  ~KRFBOptions();

  int encodings();
  void readSettings();
  void writeSettings();

  bool hexTile;
  bool corre;
  bool rre;
  bool copyrect;
    
  bool colors256;
  bool shared;
  bool readOnly;
  bool deIconify;

  int updateRate;
};

#endif // KRFBOPTIONS_H