Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above. More...
Public Member Functions | |
QStyleOptionToolBoxV2 () | |
| |
QStyleOptionToolBoxV2 (QStyleOptionToolBoxV2 other) | |
| |
QStyleOptionToolBoxV2 (QStyleOptionToolBox other) | |
| |
override void | CreateProxy () |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOptionToolBox | |
QStyleOptionToolBox () | |
| |
QStyleOptionToolBox (QStyleOptionToolBox 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 | |
QStyleOptionToolBoxV2 (System.Type dummy) | |
QStyleOptionToolBoxV2 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionToolBox | |
QStyleOptionToolBox (System.Type dummy) | |
QStyleOptionToolBox (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOption | |
QStyleOption (System.Type dummy) | |
Properties | |
new QStyleOptionToolBoxV2.TabPosition | Position [get, set] |
new QStyleOptionToolBoxV2.SelectedPosition | selectedPosition [get, set] |
| |
Properties inherited from QtGui.QStyleOptionToolBox | |
new QIcon | Icon [get, set] |
| |
new string | Text [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 QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above.
QStyleOptionToolBoxV2 inherits QStyleOptionToolBox which is used for drawing the tabs in a QToolBox.
An instance of the QStyleOptionToolBoxV2 class has type SO_ToolBox and version 2. 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.
If you create your own QStyle subclass, you should handle both QStyleOptionToolBox and QStyleOptionToolBoxV2.
See also QStyleOptionToolBox and QStyleOption.
This enum describes the position of the selected tab. Some styles need to draw a tab differently depending on whether or not it is adjacent to the selected tab.
See also selectedPosition.
|
protected |
QtGui.QStyleOptionToolBoxV2.QStyleOptionToolBoxV2 | ( | ) |
Contsructs a QStyleOptionToolBoxV2 object.
QtGui.QStyleOptionToolBoxV2.QStyleOptionToolBoxV2 | ( | QStyleOptionToolBoxV2 | other | ) |
Constructs a QStyleOptionToolBoxV2 copy of the other style option.
QtGui.QStyleOptionToolBoxV2.QStyleOptionToolBoxV2 | ( | QStyleOptionToolBox | other | ) |
Constructs a QStyleOptionToolBoxV2 copy of the other style option which can be either of the QStyleOptionToolBoxV2 or QStyleOptionToolBox types.
If the other style option's version is 1, the new style option's position value is set to QStyleOptionToolBoxV2::Beginning and selectedPosition is set to QStyleOptionToolBoxV2::NotAdjacent. If its version is 2, the position selectedPosition values are simply copied to the new style option.
See also version.
|
protected |
Contsructs a QStyleOptionToolBoxV2 object.
|
virtual |
Reimplemented from QtGui.QStyleOptionToolBox.
new void QtGui.QStyleOptionToolBoxV2.Dispose | ( | ) |
|
getset |
|
getset |
This variable holds the position of the selected tab in relation to this tab.
The default value is NotAdjacent, i.e. the tab is not adjacent to a selected tab nor is it the selected tab.