Home
last modified time | relevance | path

Searched refs:PropertyStore (Results 1 – 13 of 13) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DProperty.h143 PropertyStore(typename PropertyDefn<P>::basic_type d) : in PropertyStore() function
145 PropertyStore(const PropertyStore<P> &p) : in PropertyStore() function
147 PropertyStore &operator=(const PropertyStore<P> &p);
170 PropertyStore<P>&
171 PropertyStore<P>::operator=(const PropertyStore<P> &p) {
180 PropertyStore<P>::getType() const in getType()
187 PropertyStore<P>::getTypeName() const in getTypeName()
194 PropertyStore<P>::clone() in clone()
196 return new PropertyStore<P>(*this); in clone()
201 PropertyStore<P>::unparse() const in unparse()
[all …]
H A DProperty.cpp109 PropertyStore<Int>::getStorageSize() const in getStorageSize()
116 PropertyStore<String>::getStorageSize() const in getStorageSize()
123 PropertyStore<Bool>::getStorageSize() const in getStorageSize()
130 PropertyStore<RealTimeT>::getStorageSize() const in getStorageSize()
H A DConfiguration.h152 (static_cast<PropertyStore<P> *>(sb))->setData(value); in set()
156 PropertyStoreBase *p = new PropertyStore<P>(value); in set()
175 return (static_cast<PropertyStore<P> *>(sb))->getData(); in get()
194 return (static_cast<PropertyStore<P> *>(sb))->getData(); in get()
H A DEvent.h551 val = (static_cast<PropertyStore<P> *>(sb))->getData(); in get()
577 return (static_cast<PropertyStore<P> *>(sb))->getData(); in get()
638 (static_cast<PropertyStore<P> *>(sb))->setData(value); in set()
646 PropertyStoreBase *p = new PropertyStore<P>(value); in set()
680 (static_cast<PropertyStore<P> *>(sb))->setData(value); in setMaybe()
687 PropertyStoreBase *p = new PropertyStore<P>(value); in setMaybe()
H A DEvent.cpp85 else return static_cast<PropertyStore<Int> *>(i->second)->getData(); in getNotationTime()
94 else return static_cast<PropertyStore<Int> *>(i->second)->getData(); in getNotationDuration()
114 m_properties->insert(PropertyPair(name, new PropertyStore<Int>(t))); in setTime()
116 static_cast<PropertyStore<Int> *>(i->second)->setData(t); in setTime()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/libs/
H A DPropertyDict.cpp36 : public PropertyDict::PropertyStore
40 : PropertyStore(m_property, Any(), NULL, ""), in PropertyStore_property()
48 : PropertyStore(m_property, category_, promote_, description_), in PropertyStore_property()
63 : public PropertyDict::PropertyStore
67 : PropertyStore(m_property, Any(), NULL, ""), in PropertyStore_privileged()
75 : PropertyStore(m_property, category_, promote_, description_), in PropertyStore_privileged()
279 declare_impl( const std::string &name, PropertyStore *store ) in declare_impl()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DPropertyDict.h57 class PropertyStore
60 PropertyStore( Property& property_, in PropertyStore() function
74 virtual ~PropertyStore() {} in ~PropertyStore()
92 typedef std::map<std::string, PropertyStore*> propertyDict_t;
428 declare_impl( const std::string &name, PropertyStore *store );
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/overlaypages/
H A DPropertyStore.java27 public class PropertyStore extends PreferenceStore { class
37 public PropertyStore(IResource resource, IPreferenceStore workbenchStore, in PropertyStore() method in PropertyStore
H A DMessages.properties5 PropertyStore.Cannot_write_resource_property=Cannot write resource property
H A DOverlayPage.java57 private PropertyStore overlayStore;
217 overlayStore = new PropertyStore((IResource) getElement(), super in createControl()
H A DFieldEditorOverlayPage.java190 overlayStore = new PropertyStore((IResource) getElement(), super in createControl()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/FunctionDiscovery/
H A Dmod.rs1992 pub const PropertyStore: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3833161040,… const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/FunctionDiscovery/
H A Dmod.rs1105 pub const PropertyStore: ::windows::runtime::GUID = ::windows::runtime::GUID::from_values(383316104… const