Home
last modified time | relevance | path

Searched refs:OpacityProperty (Results 1 – 12 of 12) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/PaintElements/
H A Djucer_PaintElementImage.cpp77 props.add (new OpacityProperty (this)); in getEditableProperties()
378 PaintElementImage::OpacityProperty::OpacityProperty (PaintElementImage* const e) in OpacityProperty() function in PaintElementImage::OpacityProperty
385 void PaintElementImage::OpacityProperty::setValue (double newValue) in setValue()
391 double PaintElementImage::OpacityProperty::getValue() const in getValue()
H A Djucer_PaintElementImage.h132 class OpacityProperty : public SliderPropertyComponent
135 OpacityProperty (PaintElementImage* const);
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Classes/
H A DLayer.cs65 public static readonly string OpacityProperty = "Opacity"; field in Pinta.Core.Layer
72 set { if (opacity != value) SetValue (OpacityProperty, ref opacity, value); }
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@emotion/serialize/node_modules/csstype/
H A Dindex.d.ts3124 opacity?: OpacityProperty;
8564 opacity?: OpacityProperty;
11715 opacity?: OpacityProperty;
20310 opacity?: OpacityProperty | OpacityProperty[];
25142 KhtmlOpacity?: OpacityProperty | OpacityProperty[];
25330 MozOpacity?: OpacityProperty | OpacityProperty[];
25750 opacity?: OpacityProperty | OpacityProperty[];
28905 opacity?: OpacityProperty | OpacityProperty[];
33739 "-khtml-opacity"?: OpacityProperty | OpacityProperty[];
33927 "-moz-opacity"?: OpacityProperty | OpacityProperty[];
[all …]
H A Dindex.js.flow213 opacity?: OpacityProperty,
793 opacity?: OpacityProperty,
1032 opacity?: OpacityProperty,
1854 opacity?: OpacityProperty | OpacityProperty[],
2336 KhtmlOpacity?: OpacityProperty | OpacityProperty[],
2355 MozOpacity?: OpacityProperty | OpacityProperty[],
2434 opacity?: OpacityProperty | OpacityProperty[],
2676 opacity?: OpacityProperty | OpacityProperty[],
3158 "-khtml-opacity"?: OpacityProperty | OpacityProperty[],
3177 "-moz-opacity"?: OpacityProperty | OpacityProperty[],
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dchangeevents.h85 OpacityProperty = 1 << 1, enumerator
H A Dchangelayer.cpp168 emit mDocument->changed(LayerChangeEvent(mLayer, LayerChangeEvent::OpacityProperty)); in setOpacity()
H A Dpropertybrowser.h108 OpacityProperty, enumerator
H A Dlayerdock.cpp190 if ((layerChange.properties & LayerChangeEvent::OpacityProperty) && !mChangingLayerOpacity) in documentChanged()
H A Dpropertybrowser.cpp754 addProperty(OpacityProperty, QMetaType::Double, tr("Opacity"), parent); in addLayerProperties()
1214 case OpacityProperty: in applyLayerValueTo()
1779 mIdToProperty[OpacityProperty]->setValue(layer->opacity()); in updateProperties()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Media/
H A Dmod.rs1153 pub fn OpacityProperty() -> ::windows::runtime::Result<super::DependencyProperty> { in OpacityProperty() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/
H A Dmod.rs17303 pub fn OpacityProperty() -> ::windows::runtime::Result<DependencyProperty> { in OpacityProperty() method