summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbserver.h
blob: e38e2d22ee5a2eeb5a465e6f378cd92ef3a01926 (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
32
33
34
35
// -*- 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;
  int scaleFactor;
};

#endif // KRFBOPTIONS_H