VPTissue Reference Manual
SimShell::Gui::MyDockWidget Class Reference

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

#include <MyDockWidget.h>

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

Public Member Functions

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

Detailed Description

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

See also
QDockWidget IHasPTreeState

Definition at line 35 of file MyDockWidget.h.

Member Function Documentation

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

Implements SimShell::Gui::IHasPTreeState.

Definition at line 36 of file MyDockWidget.cpp.

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

Implements SimShell::Gui::IHasPTreeState.

Definition at line 44 of file MyDockWidget.cpp.


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