Searched defs:hostScreenSaverDisabled (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.h45 bool hostScreenSaverDisabled; member in class:VBoxGlobalSettingsData
62 Q_PROPERTY (bool hostScreenSaverDisabled READ hostScreenSaverDisabled WRITE setHostScreenSaverDisabled)
118 bool hostScreenSaverDisabled() const { return data()->hostScreenSaverDisabled; } function in class:VBoxGlobalSettings
121 mData()->hostScreenSaverDisabled = disabled;

Completed in 32 milliseconds