krfb
krfbconfig.cpp
Go to the documentation of this file.
35 itemUseDefaultPort = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "useDefaultPort" ), mUseDefaultPort, true );
41 itemPublishService = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "publishService" ), mPublishService, true );
47 itemAllowDesktopControl = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "allowDesktopControl" ), mAllowDesktopControl, true );
50 itemAskOnConnect = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "askOnConnect" ), mAskOnConnect, true );
53 itemAllowUninvitedConnections = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "allowUninvitedConnections" ), mAllowUninvitedConnections, false );
56 itemUninvitedConnectionPassword = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "uninvitedConnectionPassword" ), mUninvitedConnectionPassword );
62 itemPreferredFrameBufferPlugin = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "preferredFrameBufferPlugin" ), mPreferredFrameBufferPlugin, QLatin1String( "krfb_framebuffer_x11" ) );
Definition: krfbconfig.h:9
QString mUninvitedConnectionPassword
Definition: krfbconfig.h:110
QString mPreferredFrameBufferPlugin
Definition: krfbconfig.h:113
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.