Home
last modified time | relevance | path

Searched refs:windowDragMode (Results 1 – 10 of 10) sorted by relevance

/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kstyle/config/
H A Dbreezestyleconfig.cpp109 … else if( _windowDragMode->currentIndex() != StyleConfigData::windowDragMode() ) modified = true; in updateChanged()
131 _windowDragMode->setCurrentIndex( StyleConfigData::windowDragMode() ); in load()
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/config/
H A Doxygenstyleconfig.cpp160 … else if( _windowDragMode->currentIndex() != StyleConfigData::windowDragMode() ) modified = true; in updateChanged()
188 _windowDragMode->setCurrentIndex( StyleConfigData::windowDragMode() ); in load()
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kstyle/
H A Dbreezewindowmanager.cpp151 setEnabled( StyleConfigData::windowDragMode() != StyleConfigData::WD_NONE ); in initialize()
152 setDragMode( StyleConfigData::windowDragMode() ); in initialize()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenqtsettings.h205 WindowDragMode windowDragMode( void ) const in windowDragMode() function
H A Doxygenqtsettings.cpp1176 …std::string windowDragMode( _oxygen.getOption( "[Style]", "WindowDragMode" ).toVariant<std::string… in loadOxygenOptions() local
1177 if( windowDragMode == "WD_MINIMAL" ) _windowDragMode = WD_MINIMAL; in loadOxygenOptions()
H A Doxygenstyle.cpp101 …else if( _settings.windowDragMode() == QtSettings::WD_MINIMAL ) _windowManager.setDragMode( Window… in initialize()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenqtsettings.h199 WindowDragMode windowDragMode( void ) const in windowDragMode() function
H A Doxygenqtsettings.cpp996 …std::string windowDragMode( _oxygen.getOption( "[Style]", "WindowDragMode" ).toVariant<std::string… in loadOxygenOptions() local
997 if( windowDragMode == "WD_MINIMAL" ) _windowDragMode = WD_MINIMAL; in loadOxygenOptions()
H A Doxygenstyle.cpp100 …else if( _settings.windowDragMode() == QtSettings::WD_MINIMAL ) _windowManager.setDragMode( Window… in initialize()
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/
H A Doxygenwindowmanager.cpp163 setEnabled( StyleConfigData::windowDragMode() != StyleConfigData::WD_NONE ); in initialize()
164 setDragMode( StyleConfigData::windowDragMode() ); in initialize()