Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QStyleOptionComplex Class Reference
[QtGui module]

The QStyleOptionComplex class is used to hold parameters that are common to all complex controls. More...

#include <QStyleOptionComplex>

Inherits QStyleOption.

Inherited by QStyleOptionComboBox, QStyleOptionGroupBox, QStyleOptionQ3ListView, QStyleOptionSlider, QStyleOptionSpinBox, QStyleOptionTitleBar, and QStyleOptionToolButton.

Public Functions

Public Variables

Static Public Members


Detailed Description

The QStyleOptionComplex class is used to hold parameters that are common to all complex controls.

This class is not used on its own. Instead it is used to derive other complex control options, for example QStyleOptionSlider and QStyleOptionSpinBox.

For performance reasons, the access to the member variables is direct (i.e., using the . or -> operator).

For an example demonstrating how style options can be used, see the Styles example.

See also QStyleOption.


Member Function Documentation

QStyleOptionComplex::QStyleOptionComplex ( int version = QStyleOptionComplex::Version, int type = SO_Complex )

Constructs a QStyleOptionComplex of the specified type and version, initializing the member variables to their default values. This constructor is usually called by subclasses.

QStyleOptionComplex::QStyleOptionComplex ( const QStyleOptionComplex & other )

Constructs a copy of the other style option.


Member Variable Documentation

const int QStyleOptionComplex::Type

Equals SO_Complex.

const int QStyleOptionComplex::Version

Equals 1.

QStyle::SubControls QStyleOptionComplex::activeSubControls

This variable holds a bitwise OR of the various sub-controls that are active (pressed) for the complex control.

The default value is QStyle::SC_None.

See also QStyle::SubControl.

QStyle::SubControls QStyleOptionComplex::subControls

This variable holds a bitwise OR of the various sub-controls that need to be drawn for the complex control.

The default value is QStyle::SC_All.

See also QStyle::SubControl.


Copyright © 2006 Trolltech Trademarks
Qt 4.1.12