Home
last modified time | relevance | path

Searched refs:toolBarAnimationType (Results 1 – 8 of 8) sorted by relevance

/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/animations/
H A Doxygenanimations.cpp154 int toolBarAnimationType( StyleConfigData::toolBarAnimationType() ); in setupEngines() local
155 …if( toolBarAnimationType == StyleConfigData::TB_NONE || toolBarAnimationType == StyleConfigData::T… in setupEngines()
159 …_toolBarEngine->setEnabled( animationsEnabled && toolBarAnimationType == StyleConfigData::TB_FOLLO… in setupEngines()
168 } else if( toolBarAnimationType == StyleConfigData::TB_FADE ) { in setupEngines()
251 if( StyleConfigData::toolBarAnimationType() == StyleConfigData::TB_FADE ) in registerWidget()
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/config/
H A Doxygenanimationconfigwidget.cpp103 …_toolBarAnimations->setEnabled( StyleConfigData::toolBarAnimationType() != StyleConfigData::TB_NON… in load()
107 switch( StyleConfigData::toolBarAnimationType() ) in load()
225 …else if( StyleConfigData::toolBarAnimationType() == StyleConfigData::TB_NONE && _toolBarAnimations… in updateChanged()
226 …else if( StyleConfigData::toolBarAnimationType() == StyleConfigData::TB_FOLLOW_MOUSE && !( _toolBa… in updateChanged()
227 …else if( StyleConfigData::toolBarAnimationType() == StyleConfigData::TB_FADE && !( _toolBarAnimati… in updateChanged()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/animations/
H A Doxygenanimations.cpp137 …_toolBarStateEngine->setEnabled( animationsEnabled && (settings.toolBarAnimationType() != NoAnimat… in initialize()
138 _toolBarStateEngine->setFollowMouse( settings.toolBarAnimationType() == FollowMouse ); in initialize()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/animations/
H A Doxygenanimations.cpp131 …_toolBarStateEngine->setEnabled( animationsEnabled && (settings.toolBarAnimationType() != NoAnimat… in initialize()
132 _toolBarStateEngine->setFollowMouse( settings.toolBarAnimationType() == FollowMouse ); in initialize()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenqtsettings.h244 AnimationType toolBarAnimationType( void ) const in toolBarAnimationType() function
H A Doxygenqtsettings.cpp1200 …std::string toolBarAnimationType( _oxygen.getValue( "[Style]", "ToolBarAnimationType", "TB_FADE") … in loadOxygenOptions() local
1201 if( toolBarAnimationType == "TB_NONE" ) _toolBarAnimationType = NoAnimation; in loadOxygenOptions()
1202 else if( toolBarAnimationType == "TB_FADE" ) _toolBarAnimationType = Fade; in loadOxygenOptions()
1203 else if( toolBarAnimationType == "TB_FOLLOW_MOUSE" ) _toolBarAnimationType = FollowMouse; in loadOxygenOptions()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenqtsettings.h238 AnimationType toolBarAnimationType( void ) const in toolBarAnimationType() function
H A Doxygenqtsettings.cpp1020 …std::string toolBarAnimationType( _oxygen.getValue( "[Style]", "ToolBarAnimationType", "TB_FADE") … in loadOxygenOptions() local
1021 if( toolBarAnimationType == "TB_NONE" ) _toolBarAnimationType = NoAnimation; in loadOxygenOptions()
1022 else if( toolBarAnimationType == "TB_FADE" ) _toolBarAnimationType = Fade; in loadOxygenOptions()
1023 else if( toolBarAnimationType == "TB_FOLLOW_MOUSE" ) _toolBarAnimationType = FollowMouse; in loadOxygenOptions()