VPTissue Reference Manual
SimShell::Gui::MyTreeView Class Reference

QTreeView with methods to import/export widget layout (x,y,width, ...) in ptree format. More...

#include <MyTreeView.h>

Inheritance diagram for SimShell::Gui::MyTreeView:
Inheritance graph
Collaboration diagram for SimShell::Gui::MyTreeView:
Collaboration graph

Public Member Functions

 MyTreeView (QWidget *parent=nullptr)
 
virtual boost::property_tree::ptree GetPTreeState () const
 
virtual void SetPTreeState (const boost::property_tree::ptree &)
 

Detailed Description

QTreeView with methods to import/export widget layout (x,y,width, ...) in ptree format.

See also
QTreeView IHasPTreeState

Definition at line 35 of file MyTreeView.h.

Member Function Documentation

ptree SimShell::Gui::MyTreeView::GetPTreeState ( ) const
virtual
See also
IHasPTreeState::GetPTreeState().

Implements SimShell::Gui::IHasPTreeState.

Definition at line 34 of file MyTreeView.cpp.

References SimShell::PTreeQtState::GetTreeViewState().

Referenced by SimShell::Gui::PTreeEditorWindow::GetPTreeState().

Here is the call graph for this function:

Here is the caller graph for this function:

void SimShell::Gui::MyTreeView::SetPTreeState ( const boost::property_tree::ptree &  )
virtual
See also
IHasPTreeState::SetPTreeState().

Implements SimShell::Gui::IHasPTreeState.

Definition at line 44 of file MyTreeView.cpp.

References SimShell::PTreeQtState::SetTreeViewState().

Referenced by SimShell::Gui::PTreeEditorWindow::SetPTreeState().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: