Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/
H A Ddesignersettings.h41 const char ITEMSPACING[] = "ItemSpacing"; variable
H A Dsettingspage.cpp112 settings.insert(DesignerSettingsKey::ITEMSPACING, m_ui.spinItemSpacing->value()); in settings()
190 DesignerSettingsKey::ITEMSPACING).toInt()); in setSettings()
H A Ddesignersettings.cpp51 restoreValue(settings, DesignerSettingsKey::ITEMSPACING, 6); in fromSettings()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dformeditorwidget.cpp476 return DesignerSettings::getValue(DesignerSettingsKey::ITEMSPACING).toDouble(); in spacing()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h2308 } ITEMSPACING; typedef
2343 STDMETHOD(GetItemSpacing) (THIS_ ITEMSPACING *pSpacing) PURE;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h2308 } ITEMSPACING; typedef
2343 STDMETHOD(GetItemSpacing) (THIS_ ITEMSPACING *pSpacing) PURE;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs5145 pub struct ITEMSPACING { struct
5151 impl ::core::marker::Copy for ITEMSPACING {} argument
5152 impl ::core::clone::Clone for ITEMSPACING { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs30429 pub unsafe fn GetItemSpacing(&self) -> ::windows::runtime::Result<ITEMSPACING> {
30430 let mut result__: <ITEMSPACING as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
30431 …vtable(self).26)(::std::mem::transmute_copy(self), &mut result__).from_abi::<ITEMSPACING>(result__)
30512 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pspacing: *mut ITEMSPACING) -> ::w…
36334 pub struct ITEMSPACING {
36340 impl ITEMSPACING {}
36341 impl ::std::default::Default for ITEMSPACING {
36346 impl ::std::fmt::Debug for ITEMSPACING {
36351 impl ::std::cmp::PartialEq for ITEMSPACING {
36356 impl ::std::cmp::Eq for ITEMSPACING {}
[all …]