Open CASCADE Technology
6.5.4
|
Browses a TreeNode from TDataStd.
=================================
#include <DDataStd_TreeBrowser.hxx>
Public Member Functions | |
DDataStd_TreeBrowser (const TDF_Label &root) | |
void | DrawOn (Draw_Display &dis) const |
virtual Handle_Draw_Drawable3D | Copy () const |
For variable copy. | |
virtual void | Dump (Standard_OStream &S) const |
For variable dump. | |
virtual void | Whatis (Draw_Interpretor &I) const |
Specific methods ================ | |
void | Label (const TDF_Label &root) |
TDF_Label | Label () const |
TCollection_AsciiString | OpenRoot () const |
Returns a string composed with the TreeNode of <myLabel>. | |
TCollection_AsciiString | OpenNode (const TDF_Label &L) const |
Returns a string composed with the sub-TreeNodes of <L> |
virtual Handle_Draw_Drawable3D DDataStd_TreeBrowser::Copy | ( | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.
void DDataStd_TreeBrowser::DrawOn | ( | Draw_Display & | dis | ) | const [virtual] |
Implements Draw_Drawable3D.
virtual void DDataStd_TreeBrowser::Dump | ( | Standard_OStream & | S | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.
void DDataStd_TreeBrowser::Label | ( | const TDF_Label & | root | ) |
TDF_Label DDataStd_TreeBrowser::Label | ( | ) | const |
virtual void DDataStd_TreeBrowser::Whatis | ( | Draw_Interpretor & | I | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.