#include <gcu/crystalview.h>
Public Member Functions | |
CrystalView (CrystalDoc *pDoc) | |
Constructor. | |
virtual | ~CrystalView () |
Destructor. | |
virtual bool | Load (xmlNodePtr node) |
virtual xmlNodePtr | Save (xmlDocPtr xml) const |
Protected Attributes | |
gdouble | m_height |
gdouble | m_width |
Definition at line 45 of file crystalview.h.
gcu::CrystalView::CrystalView | ( | CrystalDoc * | pDoc | ) |
Constructor.
pDoc,: | a pointer to the CrystalDoc instance. |
virtual gcu::CrystalView::~CrystalView | ( | ) | [virtual] |
Destructor.
The destructor of CrystalView.
virtual bool gcu::CrystalView::Load | ( | xmlNodePtr | node | ) | [virtual] |
node,: | a pointer to the xmlNode containing the serialized view. |
virtual xmlNodePtr gcu::CrystalView::Save | ( | xmlDocPtr | xml | ) | const [virtual] |
xml,: | the xmlDoc used to save the document. |
gdouble gcu::CrystalView::m_height [protected] |
The height of the widget.
Definition at line 77 of file crystalview.h.
gdouble gcu::CrystalView::m_width [protected] |
The width of the widget.
Definition at line 81 of file crystalview.h.