1 #ifndef GUI_MYDOCKWIDGET_H_INCLUDED
2 #define GUI_MYDOCKWIDGET_H_INCLUDED
24 #include <boost/property_tree/ptree.hpp>
25 #include <QDockWidget>
45 virtual void SetPTreeState(
const boost::property_tree::ptree&);
51 #endif // end_of_inclde_guard
QDockWidget with methods to import/export widget layout (x,y,width, ...) in ptree format...
Interface for objects that have non-critical state (metadata) information representable as a ptree...
see the online Qt documentation
virtual boost::property_tree::ptree GetPTreeState() const
virtual void SetPTreeState(const boost::property_tree::ptree &)
see the online Qt documentation
Namespace for generic graphical shell for simulators.