Home
last modified time | relevance | path

Searched refs:TreeModel_ItemBase (Results 1 – 24 of 24) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tools/TreeModel/
H A DTreeModel_ItemBase.cxx31 TreeModel_ItemBase::TreeModel_ItemBase (TreeModel_ItemBasePtr theParent, const int theRow, const in… in TreeModel_ItemBase() function in TreeModel_ItemBase
43 void TreeModel_ItemBase::Reset() in Reset()
64 void TreeModel_ItemBase::Reset (int theRole) in Reset()
76 TreeModel_ItemBasePtr TreeModel_ItemBase::Child (int theRow, int theColumn, const bool isToCreate) in Child()
116 const TreeModel_ItemBasePtr TreeModel_ItemBase::currentItem() in currentItem()
125 QVariant TreeModel_ItemBase::cachedValue (const int theItemRole) const in cachedValue()
132 aValueToCache = initRowCount() + const_cast<TreeModel_ItemBase*>(this)->initStreamRowCount(); in cachedValue()
144 void TreeModel_ItemBase::Init() in Init()
156 const Handle(Standard_Transient)& TreeModel_ItemBase::Object() const in Handle()
166 int TreeModel_ItemBase::initStreamRowCount() in initStreamRowCount()
[all …]
H A DTreeModel_ItemBase.hxx39 class TreeModel_ItemBase;
42 typedef QExplicitlySharedDataPointer<TreeModel_ItemBase> TreeModel_ItemBasePtr;
76 class TreeModel_ItemBase : public QSharedData class
81 virtual ~TreeModel_ItemBase() {} in ~TreeModel_ItemBase()
165 …Standard_EXPORT TreeModel_ItemBase (TreeModel_ItemBasePtr theParent, const int theRow, const int t…
H A DTreeModel_ItemStream.cxx27 : TreeModel_ItemBase (theParent, theRow, theColumn) in TreeModel_ItemStream()
37 TreeModel_ItemBase::Init(); in Init()
61 TreeModel_ItemBase::Reset(); in Reset()
70 QVariant aParentValue = TreeModel_ItemBase::initValue (theItemRole); in initValue()
H A DFILES6 TreeModel_ItemBase.cxx
7 TreeModel_ItemBase.hxx
H A DTreeModel_ItemStream.hxx35 class TreeModel_ItemStream : public TreeModel_ItemBase
H A DTreeModel_ModelBase.cxx61 TreeModel_ItemBase* anItem = (TreeModel_ItemBase*)theIndex.internalPointer(); in GetItemByIndex()
/dports/cad/opencascade/opencascade-7.6.0/tools/MessageModel/
H A DMessageModel_ItemBase.hxx28 class MessageModel_ItemBase : public TreeModel_ItemBase
33 virtual void Reset() Standard_OVERRIDE { TreeModel_ItemBase::Reset(); } in Reset()
45 : TreeModel_ItemBase (theParent, theRow, theColumn) {} in MessageModel_ItemBase()
H A DMessageModel_ItemAlert.hxx84 …{ TreeModel_ItemBase::Presentations (thePresentations); thePresentations.Append (myPresentation); } in Presentations()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_ItemBase.cxx40 : TreeModel_ItemBase (theParent, theRow, theColumn), myModule (0), myIsUseAdditionalInfo (true) in DFBrowser_ItemBase()
51 TreeModel_ItemBase::Reset(); in Reset()
79 return TreeModel_ItemBase::data (theIndex, aRole); in data()
H A DDFBrowser_ItemBase.hxx31 class DFBrowser_ItemBase : public TreeModel_ItemBase
H A DDFBrowser_ItemDocument.cxx123 TreeModel_ItemBase::Init(); in Init()
H A DDFBrowser_Item.cxx98 TreeModel_ItemBase::Init(); in Init()
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/
H A DShapeView_ItemShape.cxx70 QVariant aParentValue = TreeModel_ItemBase::initValue (theRole); in initValue()
146 TreeModel_ItemBase::Init(); in Init()
169 TreeModel_ItemBase::Reset(); in Reset()
H A DShapeView_ItemRoot.hxx31 class ShapeView_ItemRoot : public TreeModel_ItemBase
74 : TreeModel_ItemBase (theParent, theRow, theColumn) {} in ShapeView_ItemRoot()
H A DShapeView_ItemShape.hxx39 class ShapeView_ItemShape : public TreeModel_ItemBase
117 : TreeModel_ItemBase (theParent, theRow, theColumn), myExplodeType (TopAbs_SHAPE) {} in ShapeView_ItemShape()
/dports/cad/opencascade/opencascade-7.6.0/tools/VInspector/
H A DVInspector_ItemBase.hxx31 class VInspector_ItemBase : public TreeModel_ItemBase
78 : TreeModel_ItemBase (theParent, theRow, theColumn), myContext (0) {} in VInspector_ItemBase()
H A DVInspector_ItemBase.cxx29 TreeModel_ItemBase::Reset(); in Reset()
46 return TreeModel_ItemBase::initValue (theItemRole); in initValue()
H A DVInspector_ItemPresentableObject.cxx172 TreeModel_ItemBase::Init(); // to use getIO() without circling initialization in Init()
231 TreeModel_ItemBase::Presentations (thePresentations); in Presentations()
H A DVInspector_ItemSelectMgrViewerSelector.cxx69 TreeModel_ItemBase::Init(); in Init()
H A DVInspector_ItemV3dViewer.cxx69 TreeModel_ItemBase::Init(); in Init()
H A DVInspector_ItemContext.cxx101 TreeModel_ItemBase::Init(); in Init()
H A DVInspector_ItemGraphic3dCLight.cxx106 TreeModel_ItemBase::Init(); in Init()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_TDataStdTreeNodeItem.hxx36 class DFBrowserPane_TDataStdTreeNodeItem : public TreeModel_ItemBase
97 : TreeModel_ItemBase (theParent, theRow, theColumn), myIsCurrentItem (false) {} in DFBrowserPane_TDataStdTreeNodeItem()
H A DDFBrowserPane_TDataStdTreeNodeItem.cxx50 TreeModel_ItemBase::Init(); in Init()
71 TreeModel_ItemBase::Reset(); in Reset()