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