Home
last modified time | relevance | path

Searched refs:setEffectEnabled (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_layer_style_projection_plane_test.cpp210 style->dropShadow()->setEffectEnabled(true); in testShadow()
217 style->innerShadow()->setEffectEnabled(true); in testShadow()
229 style->outerGlow()->setEffectEnabled(true); in testGlow()
244 style->outerGlow()->setEffectEnabled(true); in testGlowGradient()
268 style->outerGlow()->setEffectEnabled(true); in testGlowGradientJitter()
293 style->innerGlow()->setEffectEnabled(true); in testGlowInnerGradient()
323 style->satin()->setEffectEnabled(true); in testSatin()
334 style->colorOverlay()->setEffectEnabled(true); in testColorOverlay()
369 style->patternOverlay()->setEffectEnabled(true); in testPatternOverlay()
390 style->stroke()->setEffectEnabled(true); in testStroke()
[all …]
H A Dkis_paint_layer_test.cpp164 style->dropShadow()->setEffectEnabled(true); in testLayerStyles()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkTreeComboBoxTest1.cpp61 QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false); in ctkTreeComboBoxTest1()
71 QApplication::setEffectEnabled(Qt::UI_AnimateCombo, oldEnabled); in ctkTreeComboBoxTest1()
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_asl_layer_style_serializer_test.cpp273 style->patternOverlay()->setEffectEnabled(true); in testWritingGlobalPatterns()
360 style->outerGlow()->setEffectEnabled(true); in testWritingGradients()
364 style->innerGlow()->setEffectEnabled(true); in testWritingGradients()
368 style->gradientOverlay()->setEffectEnabled(true); in testWritingGradients()
371 style->stroke()->setEffectEnabled(true); in testWritingGradients()
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanStyle.cpp124 setEffectEnabled(effectType == EffectType::EffectNone ? false : true); in setEffectType()
130 void NodeStyle::setEffectEnabled(bool effectEnabled) noexcept in setEffectEnabled() function in qan::NodeStyle
H A DqanStyle.h241 …Q_PROPERTY(bool effectEnabled READ getEffectEnabled WRITE setEffectEnabled NOTIFY effectEnabledCha…
242 void setEffectEnabled(bool effectEnabled) noexcept;
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_asl_layer_style_serializer.cpp943 CONN_BOOL("/DrSh/enab", setEffectEnabled, dropShadow, psd_layer_effects_drop_shadow, prefix); in connectCatcherToStyle()
959 CONN_BOOL("/IrSh/enab", setEffectEnabled, innerShadow, psd_layer_effects_inner_shadow, prefix); in connectCatcherToStyle()
972 CONN_BOOL("/OrGl/enab", setEffectEnabled, outerGlow, psd_layer_effects_outer_glow, prefix); in connectCatcherToStyle()
995 CONN_BOOL("/IrGl/enab", setEffectEnabled, innerGlow, psd_layer_effects_inner_glow, prefix); in connectCatcherToStyle()
1022 CONN_BOOL("/ChFX/enab", setEffectEnabled, satin, psd_layer_effects_satin, prefix); in connectCatcherToStyle()
1032 … CONN_BOOL("/SoFi/enab", setEffectEnabled, colorOverlay, psd_layer_effects_color_overlay, prefix); in connectCatcherToStyle()
1040 …CONN_BOOL("/GrFl/enab", setEffectEnabled, gradientOverlay, psd_layer_effects_gradient_overlay, pre… in connectCatcherToStyle()
1058 …CONN_BOOL("/patternFill/enab", setEffectEnabled, patternOverlay, psd_layer_effects_pattern_overlay… in connectCatcherToStyle()
1069 CONN_BOOL("/FrFX/enab", setEffectEnabled, stroke, psd_layer_effects_stroke, prefix); in connectCatcherToStyle()
1107 … CONN_BOOL("/ebbl/enab", setEffectEnabled, bevelAndEmboss, psd_layer_effects_bevel_emboss, prefix); in connectCatcherToStyle()
/dports/graphics/krita/krita-4.4.8/libs/ui/dialogs/
H A Dkis_dlg_layer_style.cpp407 …m_layerStyle->dropShadow()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(2)->checkState(… in style()
408 …m_layerStyle->innerShadow()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(3)->checkState… in style()
409 …m_layerStyle->outerGlow()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(4)->checkState()… in style()
410 …m_layerStyle->innerGlow()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(5)->checkState()… in style()
411 …m_layerStyle->bevelAndEmboss()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(6)->checkSt… in style()
414 …m_layerStyle->satin()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(9)->checkState() == … in style()
415 …m_layerStyle->colorOverlay()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(10)->checkSta… in style()
416 …m_layerStyle->gradientOverlay()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(11)->check… in style()
417 …m_layerStyle->patternOverlay()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(12)->checkS… in style()
418 …m_layerStyle->stroke()->setEffectEnabled(wdgLayerStyles.lstStyleSelector->item(13)->checkState() =… in style()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp44 this->setEffectEnabled( Qt::UI_AnimateMenu, true); in LSession()
45 this->setEffectEnabled( Qt::UI_AnimateCombo, true); in LSession()
46 this->setEffectEnabled( Qt::UI_AnimateTooltip, true); in LSession()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_x11.cpp1019 QApplication::setEffectEnabled(Qt::UI_General, in x11_apply_settings()
1021 QApplication::setEffectEnabled(Qt::UI_AnimateMenu, in x11_apply_settings()
1023 QApplication::setEffectEnabled(Qt::UI_FadeMenu, in x11_apply_settings()
1025 QApplication::setEffectEnabled(Qt::UI_AnimateCombo, in x11_apply_settings()
1027 QApplication::setEffectEnabled(Qt::UI_AnimateTooltip, in x11_apply_settings()
1029 QApplication::setEffectEnabled(Qt::UI_FadeTooltip, in x11_apply_settings()
1031 QApplication::setEffectEnabled(Qt::UI_AnimateToolBox, in x11_apply_settings()
1129 QApplication::setEffectEnabled(Qt::UI_General, false); in qt_set_x11_resources()
1367 QApplication::setEffectEnabled(Qt::UI_AnimateMenu, in qt_set_x11_resources()
1369 QApplication::setEffectEnabled(Qt::UI_FadeMenu, in qt_set_x11_resources()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqapplication_c.cpp238 QApplication::setEffectEnabled(AnonParam1, enable); in QApplication_setEffectEnabled()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqapplication_c.cpp238 QApplication::setEffectEnabled(AnonParam1, enable); in QApplication_setEffectEnabled()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqapplication.h174 static void setEffectEnabled(Qt::UIEffect, bool enable = true);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqapplication.h174 static void setEffectEnabled(Qt::UIEffect, bool enable = true);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqapplication.h174 static void setEffectEnabled(Qt::UIEffect, bool enable = true);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqapplication.h174 static void setEffectEnabled(Qt::UIEffect, bool enable = true);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqapplication.h174 static void setEffectEnabled(Qt::UIEffect, bool enable = true);

1234567