krfb
KrfbConfig Class Reference
#include <krfbconfig.h>
Inheritance diagram for KrfbConfig:

Detailed Description
Definition at line 9 of file krfbconfig.h.
Public Member Functions | |
| ~KrfbConfig () | |
Static Public Member Functions | |
| static bool | allowDesktopControl () |
| static bool | allowUninvitedConnections () |
| static bool | askOnConnect () |
| static int | port () |
| static bool | publishService () |
| static KrfbConfig * | self () |
| static QString | uninvitedConnectionPassword () |
| static bool | useDefaultPort () |
Protected Member Functions | |
| KrfbConfig () | |
Protected Attributes | |
| bool | mAllowDesktopControl |
| bool | mAllowUninvitedConnections |
| bool | mAskOnConnect |
| int | mPort |
| bool | mPublishService |
| QString | mUninvitedConnectionPassword |
| bool | mUseDefaultPort |
Constructor & Destructor Documentation
| KrfbConfig::~KrfbConfig | ( | ) |
Definition at line 60 of file krfbconfig.cpp.
| KrfbConfig::KrfbConfig | ( | ) | [protected] |
Definition at line 27 of file krfbconfig.cpp.
Member Function Documentation
| static bool KrfbConfig::allowDesktopControl | ( | ) | [inline, static] |
| static bool KrfbConfig::allowUninvitedConnections | ( | ) | [inline, static] |
| static bool KrfbConfig::askOnConnect | ( | ) | [inline, static] |
| static int KrfbConfig::port | ( | ) | [inline, static] |
| static bool KrfbConfig::publishService | ( | ) | [inline, static] |
| KrfbConfig * KrfbConfig::self | ( | ) | [static] |
Definition at line 17 of file krfbconfig.cpp.
| static QString KrfbConfig::uninvitedConnectionPassword | ( | ) | [inline, static] |
| static bool KrfbConfig::useDefaultPort | ( | ) | [inline, static] |
Member Data Documentation
bool KrfbConfig::mAllowDesktopControl [protected] |
Definition at line 97 of file krfbconfig.h.
bool KrfbConfig::mAllowUninvitedConnections [protected] |
Definition at line 99 of file krfbconfig.h.
bool KrfbConfig::mAskOnConnect [protected] |
Definition at line 98 of file krfbconfig.h.
int KrfbConfig::mPort [protected] |
Definition at line 93 of file krfbconfig.h.
bool KrfbConfig::mPublishService [protected] |
Definition at line 94 of file krfbconfig.h.
QString KrfbConfig::mUninvitedConnectionPassword [protected] |
Definition at line 100 of file krfbconfig.h.
bool KrfbConfig::mUseDefaultPort [protected] |
Definition at line 92 of file krfbconfig.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference