Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Graphical Class Reference
[Layout]

#include <Graphical.h>

Inheritance diagram for Graphical:

LineGr MeasureGr MeasureSectionGr PageGr PagesGr List of all members.

Public Member Functions

 Graphical (QString name, Graphical *p=0, Container *container=0)
virtual void update ()
virtual void paint ()=0
Graphicalparent ()

Public Attributes

Graphicalpar

Protected Attributes

Containercontainer
QString name

Detailed Description

Every object drawable should extends this class. This has several roles : It gives the qt connection framework to all the components inheting this class


Constructor & Destructor Documentation

Graphical::Graphical QString  n,
Graphical p = 0,
Container c = 0
 

To construct a graphical object we must know its parent, and its container


Member Function Documentation

void Graphical::update  )  [virtual]
 

update should be reimplemented by every layout that may cause a reorganisation in its upper hierarchical level.

Reimplemented in LineGr, MeasureSectionGr, PageGr, and PagesGr.


Member Data Documentation

QString Graphical::name [protected]
 

name is used for facility to identify the graphical object class.

Graphical* Graphical::par
 

Parent is the upper hierachical layout of the current graphical class.


The documentation for this class was generated from the following files:
Generated on Tue Jun 1 21:13:32 2004 for Alternate Take by doxygen 1.3.6