OROCheckBox
#include <KReportRenderObjects.h>
Public Types | |
enum class | Type { Cross , Tick , Dot } |
Public Member Functions | |
Type | checkType () const |
OROPrimitive * | clone () const override |
QColor | foregroundColor () const |
KReportLineStyle | lineStyle () const |
void | setCheckType (Type type) |
void | setForegroundColor (const QColor &fg) |
void | setLineStyle (const KReportLineStyle &ls) |
void | setValue (bool val) |
bool | value () const |
Public Member Functions inherited from OROPrimitive | |
OROPage * | page () |
const OROPage * | page () const |
QPointF | position () const |
void | setPage (OROPage *page) |
void | setPosition (const QPointF &pos) |
void | setSize (const QSizeF &s) |
QSizeF | size () const |
Detailed Description
Defines checkbox.
Definition at line 429 of file KReportRenderObjects.h.
Member Enumeration Documentation
◆ Type
|
strong |
Definition at line 432 of file KReportRenderObjects.h.
Constructor & Destructor Documentation
◆ OROCheckBox()
OROCheckBox::OROCheckBox | ( | ) |
Definition at line 904 of file KReportRenderObjects.cpp.
◆ ~OROCheckBox()
|
override |
Definition at line 909 of file KReportRenderObjects.cpp.
Member Function Documentation
◆ checkType()
OROCheckBox::Type OROCheckBox::checkType | ( | ) | const |
Definition at line 914 of file KReportRenderObjects.cpp.
◆ clone()
|
overridevirtual |
Implements OROPrimitive.
Definition at line 958 of file KReportRenderObjects.cpp.
◆ foregroundColor()
QColor OROCheckBox::foregroundColor | ( | ) | const |
Definition at line 919 of file KReportRenderObjects.cpp.
◆ lineStyle()
KReportLineStyle OROCheckBox::lineStyle | ( | ) | const |
Definition at line 924 of file KReportRenderObjects.cpp.
◆ setCheckType()
void OROCheckBox::setCheckType | ( | Type | type | ) |
Definition at line 949 of file KReportRenderObjects.cpp.
◆ setForegroundColor()
void OROCheckBox::setForegroundColor | ( | const QColor & | fg | ) |
Definition at line 929 of file KReportRenderObjects.cpp.
◆ setLineStyle()
void OROCheckBox::setLineStyle | ( | const KReportLineStyle & | ls | ) |
Definition at line 934 of file KReportRenderObjects.cpp.
◆ setValue()
void OROCheckBox::setValue | ( | bool | val | ) |
Definition at line 939 of file KReportRenderObjects.cpp.
◆ value()
bool OROCheckBox::value | ( | ) | const |
Definition at line 944 of file KReportRenderObjects.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.