summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfboptions.h
blob: 41cea356ce03661c343dbb36988a943a05cd1e04 (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( 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