mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031350: Inspectors - property view in DFBrowser for DumpJson
(cherry picked from commit 19b5d8465313c119c9d2f344041e67883226ec61)
This commit is contained in:
@@ -59,6 +59,15 @@ public:
|
||||
//! \param theRole the item model role
|
||||
Standard_EXPORT virtual QVariant data (const QModelIndex& theIndex, int theRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Iterates through the label and initialize all children in and after the given position
|
||||
//! \param theChildId an index of this label child
|
||||
//! \param theLabelId an index of the label
|
||||
void InitChildLabels (const int theChildId, const int theLabelId);
|
||||
|
||||
//! Inits the item by the label
|
||||
//! \theLabel label for this item
|
||||
Standard_EXPORT void InitWithLabel (TDF_Label theLabel);
|
||||
|
||||
protected:
|
||||
|
||||
//! Sets the item label
|
||||
|
Reference in New Issue
Block a user