ReportLine Class Reference
#include <reportwidgets.h>
Inheritance diagram for ReportLine:

Detailed Description
A line.
Definition at line 77 of file reportwidgets.h.
Public Types | |
| enum | ReportLineStyle { NoLine = Qt::NoPen, Solid = Qt::SolidLine, Dash = Qt::DashLine, Dot = Qt::DotLine, DashDot = Qt::DashDotLine, DashDotDot = Qt::DashDotDotLine } |
| enum | CapStyle { Flat = Qt::FlatCap, Square = Qt::SquareCap, Round = Qt::RoundCap } |
Public Member Functions | |
| ReportLine (QWidget *parent, const char *name) | |
| ~ReportLine () | |
| ReportLineStyle | lineStyle () const |
| void | setLineStyle (ReportLineStyle style) |
| int | lineWidth () const |
| void | setLineWidth (int width) |
| QColor | color () const |
| void | setColor (const QColor &color) |
| CapStyle | capStyle () const |
| void | setCapStyle (CapStyle capStyle) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *ev) |
Properties | |
| ReportLineStyle | lineStyle |
| int | lineWidth |
| QColor | color |
| CapStyle | capStyle |
Member Enumeration Documentation
|
|
Definition at line 88 of file reportwidgets.h. |
|
|
Definition at line 86 of file reportwidgets.h. |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 39 of file reportwidgets.cpp. |
|
|
Definition at line 91 of file reportwidgets.h. |
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 102 of file reportwidgets.cpp. |
|
|
Definition at line 95 of file reportwidgets.cpp. |
|
|
Definition at line 82 of file reportwidgets.cpp. |
|
|
Definition at line 56 of file reportwidgets.cpp. |
|
|
Definition at line 69 of file reportwidgets.cpp. |
Property Documentation
|
|
Definition at line 83 of file reportwidgets.h. |
|
|
Definition at line 82 of file reportwidgets.h. |
|
|
Definition at line 80 of file reportwidgets.h. |
|
|
Definition at line 81 of file reportwidgets.h. |
The documentation for this class was generated from the following files:
