krdc
Go to the documentation of this file.
   24 #ifndef HOSTPREFERENCES_H 
   25 #define HOSTPREFERENCES_H 
   29 #include <kdemacros.h> 
   31 #include <KDE/KDialog> 
   33 #include <QDomDocument> 
   49     KConfigGroup configGroup();
 
   54     bool fullscreenScale();
 
   55     void setFullscreenScale(
bool scale);
 
   59     void setWindowedScale(
bool scale);
 
   62     void setGrabAllKeys(
bool grab);
 
   64     bool showLocalCursor();
 
   65     void setShowLocalCursor(
bool show);
 
   68     void setViewOnly(
bool view);
 
   72     void setHeight(
int height);
 
   75     void setWidth(
int width);
 
   82     bool showDialogIfNeeded(
QWidget *parent);
 
   85     bool showDialog(
QWidget *parent);
 
   88     void setShownWhileConnected(
bool connected);
 
   93     virtual QWidget* createProtocolSpecificConfigPage() = 0;
 
   96     virtual void acceptConfig();
 
   98     bool hostConfigured();
 
   99     bool showConfigAgain();
 
  104     void setShowConfigAgain(
bool show);
 
  105     void setWalletSupport(
bool walletSupport);
 
  107     bool m_hostConfigured;
 
KConfigGroup m_configGroup
 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:34 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.