kexi
ReportLine Class Reference
#include <reportwidgets.h>
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 [] |
The documentation for this class was generated from the following files:

