kplato
KPlato::PertNodeItem Class Reference
Inheritance diagram for KPlato::PertNodeItem:

Detailed Description
Definition at line 45 of file kptcanvasitem.h.
Public Member Functions | |
| PertNodeItem (PertCanvas *view, Node &node, int row, int col) | |
| virtual | ~PertNodeItem () |
| virtual int | rtti () const |
| void | setVisible (bool yes) |
| void | move (PertCanvas *view, int row, int col) |
| QPoint | exitPoint (Relation::Type type) const |
| QPoint | entryPoint (Relation::Type type) const |
| Node & | node () const |
| QRect | rect () const |
| void | setRow (int row) |
| int | row () const |
| void | setColumn (int col) |
| int | column () const |
| int | x () const |
| int | x (int col) const |
| int | y () const |
| int | y (int row) const |
| int | width () const |
| int | height () const |
| void | addChildRelation (Relation *relation, PertNodeItem *node) |
| bool | hasParent () |
| bool | hasChild () |
Static Public Attributes | |
| static int | RTTI |
Protected Member Functions | |
| void | drawShape (QPainter &p) |
Protected Attributes | |
| int | m_wgap |
| int | m_hgap |
| int | m_width |
| int | m_height |
| int | m_x |
| int | m_y |
| QPtrList< PertNodeRelation > | m_childRelations |
The documentation for this class was generated from the following files:

