Home
last modified time | relevance | path

Searched refs:GetCustomColourIndex (Results 1 – 19 of 19) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxscolourproperty.cpp156 virtual int GetCustomColourIndex() const;
421 ind = GetCustomColourIndex(); in OnSetValue()
444 ind = GetCustomColourIndex(); in OnSetValue()
471 ind = GetCustomColourIndex(); in OnSetValue()
484 ind = GetCustomColourIndex(); in OnSetValue()
541 if ( index == GetCustomColourIndex() ) in ValueToString()
579 int wxsMyColourPropertyClass::GetCustomColourIndex() const in GetCustomColourIndex() function in __anona1ce38a10111::wxsMyColourPropertyClass
687 if ( index == GetCustomColourIndex() ) in OnEvent()
782 colourName == m_choices.GetLabel(GetCustomColourIndex()) ) in StringToValue()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dadvprops.cpp1086 ind = GetCustomColourIndex(); in OnSetValue()
1095 ind = GetCustomColourIndex(); in OnSetValue()
1126 (ind == GetCustomColourIndex() && in GetValueAsString()
1146 int wxSystemColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in wxSystemColourProperty
1234 if ( index == GetCustomColourIndex() && in OnEvent()
1310 (paintdata.m_choiceItem != GetCustomColourIndex() || in OnCustomPaint()
1361 colourName == m_choices.GetLabel(GetCustomColourIndex()) ) in StringToValue()
1437 m_choices.Insert(wxT("Custom"), GetCustomColourIndex(), wxPG_COLOUR_CUSTOM); in DoSetAttribute()
1443 m_choices.RemoveAt(GetCustomColourIndex()); in DoSetAttribute()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dadvprops.cpp1122 ind = GetCustomColourIndex(); in OnSetValue()
1141 ind = GetCustomColourIndex(); in OnSetValue()
1199 if ( index == GetCustomColourIndex() && in ValueToString()
1218 int wxSystemColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in wxSystemColourProperty
1314 if ( index == GetCustomColourIndex() && in OnEvent()
1388 (paintdata.m_choiceItem != GetCustomColourIndex() || in OnCustomPaint()
1409 wxString custColName(m_choices.GetLabel(GetCustomColourIndex())); in StringToValue()
1525 m_choices.Insert(wxT("Custom"), GetCustomColourIndex(), wxPG_COLOUR_CUSTOM); in DoSetAttribute()
1531 m_choices.RemoveAt(GetCustomColourIndex()); in DoSetAttribute()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dadvprops.cpp1122 ind = GetCustomColourIndex(); in OnSetValue()
1141 ind = GetCustomColourIndex(); in OnSetValue()
1199 if ( index == GetCustomColourIndex() && in ValueToString()
1218 int wxSystemColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in wxSystemColourProperty
1314 if ( index == GetCustomColourIndex() && in OnEvent()
1388 (paintdata.m_choiceItem != GetCustomColourIndex() || in OnCustomPaint()
1409 wxString custColName(m_choices.GetLabel(GetCustomColourIndex())); in StringToValue()
1525 m_choices.Insert(wxT("Custom"), GetCustomColourIndex(), wxPG_COLOUR_CUSTOM); in DoSetAttribute()
1531 m_choices.RemoveAt(GetCustomColourIndex()); in DoSetAttribute()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dadvprops.cpp1039 ind = GetCustomColourIndex(); in OnSetValue()
1058 ind = GetCustomColourIndex(); in OnSetValue()
1115 if ( index == GetCustomColourIndex() && in ValueToString()
1134 int wxSystemColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in wxSystemColourProperty
1230 if ( index == GetCustomColourIndex() && in OnEvent()
1304 (paintdata.m_choiceItem != GetCustomColourIndex() || in OnCustomPaint()
1359 const int custIndex = GetCustomColourIndex(); in StringToValue()
1481 m_choices.RemoveAt(GetCustomColourIndex()); in DoSetAttribute()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxSystemColourProperty.cpp50 int GetCustomColourIndex() const SIP_OVERRIDE;
114 int sipwxSystemColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in sipwxSystemColourProperty
122 return ::wxSystemColourProperty::GetCustomColourIndex(); in GetCustomColourIndex()
625 …ipSelfWasArg ? sipCpp-> ::wxSystemColourProperty::GetCustomColourIndex() : sipCpp->GetCustomColour… in meth_wxSystemColourProperty_GetCustomColourIndex()
H A Dsip_propgridwxColourProperty.cpp71 int GetCustomColourIndex() const SIP_OVERRIDE;
441 int sipwxColourProperty::GetCustomColourIndex() const in GetCustomColourIndex() function in sipwxColourProperty
449 return ::wxColourProperty::GetCustomColourIndex(); in GetCustomColourIndex()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridadvprops.sip203 int GetCustomColourIndex() const;
205 GetCustomColourIndex() -> int
309 %Property(name=CustomColourIndex, get=GetCustomColourIndex)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dadvprops.h130 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dadvprops.h124 virtual int GetCustomColourIndex() const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dadvprops.h227 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dadvprops.h124 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dadvprops.h211 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dadvprops.h211 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dadvprops.h185 virtual int GetCustomColourIndex() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dtests.cpp78 if ( GetIndex() == GetCustomColourIndex() ) in GetColour()
100 virtual int GetCustomColourIndex() const in GetCustomColourIndex() function in MyColourProperty
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dtests.cpp78 if ( GetIndex() == GetCustomColourIndex() ) in GetColour()
100 virtual int GetCustomColourIndex() const in GetCustomColourIndex() function in MyColourProperty
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dtests.cpp75 if ( GetIndex() == GetCustomColourIndex() ) in GetColour()
97 virtual int GetCustomColourIndex() const wxOVERRIDE in GetCustomColourIndex() function in MyColourProperty
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi6491 def GetCustomColourIndex(self):
6493 GetCustomColourIndex() -> int