Home
last modified time | relevance | path

Searched refs:DFBrowserPane_TNamingNamedShape (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_TNamingNamedShape.cxx58 DFBrowserPane_TNamingNamedShape::DFBrowserPane_TNamingNamedShape() in DFBrowserPane_TNamingNamedShape() function in DFBrowserPane_TNamingNamedShape
76 QWidget* DFBrowserPane_TNamingNamedShape::CreateWidget (QWidget* theParent) in CreateWidget()
139 void DFBrowserPane_TNamingNamedShape::Init (const Handle(TDF_Attribute)& theAttribute) in Init()
280 void DFBrowserPane_TNamingNamedShape::GetValues (const Handle(TDF_Attribute)&, QList<QVariant>&) in GetValues()
288 QVariant DFBrowserPane_TNamingNamedShape::GetAttributeInfo (const Handle(TDF_Attribute)& theAttribu… in GetAttributeInfo()
320 void DFBrowserPane_TNamingNamedShape::GetShortAttributeInfo (const Handle(TDF_Attribute)& theAttrib… in GetShortAttributeInfo()
338 int DFBrowserPane_TNamingNamedShape::GetSelectionKind (QItemSelectionModel* theModel) in GetSelectionKind()
365 void DFBrowserPane_TNamingNamedShape::GetSelectionParameters (QItemSelectionModel* theModel, in GetSelectionParameters()
392 void DFBrowserPane_TNamingNamedShape::GetReferences (const Handle(TDF_Attribute)& theAttribute, in GetReferences()
431 Handle(Standard_Transient) DFBrowserPane_TNamingNamedShape::GetPresentation (const Handle(TDF_Attri… in Handle()
[all …]
H A DDFBrowserPane_TNamingNamedShape.hxx37 class DFBrowserPane_TNamingNamedShape : public DFBrowserPane_AttributePane class
42 Standard_EXPORT DFBrowserPane_TNamingNamedShape();
45 Standard_EXPORT virtual ~DFBrowserPane_TNamingNamedShape() {} in ~DFBrowserPane_TNamingNamedShape()
H A DFILES34 DFBrowserPane_TNamingNamedShape.cxx
35 DFBrowserPane_TNamingNamedShape.hxx
H A DDFBrowserPane_AttributePaneCreator.cxx53 aPane = new DFBrowserPane_TNamingNamedShape(); in CreateAttributePane()