/dports/cad/opencascade/opencascade-7.6.0/tools/TreeModel/ |
H A D | TreeModel_ItemBase.cxx | 31 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 D | TreeModel_ItemBase.hxx | 39 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 D | TreeModel_ItemStream.cxx | 27 : 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 D | FILES | 6 TreeModel_ItemBase.cxx 7 TreeModel_ItemBase.hxx
|
H A D | TreeModel_ItemStream.hxx | 35 class TreeModel_ItemStream : public TreeModel_ItemBase
|
H A D | TreeModel_ModelBase.cxx | 61 TreeModel_ItemBase* anItem = (TreeModel_ItemBase*)theIndex.internalPointer(); in GetItemByIndex()
|
/dports/cad/opencascade/opencascade-7.6.0/tools/MessageModel/ |
H A D | MessageModel_ItemBase.hxx | 28 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 D | MessageModel_ItemAlert.hxx | 84 …{ TreeModel_ItemBase::Presentations (thePresentations); thePresentations.Append (myPresentation); } in Presentations()
|
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/ |
H A D | DFBrowser_ItemBase.cxx | 40 : 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 D | DFBrowser_ItemBase.hxx | 31 class DFBrowser_ItemBase : public TreeModel_ItemBase
|
H A D | DFBrowser_ItemDocument.cxx | 123 TreeModel_ItemBase::Init(); in Init()
|
H A D | DFBrowser_Item.cxx | 98 TreeModel_ItemBase::Init(); in Init()
|
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/ |
H A D | ShapeView_ItemShape.cxx | 70 QVariant aParentValue = TreeModel_ItemBase::initValue (theRole); in initValue() 146 TreeModel_ItemBase::Init(); in Init() 169 TreeModel_ItemBase::Reset(); in Reset()
|
H A D | ShapeView_ItemRoot.hxx | 31 class ShapeView_ItemRoot : public TreeModel_ItemBase 74 : TreeModel_ItemBase (theParent, theRow, theColumn) {} in ShapeView_ItemRoot()
|
H A D | ShapeView_ItemShape.hxx | 39 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 D | VInspector_ItemBase.hxx | 31 class VInspector_ItemBase : public TreeModel_ItemBase 78 : TreeModel_ItemBase (theParent, theRow, theColumn), myContext (0) {} in VInspector_ItemBase()
|
H A D | VInspector_ItemBase.cxx | 29 TreeModel_ItemBase::Reset(); in Reset() 46 return TreeModel_ItemBase::initValue (theItemRole); in initValue()
|
H A D | VInspector_ItemPresentableObject.cxx | 172 TreeModel_ItemBase::Init(); // to use getIO() without circling initialization in Init() 231 TreeModel_ItemBase::Presentations (thePresentations); in Presentations()
|
H A D | VInspector_ItemSelectMgrViewerSelector.cxx | 69 TreeModel_ItemBase::Init(); in Init()
|
H A D | VInspector_ItemV3dViewer.cxx | 69 TreeModel_ItemBase::Init(); in Init()
|
H A D | VInspector_ItemContext.cxx | 101 TreeModel_ItemBase::Init(); in Init()
|
H A D | VInspector_ItemGraphic3dCLight.cxx | 106 TreeModel_ItemBase::Init(); in Init()
|
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/ |
H A D | DFBrowserPane_TDataStdTreeNodeItem.hxx | 36 class DFBrowserPane_TDataStdTreeNodeItem : public TreeModel_ItemBase 97 : TreeModel_ItemBase (theParent, theRow, theColumn), myIsCurrentItem (false) {} in DFBrowserPane_TDataStdTreeNodeItem()
|
H A D | DFBrowserPane_TDataStdTreeNodeItem.cxx | 50 TreeModel_ItemBase::Init(); in Init() 71 TreeModel_ItemBase::Reset(); in Reset()
|