OROCheckBox

Search for usage in LXR

OROCheckBox Class Reference

#include <KReportRenderObjects.h>

Inheritance diagram for OROCheckBox:

Public Types

enum class  Type { Cross , Tick , Dot }
 

Public Member Functions

Type checkType () const
 
OROPrimitiveclone () 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
OROPagepage ()
 
const OROPagepage () 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

enum class OROCheckBox::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()

OROCheckBox::~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()

OROPrimitive * OROCheckBox::clone ( ) const
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.