Home
last modified time | relevance | path

Searched refs:SetPropertyValue (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dpropgridiface.h1103 void SetPropertyValue( wxPGPropArg id, long value );
1106 void SetPropertyValue( wxPGPropArg id, int value );
1109 void SetPropertyValue( wxPGPropArg id, double value );
1112 void SetPropertyValue( wxPGPropArg id, bool value );
1118 void SetPropertyValue( wxPGPropArg id, const char* value );
1130 void SetPropertyValue( wxPGPropArg id, wxObject* value );
1133 void SetPropertyValue( wxPGPropArg id, wxObject& value );
1136 void SetPropertyValue( wxPGPropArg id, wxLongLong_t value );
1139 void SetPropertyValue( wxPGPropArg id, wxLongLong value );
1145 void SetPropertyValue( wxPGPropArg id, wxULongLong value );
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dpropgridiface.h940 void SetPropertyValue( wxPGPropArg id, long value );
943 void SetPropertyValue( wxPGPropArg id, int value );
946 void SetPropertyValue( wxPGPropArg id, double value );
949 void SetPropertyValue( wxPGPropArg id, bool value );
952 void SetPropertyValue( wxPGPropArg id, const wxString& value );
958 void SetPropertyValue( wxPGPropArg id, const wxDateTime& value );
961 void SetPropertyValue( wxPGPropArg id, wxObject* value );
964 void SetPropertyValue( wxPGPropArg id, wxObject& value );
967 void SetPropertyValue( wxPGPropArg id, wxLongLong_t value );
970 void SetPropertyValue( wxPGPropArg id, wxULongLong_t value );
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dpropgridiface.h940 void SetPropertyValue( wxPGPropArg id, long value );
943 void SetPropertyValue( wxPGPropArg id, int value );
946 void SetPropertyValue( wxPGPropArg id, double value );
949 void SetPropertyValue( wxPGPropArg id, bool value );
952 void SetPropertyValue( wxPGPropArg id, const wxString& value );
958 void SetPropertyValue( wxPGPropArg id, const wxDateTime& value );
961 void SetPropertyValue( wxPGPropArg id, wxObject* value );
964 void SetPropertyValue( wxPGPropArg id, wxObject& value );
967 void SetPropertyValue( wxPGPropArg id, wxLongLong_t value );
970 void SetPropertyValue( wxPGPropArg id, wxULongLong_t value );
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dpropgridiface.h933 void SetPropertyValue( wxPGPropArg id, long value ) in SetPropertyValue() function
940 void SetPropertyValue( wxPGPropArg id, int value ) in SetPropertyValue() function
947 void SetPropertyValue( wxPGPropArg id, double value ) in SetPropertyValue() function
954 void SetPropertyValue( wxPGPropArg id, bool value ) in SetPropertyValue() function
967 void SetPropertyValue( wxPGPropArg id, const char* value ) in SetPropertyValue() function
995 void SetPropertyValue( wxPGPropArg id, wxObject* value ) in SetPropertyValue() function
1002 void SetPropertyValue( wxPGPropArg id, wxObject& value ) in SetPropertyValue() function
1011 void SetPropertyValue(wxPGPropArg id, wxLongLong_t value) in SetPropertyValue() function
1018 void SetPropertyValue( wxPGPropArg id, wxLongLong value ) in SetPropertyValue() function
1025 void SetPropertyValue(wxPGPropArg id, wxULongLong_t value) in SetPropertyValue() function
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/
H A DGetAssetPropertyValueResult.h43 inline void SetPropertyValue(const AssetPropertyValue& value) { m_propertyValue = value; } in SetPropertyValue() function
48 inline void SetPropertyValue(AssetPropertyValue&& value) { m_propertyValue = std::move(value); } in SetPropertyValue() function
53 …tyValueResult& WithPropertyValue(const AssetPropertyValue& value) { SetPropertyValue(value); retur… in WithPropertyValue()
58 …ropertyValueResult& WithPropertyValue(AssetPropertyValue&& value) { SetPropertyValue(std::move(val… in WithPropertyValue()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dtests.cpp498 pgman->SetPropertyValue(p, p->GetDefaultValue()); in RunTests()
628 pgman->SetPropertyValue(wxT("IntProperty"),1024); in RunTests()
630 pgman->SetPropertyValue(wxT("BoolProperty"),FALSE); in RunTests()
631 pgman->SetPropertyValue(wxT("EnumProperty"),120); in RunTests()
640 pgman->SetPropertyValue(wxT("DateProperty"),dt1); in RunTests()
680 pg->SetPropertyValue(wxT("IntProperty"),512); in RunTests()
681 pg->SetPropertyValue(wxT("FloatProperty"),512.0); in RunTests()
682 pg->SetPropertyValue(wxT("BoolProperty"),TRUE); in RunTests()
683 pg->SetPropertyValue(wxT("EnumProperty"),80); in RunTests()
690 pg->SetPropertyValue(wxT("DateProperty"),dt2); in RunTests()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dtests.cpp498 pgman->SetPropertyValue(p, p->GetDefaultValue()); in RunTests()
628 pgman->SetPropertyValue(wxT("IntProperty"),1024); in RunTests()
630 pgman->SetPropertyValue(wxT("BoolProperty"),FALSE); in RunTests()
631 pgman->SetPropertyValue(wxT("EnumProperty"),120); in RunTests()
640 pgman->SetPropertyValue(wxT("DateProperty"),dt1); in RunTests()
680 pg->SetPropertyValue(wxT("IntProperty"),512); in RunTests()
681 pg->SetPropertyValue(wxT("FloatProperty"),512.0); in RunTests()
682 pg->SetPropertyValue(wxT("BoolProperty"),TRUE); in RunTests()
683 pg->SetPropertyValue(wxT("EnumProperty"),80); in RunTests()
690 pg->SetPropertyValue(wxT("DateProperty"),dt2); in RunTests()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dpropgridiface.h1162 void SetPropertyValue( wxPGPropArg id, long value ) in SetPropertyValue() function
1170 void SetPropertyValue( wxPGPropArg id, int value ) in SetPropertyValue() function
1177 void SetPropertyValue( wxPGPropArg id, double value ) in SetPropertyValue() function
1184 void SetPropertyValue( wxPGPropArg id, bool value ) in SetPropertyValue() function
1189 void SetPropertyValue( wxPGPropArg id, const wchar_t* value ) in SetPropertyValue() function
1193 void SetPropertyValue( wxPGPropArg id, const char* value ) in SetPropertyValue() function
1220 void SetPropertyValue( wxPGPropArg id, wxObject* value ) in SetPropertyValue() function
1226 void SetPropertyValue( wxPGPropArg id, wxObject& value ) in SetPropertyValue() function
1235 void SetPropertyValue( wxPGPropArg id, wxLongLong_t value ) in SetPropertyValue() function
1242 void SetPropertyValue( wxPGPropArg id, wxULongLong_t value ) in SetPropertyValue() function
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dpropgridiface.h1162 void SetPropertyValue( wxPGPropArg id, long value ) in SetPropertyValue() function
1170 void SetPropertyValue( wxPGPropArg id, int value ) in SetPropertyValue() function
1177 void SetPropertyValue( wxPGPropArg id, double value ) in SetPropertyValue() function
1184 void SetPropertyValue( wxPGPropArg id, bool value ) in SetPropertyValue() function
1189 void SetPropertyValue( wxPGPropArg id, const wchar_t* value ) in SetPropertyValue() function
1193 void SetPropertyValue( wxPGPropArg id, const char* value ) in SetPropertyValue() function
1220 void SetPropertyValue( wxPGPropArg id, wxObject* value ) in SetPropertyValue() function
1226 void SetPropertyValue( wxPGPropArg id, wxObject& value ) in SetPropertyValue() function
1235 void SetPropertyValue( wxPGPropArg id, wxLongLong_t value ) in SetPropertyValue() function
1242 void SetPropertyValue( wxPGPropArg id, wxULongLong_t value ) in SetPropertyValue() function
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins.Description/
H A DAddinPropertyCollection.cs75 void SetPropertyValue (string name, string value); in SetPropertyValue() method
89 void SetPropertyValue (string name, string value, string locale); in SetPropertyValue() method
194 public void SetPropertyValue (string name, string value) in SetPropertyValue() method in Mono.Addins.Description.AddinPropertyCollectionImpl
196 SetPropertyValue (name, value, null); in SetPropertyValue()
199 public void SetPropertyValue (string name, string value, string locale) in SetPropertyValue() method in Mono.Addins.Description.AddinPropertyCollectionImpl
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Property/
H A DBaseProperty.h32 virtual void SetPropertyValue(const String& v, bool bFireChangeEvents = false)
34 SetPropertyValue(Gwen::Utility::StringToUnicode(v), bFireChangeEvents);
39 virtual void SetPropertyValue(const UnicodeString& v, bool bFireChangeEvents = false) = 0;
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Property/
H A DBaseProperty.h32 virtual void SetPropertyValue(const String& v, bool bFireChangeEvents = false)
34 SetPropertyValue(Gwen::Utility::StringToUnicode(v), bFireChangeEvents);
39 virtual void SetPropertyValue(const UnicodeString& v, bool bFireChangeEvents = false) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/
H A Dextrusionbar.cxx140 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
174 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
239 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
249 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
258 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
271 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
289 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
304 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
349 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
353 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
[all …]
H A Dfontworkbar.cxx311 rGeometryItem.SetPropertyValue( aPropVal ); in GetGeometryForCustomShape()
359 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
366 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
373 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
380 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
387 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
394 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
401 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dtests.cpp627 pgman->SetPropertyValue("IntProperty",1024); in RunTests()
629 pgman->SetPropertyValue("BoolProperty",false); in RunTests()
630 pgman->SetPropertyValue("EnumProperty",120); in RunTests()
639 pgman->SetPropertyValue("DateProperty",dt1); in RunTests()
684 pg->SetPropertyValue("StringProperty","Text2"); in RunTests()
685 pg->SetPropertyValue("IntProperty",512); in RunTests()
686 pg->SetPropertyValue("FloatProperty",512.0); in RunTests()
687 pg->SetPropertyValue("BoolProperty",true); in RunTests()
688 pg->SetPropertyValue("EnumProperty",80); in RunTests()
695 pg->SetPropertyValue("DateProperty",dt2); in RunTests()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/
H A Dextrusionbar.cxx140 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
174 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
239 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
249 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
258 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
271 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
289 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
304 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
349 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
353 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
[all …]
H A Dfontworkbar.cxx313 rGeometryItem.SetPropertyValue( aPropVal ); in GetGeometryForCustomShape()
359 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
366 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
373 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
380 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
387 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
394 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
401 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILCSSProperty.cpp99 overrideDecl->SetPropertyValue(mPropID, EmptyString()); in GetBaseValue()
110 overrideDecl->SetPropertyValue(mPropID, cachedOverrideStyleVal); in GetBaseValue()
171 overrideDecl->SetPropertyValue(mPropID, valStr); in SetAnimValue()
182 overrideDecl->SetPropertyValue(mPropID, EmptyString()); in ClearAnimValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DSettingsBase.cs111 SetPropertyValue (propertyName, value);
114 SetPropertyValue (propertyName, value);
158 void SetPropertyValue (string propertyName, object value) in SetPropertyValue() method in System.Configuration.SettingsBase
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/include/aws/iotevents/model/
H A DIotSiteWiseAction.h259 …inline void SetPropertyValue(const AssetPropertyValue& value) { m_propertyValueHasBeenSet = true; … in SetPropertyValue() function
265 …inline void SetPropertyValue(AssetPropertyValue&& value) { m_propertyValueHasBeenSet = true; m_pro… in SetPropertyValue() function
271 …inline IotSiteWiseAction& WithPropertyValue(const AssetPropertyValue& value) { SetPropertyValue(va… in WithPropertyValue()
277 …inline IotSiteWiseAction& WithPropertyValue(AssetPropertyValue&& value) { SetPropertyValue(std::mo… in WithPropertyValue()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wxled/
H A DwxsStateLed.cpp165 Grid->SetPropertyValue(id, NewValue); in OnExtraPropertyChanged()
195 Grid->SetPropertyValue(m_StateCurrentId,m_State); in OnExtraPropertyChanged()
201 Grid->SetPropertyValue(m_StateCurrentId,m_State); in OnExtraPropertyChanged()
214 Grid->SetPropertyValue(id, m_State); in OnExtraPropertyChanged()
219 Grid->SetPropertyValue(id, m_State); in OnExtraPropertyChanged()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxspositionsizeproperty.cpp163 Grid->SetPropertyValue(Id,DEFVALUE); in PGWrite()
175 Grid->SetPropertyValue(Id,XVALUE); in PGWrite()
187 Grid->SetPropertyValue(Id,YVALUE); in PGWrite()
199 Grid->SetPropertyValue(Id,DUVALUE); in PGWrite()
H A Dwxssizerflagsproperty.cpp237 Grid->SetPropertyValue(Id,FLAGS&(BorderMask|BorderAll)); in PGWrite()
241 Grid->SetPropertyValue(Id,FLAGS&AlignHMask); in PGWrite()
245 Grid->SetPropertyValue(Id,FLAGS&AlignVMask); in PGWrite()
249 Grid->SetPropertyValue(Id,FLAGS&AlignCMask); in PGWrite()
253 Grid->SetPropertyValue(Id,(FLAGS&Expand)!=0); in PGWrite()
257 Grid->SetPropertyValue(Id,(FLAGS&Shaped)!=0); in PGWrite()
261 Grid->SetPropertyValue(Id,(FLAGS&FixedMinSize)!=0); in PGWrite()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Test/UnitTests/
H A DTestAddinDescription.cs60 desc.Properties.SetPropertyValue ("prop1", "val1"); in PropertyLocalization()
67 desc.Properties.SetPropertyValue ("prop2", "valCa", "ca"); in PropertyLocalization()
79 desc.Properties.SetPropertyValue ("prop2", "valCaEs", "ca_ES"); in PropertyLocalization()
91 desc.Properties.SetPropertyValue ("prop2", "val4", null); in PropertyLocalization()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectSettings.cpp193 Status error(GetDebugger().SetPropertyValue( in DoExecute()
208 error = GetDebugger().SetPropertyValue(nullptr, eVarSetOperationAssign, in DoExecute()
219 error = GetDebugger().SetPropertyValue(&exe_ctx, eVarSetOperationAssign, in DoExecute()
633 Status error(GetDebugger().SetPropertyValue( in DoExecute()
727 Status error(GetDebugger().SetPropertyValue( in DoExecute()
826 Status error(GetDebugger().SetPropertyValue( in DoExecute()
922 Status error(GetDebugger().SetPropertyValue( in DoExecute()
1009 Status error(GetDebugger().SetPropertyValue( in DoExecute()
1116 Status error(GetDebugger().SetPropertyValue( in DoExecute()

12345678910>>...16