![]() |
CopperSpice API
1.8.1
|
The QStyleOptionButton class is described the parameters for drawing buttons. More...
Public Types | |
enum | StyleOptionType |
enum | StyleOptionVersion |
![]() | |
enum | OptionType |
enum | StyleOptionType |
enum | StyleOptionVersion |
Public Methods | |
QStyleOptionButton () | |
QStyleOptionButton (const QStyleOptionButton &other) | |
QStyleOptionButton & | operator= (const QStyleOptionButton &other) = default |
![]() | |
QStyleOption (const QStyleOption &other) | |
QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
~QStyleOption () | |
void | initFrom (const QWidget *widget) |
QStyleOption & | operator= (const QStyleOption &other) |
Additional Inherited Members | |
![]() | |
int | type |
int | version |
![]() | |
T | qstyleoption_cast (const QStyleOption *option) |
T | qstyleoption_cast (QStyleOption *option) |
The QStyleOptionButton class is used to describe the parameters for drawing buttons. QStyleOptionButton contains all the information that QStyle functions need to draw graphical elements like QPushButton, QCheckBox, and QRadioButton.
For performance reasons, the access to the member variables is direct (i.e., using the .
or ->
operator). This low-level feel makes the structures straightforward to use and emphasizes that these are simply parameters used by the style functions.
This enum is used to hold information about the type of the style option and is defined for each QStyleOption subclass.
Constant | Value | Description |
---|---|---|
QStyleOptionButton::Type | SO_Button | The type of style option provided (SO_Button for this class). |
This enum is used to hold information about the version of the style option and is defined for each QStyleOption subclass.
Constant | Value | Description |
---|---|---|
QStyleOptionButton::Version | 1 | 1 |
QStyleOptionButton::QStyleOptionButton | ( | ) |
Constructs an empty QStyleOptionButton.
|
inline |
Copy constructs a new QStyleOptionButton from other.
|
default |
Copy assigns from other and returns a reference to this object.