krdc
#include <nxhostpreferences.h>

Public Member Functions | |
| NxHostPreferences (KConfigGroup configGroup, QObject *parent=0) | |
| ~NxHostPreferences () | |
| QString | desktopType () const |
| int | height () |
| QString | keyboardLayout () const |
| QString | privateKey () const |
| void | setDesktopType (const QString &desktopType) |
| void | setHeight (int height) |
| void | setKeyboardLayout (const QString &keyboardLayout) |
| void | setPrivateKey (const QString &privateKey) |
| void | setWidth (int width) |
| int | width () |
Public Member Functions inherited from HostPreferences | |
| ~HostPreferences () | |
| KConfigGroup | configGroup () |
| bool | fullscreenScale () |
| bool | grabAllKeys () |
| int | height () |
| void | setFullscreenScale (bool scale) |
| void | setGrabAllKeys (bool grab) |
| void | setHeight (int height) |
| void | setShowLocalCursor (bool show) |
| void | setShownWhileConnected (bool connected) |
| void | setViewOnly (bool view) |
| void | setWidth (int width) |
| void | setWindowedScale (bool scale) |
| bool | showDialog (QWidget *parent) |
| bool | showDialogIfNeeded (QWidget *parent) |
| bool | showLocalCursor () |
| bool | viewOnly () |
| bool | walletSupport () |
| int | width () |
| bool | windowedScale () |
Protected Member Functions | |
| void | acceptConfig () |
| QWidget * | createProtocolSpecificConfigPage () |
Protected Member Functions inherited from HostPreferences | |
| HostPreferences (KConfigGroup configGroup, QObject *parent) | |
| bool | hostConfigured () |
| bool | showConfigAgain () |
Additional Inherited Members | |
Protected Attributes inherited from HostPreferences | |
| KConfigGroup | m_configGroup |
Detailed Description
Definition at line 30 of file nxhostpreferences.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 115 of file nxhostpreferences.cpp.
| NxHostPreferences::~NxHostPreferences | ( | ) |
Definition at line 120 of file nxhostpreferences.cpp.
Member Function Documentation
|
protectedvirtual |
Called when the user validates the config dialog.
Reimplemented from HostPreferences.
Definition at line 233 of file nxhostpreferences.cpp.
|
protectedvirtual |
Implements HostPreferences.
Definition at line 124 of file nxhostpreferences.cpp.
| QString NxHostPreferences::desktopType | ( | ) | const |
Definition at line 271 of file nxhostpreferences.cpp.
| int NxHostPreferences::height | ( | ) |
Definition at line 249 of file nxhostpreferences.cpp.
| QString NxHostPreferences::keyboardLayout | ( | ) | const |
Definition at line 282 of file nxhostpreferences.cpp.
| QString NxHostPreferences::privateKey | ( | ) | const |
Definition at line 293 of file nxhostpreferences.cpp.
| void NxHostPreferences::setDesktopType | ( | const QString & | desktopType | ) |
Definition at line 265 of file nxhostpreferences.cpp.
| void NxHostPreferences::setHeight | ( | int | height | ) |
Definition at line 243 of file nxhostpreferences.cpp.
| void NxHostPreferences::setKeyboardLayout | ( | const QString & | keyboardLayout | ) |
Definition at line 276 of file nxhostpreferences.cpp.
| void NxHostPreferences::setPrivateKey | ( | const QString & | privateKey | ) |
Definition at line 287 of file nxhostpreferences.cpp.
| void NxHostPreferences::setWidth | ( | int | width | ) |
Definition at line 254 of file nxhostpreferences.cpp.
| int NxHostPreferences::width | ( | ) |
Definition at line 260 of file nxhostpreferences.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from