Gui::TreeDockWidget Class Reference
The dock window containing the tree view. More...
#include <Tree.h>
Public Member Functions | |
TreeDockWidget (Gui::Document *pcDocument, QWidget *parent=0) | |
~TreeDockWidget () | |
![]() | |
DockWindow (Gui::Document *pcDocument=0, QWidget *parent=0) | |
View constructor Attach the view to the given document. More... | |
virtual ~DockWindow () | |
View destructor Detach the view from the document, if attached. More... | |
virtual void onUpdate (void) | |
get called when the document is updated More... | |
virtual const char * getName (void) const | |
returns the name of the view (important for messages) More... | |
virtual bool onMsg (const char *, const char **) | |
Message handler. More... | |
virtual bool onHasMsg (const char *) const | |
Message handler test. More... | |
virtual bool canClose (void) | |
overwrite when checking on close state More... | |
![]() | |
BaseView (Gui::Document *pcDocument=0) | |
View constructor Attach the view to the given document. More... | |
virtual ~BaseView () | |
View destructor Detach the view from the document, if attached! More... | |
void setDocument (Gui::Document *pcDocument) | |
sets the view to another document (called by Application) More... | |
void onClose (void) | |
is sent from the document in order to close the document More... | |
Gui::Document * getGuiDocument () const | |
returns the document the view is attached to More... | |
App::Document * getAppDocument () const | |
returns the document the view is attached to More... | |
bool isPassive (void) const | |
indicates if the view is in passive mode More... | |
virtual void onRelabel (Gui::Document *) | |
get called when the document is relabeled (change of its user name) More... | |
virtual void onRename (Gui::Document *) | |
get called when the document is renamed (change of its internal name) More... | |
virtual void deleteSelf () | |
delete itself More... | |
![]() | |
BaseClass () | |
Construction. More... | |
virtual PyObject * getPyObject (void) | |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type getTypeId (void) const | |
bool isDerivedFrom (const Type type) const | |
virtual void setPyObject (PyObject *) | |
virtual ~BaseClass () | |
Destruction. More... | |
Additional Inherited Members | |
![]() | |
void sendCloseView (MDIView *theView) | |
sends a message to the document More... | |
![]() | |
static void * create (void) | |
static Type getClassTypeId (void) | |
static void init (void) | |
![]() | |
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) | |
![]() | |
bool bIsDetached | |
bool bIsPassive | |
Detailed Description
The dock window containing the tree view.
Constructor & Destructor Documentation
◆ TreeDockWidget()
TreeDockWidget::TreeDockWidget | ( | Gui::Document * | pcDocument, |
QWidget * | parent = 0 |
||
) |
References Gui::TreeParams::Instance().
◆ ~TreeDockWidget()
TreeDockWidget::~TreeDockWidget | ( | ) |
The documentation for this class was generated from the following files:
- src/Gui/Tree.h
- src/Gui/Tree.cpp