Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QStyleOptionFrameV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above. More...
Public Member Functions | |
QStyleOptionFrameV3 () | |
| |
QStyleOptionFrameV3 (QStyleOptionFrameV3 other) | |
| |
QStyleOptionFrameV3 (QStyleOptionFrame other) | |
| |
override void | CreateProxy () |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOptionFrameV2 | |
QStyleOptionFrameV2 () | |
| |
QStyleOptionFrameV2 (QStyleOptionFrameV2 other) | |
| |
QStyleOptionFrameV2 (QStyleOptionFrame other) | |
| |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOptionFrame | |
QStyleOptionFrame () | |
| |
QStyleOptionFrame (QStyleOptionFrame other) | |
| |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOption | |
QStyleOption (QStyleOption other) | |
| |
QStyleOption (int version=(int) QStyleOption.StyleOptionVersion.Version, int type=(int) QStyleOption.OptionType.SO_Default) | |
| |
new void | Init (QWidget w) |
| |
new void | InitFrom (QWidget w) |
| |
new void | Dispose () |
Protected Member Functions | |
QStyleOptionFrameV3 (System.Type dummy) | |
QStyleOptionFrameV3 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionFrameV2 | |
QStyleOptionFrameV2 (System.Type dummy) | |
QStyleOptionFrameV2 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionFrame | |
QStyleOptionFrame (System.Type dummy) | |
QStyleOptionFrame (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOption | |
QStyleOption (System.Type dummy) | |
Properties | |
new QFrame.Shape | FrameShape [get, set] |
new uint | Unused [get, set] |
Properties inherited from QtGui.QStyleOptionFrameV2 | |
new QStyleOptionFrameV2.FrameFeature | Features [get, set] |
| |
Properties inherited from QtGui.QStyleOptionFrame | |
new int | LineWidth [get, set] |
| |
new int | MidLineWidth [get, set] |
| |
Properties inherited from QtGui.QStyleOption | |
virtual System.IntPtr | SmokeObject [get, set] |
new Qt.LayoutDirection | Direction [get, set] |
| |
new QFontMetrics | FontMetrics [get, set] |
| |
new QPalette | Palette [get, set] |
| |
new QRect | Rect [get, set] |
| |
new QStyle.StateFlag | State [get, set] |
| |
new int | Type [get, set] |
| |
new int | Version [get, set] |
| |
Additional Inherited Members | |
Protected Attributes inherited from QtGui.QStyleOption | |
SmokeInvocation | interceptor |
The QStyleOptionFrameV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above.
QStyleOptionFrameV3 inherits QStyleOptionFrameV2
An instance of the QStyleOptionFrameV3 class has type SO_Frame and version 3. The type is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles. The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.
See also QStyleOptionFrameV2 and QStyleOption.
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.
See also StyleOptionType.
|
protected |
QtGui.QStyleOptionFrameV3.QStyleOptionFrameV3 | ( | ) |
Constructs a QStyleOptionFrameV3 object.
QtGui.QStyleOptionFrameV3.QStyleOptionFrameV3 | ( | QStyleOptionFrameV3 | other | ) |
Constructs a QStyleOptionFrameV3 copy of the other style option.
QtGui.QStyleOptionFrameV3.QStyleOptionFrameV3 | ( | QStyleOptionFrame | other | ) |
Constructs a QStyleOptionFrameV3 copy of the other style option which can be either of the QStyleOptionFrameV3 or QStyleOptionFrame types.
If the other style option's version is 1, the new style option's FrameFeature value is set to QStyleOptionFrameV2::None. If its version is 2 or lower, QStyleOptionFrameV3::frameShape value is QFrame::NoFrame
See also version.
|
protected |
Constructs a QStyleOptionFrameV3 object.
|
virtual |
Reimplemented from QtGui.QStyleOptionFrameV2.
new void QtGui.QStyleOptionFrameV3.Dispose | ( | ) |
|
getset |
|
getset |