Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSegment.cxx76 PropertyCategory(), in Segment()
153 return PropertyCategory; in GetPropertyCategory()
158 return PropertyCategory; in GetPropertyCategory()
163 PropertyCategory.CV = BSE.CV; in SetPropertyCategory()
164 PropertyCategory.CSD = BSE.CSD; in SetPropertyCategory()
165 PropertyCategory.CM = BSE.CM; in SetPropertyCategory()
H A DgdcmSegment.h117 SegmentHelper::BasicCodedEntry PropertyCategory; variable
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSegment.cxx76 PropertyCategory(), in Segment()
153 return PropertyCategory; in GetPropertyCategory()
158 return PropertyCategory; in GetPropertyCategory()
163 PropertyCategory.CV = BSE.CV; in SetPropertyCategory()
164 PropertyCategory.CSD = BSE.CSD; in SetPropertyCategory()
165 PropertyCategory.CM = BSE.CM; in SetPropertyCategory()
H A DgdcmSegment.h117 SegmentHelper::BasicCodedEntry PropertyCategory; variable
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/animated/
H A Dmod.rs33 enum PropertyCategory { enum
40 impl PropertyCategory { impl
44 PropertyCategory::Shorthand in of()
48 PropertyCategory::LogicalLonghand in of()
50 PropertyCategory::PhysicalLonghand in of()
53 PropertyId::Custom(..) => PropertyCategory::Custom, in of()
69 let a_category = PropertyCategory::of(a); in compare_property_priority()
70 let b_category = PropertyCategory::of(b); in compare_property_priority()
76 if a_category != PropertyCategory::Shorthand { in compare_property_priority()
/dports/www/firefox/firefox-99.0/servo/components/style/values/animated/
H A Dmod.rs33 enum PropertyCategory { enum
40 impl PropertyCategory { implementation
44 PropertyCategory::Shorthand in of()
48 PropertyCategory::LogicalLonghand in of()
50 PropertyCategory::PhysicalLonghand in of()
53 PropertyId::Custom(..) => PropertyCategory::Custom, in of()
69 let a_category = PropertyCategory::of(a); in compare_property_priority()
70 let b_category = PropertyCategory::of(b); in compare_property_priority()
76 if a_category != PropertyCategory::Shorthand { in compare_property_priority()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/animated/
H A Dmod.rs33 enum PropertyCategory { enum
40 impl PropertyCategory { implementation
44 PropertyCategory::Shorthand in of()
48 PropertyCategory::LogicalLonghand in of()
50 PropertyCategory::PhysicalLonghand in of()
53 PropertyId::Custom(..) => PropertyCategory::Custom, in of()
69 let a_category = PropertyCategory::of(a); in compare_property_priority()
70 let b_category = PropertyCategory::of(b); in compare_property_priority()
76 if a_category != PropertyCategory::Shorthand { in compare_property_priority()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/animated/
H A Dmod.rs33 enum PropertyCategory { enum
40 impl PropertyCategory { implementation
44 PropertyCategory::Shorthand in of()
48 PropertyCategory::LogicalLonghand in of()
50 PropertyCategory::PhysicalLonghand in of()
53 PropertyId::Custom(..) => PropertyCategory::Custom, in of()
69 let a_category = PropertyCategory::of(a); in compare_property_priority()
70 let b_category = PropertyCategory::of(b); in compare_property_priority()
76 if a_category != PropertyCategory::Shorthand { in compare_property_priority()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.propgrid.PropertyCategory_inheritance.png.map2 …area shape="rect" id="node1" href="wx.propgrid.PropertyCategory.html" title="wx.propgrid.PropertyC…
/dports/devel/wxformbuilder/source/src/utils/
H A Dwxfbdefs.h41 class PropertyCategory; variable
63 typedef boost::shared_ptr<PropertyCategory> PPropertyCategory;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_propgridproperty.py128 c1 = pg.PropertyCategory()
129 c2 = pg.PropertyCategory('label', 'name')
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/
H A Dwx.propgrid.PropertyGridInterface.Insert.2.py3 my_cat_id = thePropGrid.Append(wx.propgrid.PropertyCategory("My Category"))
H A Dwx.propgrid.PropertyGridInterface.Insert.1.py3 my_cat_id = thePropGrid.Append(wx.propgrid.PropertyCategory("My Category"))
H A Dwx.propgrid.PropertyGridManager.1.py19 page.Append(wx.propgrid.PropertyCategory("Category A1"))
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DPropertyGrid.py707 pg.Append( wxpg.PropertyCategory("1 - Basic Properties") )
723 pg.Append( wxpg.PropertyCategory("2 - More Properties") )
741 pg.Append( wxpg.PropertyCategory("3 - Advanced Properties") )
751 pg.Append( wxpg.PropertyCategory("4 - Additional Properties") )
764 pg.Append( wxpg.PropertyCategory("5 - Custom Properties and Editors") )
/dports/devel/wxformbuilder/source/src/model/
H A Ddatabase.h37 class PropertyCategory; variable
H A Dobjectbase.h215 class PropertyCategory
225 PropertyCategory( wxString name ) : m_name( name ){} in PropertyCategory() function
H A Ddatabase.cpp1125 PPropertyCategory new_cat( new PropertyCategory( _WXSTR( cname ) ) ); in ParseProperties()
1267 PPropertyCategory new_cat( new PropertyCategory( _WXSTR( cname ) ) ); in ParseEvents()
H A Dobjectbase.cpp749 m_category = PPropertyCategory( new PropertyCategory( m_class ) ); in ObjectInfo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridiface.sip380 GetPropertyCategory(id) -> PropertyCategory
1234 cat2 = self.AppendIn(cat, PropertyCategory(k))
1237 cat2 = self.AppendIn(cat, PropertyCategory(k))
H A Dpropgridpagestate.sip441 GetPropertyCategory(p) -> PropertyCategory
H A Dpropgridproperty.sip1504 PropertyCategory()
1505 PropertyCategory(label, name=PG_LABEL)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.py1241 cat2 = self.AppendIn(cat, PropertyCategory(k))
1244 cat2 = self.AppendIn(cat, PropertyCategory(k))
H A Dpropgrid.pyi1171 class PropertyCategory(PGProperty):
1173 PropertyCategory()
1174 PropertyCategory(label, name=PG_LABEL)
1181 PropertyCategory()
1182 PropertyCategory(label, name=PG_LABEL)
1206 # end of class PropertyCategory
3416 GetPropertyCategory(p) -> PropertyCategory
3854 GetPropertyCategory(id) -> PropertyCategory
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h6301 cat2 = self.AppendIn( cat, PropertyCategory(k) )
6304 cat2 = self.AppendIn( cat, PropertyCategory(k) )