Home
last modified time | relevance | path

Searched refs:WidthProperty (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dpropertybrowser.h103 WidthProperty, enumerator
H A Dpropertybrowser.cpp617 addProperty(WidthProperty, QMetaType::Int, tr("Width"), groupProperty)->setEnabled(false); in addMapProperties()
720 addProperty(WidthProperty, QMetaType::Double, tr("Width"), groupProperty); in addMapObjectProperties()
914 addProperty(WidthProperty, QMetaType::Int, tr("Width"), groupProperty)->setEnabled(false); in addTileProperties()
1117 case WidthProperty: { in applyMapObjectValueTo()
1701 mIdToProperty[WidthProperty]->setValue(map->width()); in updateProperties()
1747 mIdToProperty[WidthProperty]->setValue(mapObject->width()); in updateProperties()
1845 mIdToProperty[WidthProperty]->setValue(tileSize.width()); in updateProperties()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@emotion/serialize/node_modules/csstype/
H A Dindex.d.ts4918 width?: WidthProperty<TLength>;
13509 width?: WidthProperty<TLength>;
22104 width?: WidthProperty<TLength> | WidthProperty<TLength>[];
30699 width?: WidthProperty<TLength> | WidthProperty<TLength>[];
36165 export type WidthProperty<TLength> = alias
H A Dindex.js.flow338 width?: WidthProperty<TLength>,
1157 width?: WidthProperty<TLength>,
1979 width?: WidthProperty<TLength> | WidthProperty<TLength>[],
2801 width?: WidthProperty<TLength> | WidthProperty<TLength>[],
5073 export type WidthProperty<TLength> =
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/
H A Dmod.rs5946 pub fn WidthProperty() -> ::windows::runtime::Result<DependencyProperty> { in WidthProperty() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Controls/
H A Dmod.rs46466 pub fn WidthProperty() -> ::windows::runtime::Result<super::DependencyProperty> { in WidthProperty() method