Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
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.
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.
Constructs a QStyleOptionComplex of type type and version version. Usually this constructor is called by subclasses.
The subControls member is initialized to QStyle::SC_All. The activeSubControls member is initialized to QStyle::SC_None.
Constructs a copy of the other style option.
Equals SO_Complex.
Equals 1.
This variable holds the sub-controls that are active for the complex control.
This a bitwise OR of the various sub-controls that are active (pressed) for the complex control.
See also QStyle::SubControl.
This variable holds the sub-controls that need to be painted.
This is a bitwise OR of the various sub-controls that need to be drawn for the complex control.
See also QStyle::SubControl.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |