kchart
KDChartDataRegion Struct Reference
List of all members.Detailed Description
Definition at line 40 of file KDChartDataRegion.h.
Public Types | |
| typedef QValueList< QPointArray > | PointArrayList |
Public Member Functions | |
| KDChartDataRegion () | |
| KDChartDataRegion (QRegion region, uint r, uint c, uint ch) | |
| KDChartDataRegion (uint r, uint c, uint ch, QPointArray array) | |
| KDChartDataRegion (uint r, uint c, uint ch, QRect rect) | |
| KDChartDataRegion (uint r, uint c, uint ch, PointArrayList *list, bool takeOwnership) | |
| ~KDChartDataRegion () | |
| QRegion | region () const |
| QRect | rect () const |
| bool | contains (const QPoint &p) const |
| void | init () |
Public Attributes | |
| QRegion * | pRegion |
| QPointArray * | pArray |
| QRect * | pRect |
| QRegion * | pTextRegion |
| PointArrayList * | pPointArrayList |
| QPointArray | points |
| int | startAngle |
| int | angleLen |
| uint | row |
| uint | col |
| uint | chart |
| QString | text |
| bool | negative |
The documentation for this struct was generated from the following file:

