#include <Graphical.h>
Inheritance diagram for Graphical:

Public Member Functions | |
| Graphical (QString name, Graphical *p=0, Container *container=0) | |
| virtual void | update () |
| virtual void | paint ()=0 |
| Graphical * | parent () |
Public Attributes | |
| Graphical * | par |
Protected Attributes | |
| Container * | container |
| QString | name |
|
||||||||||||||||
|
To construct a graphical object we must know its parent, and its container |
|
|
update should be reimplemented by every layout that may cause a reorganisation in its upper hierarchical level. Reimplemented in LineGr, MeasureSectionGr, PageGr, and PagesGr. |
|
|
name is used for facility to identify the graphical object class. |
|
|
Parent is the upper hierachical layout of the current graphical class. |
1.3.6