#include <DDataStd_TreeBrowser.hxx>
Inheritance diagram for DDataStd_TreeBrowser:
Public Member Functions | |
Standard_EXPORT | DDataStd_TreeBrowser (const TDF_Label &root) |
Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
virtual Standard_EXPORT Handle_Draw_Drawable3D | Copy () const |
For variable copy. . | |
virtual Standard_EXPORT void | Dump (Standard_OStream &S) const |
For variable dump. . | |
virtual Standard_EXPORT void | Whatis (Draw_Interpretor &I) const |
Specific methods ================ . | |
Standard_EXPORT void | Label (const TDF_Label &root) |
Standard_EXPORT TDF_Label | Label () const |
Standard_EXPORT TCollection_AsciiString | OpenRoot () const |
Returns a string composed with the TreeNode of <mylabel>. . | |
Standard_EXPORT TCollection_AsciiString | OpenNode (const TDF_Label &L) const |
Returns a string composed with the sub-TreeNodes of <l> . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Member Functions | |
Standard_EXPORT void | OpenNode (const Handle(TDataStd_TreeNode)&aTreeNode, TCollection_AsciiString &aList) const |
Returns a string composed with the sub-TreeNodes of <atreenode>. Used to implement other methods. . | |
Private Attributes | |
TDF_Label | myRoot |
|
|
|
Reimplemented from Draw_Drawable3D. |
|
Implements Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Draw_Drawable3D. |
|
|