Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
Tab () | |
| |
Tab (QTextOption.Tab copy) | |
| |
Tab (double pos, QTextOption.TabType tabType) | |
| |
Tab (double pos, QTextOption.TabType tabType, QChar delim) | |
| |
virtual void | CreateProxy () |
new void | Dispose () |
Protected Member Functions | |
Tab (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
virtual System.IntPtr | SmokeObject [get, set] |
new QChar | Delimiter [get, set] |
| |
new double | Position [get, set] |
| |
new QTextOption.TabType | Type [get, set] |
| |
|
protected |
QtGui.QTextOption.Tab.Tab | ( | ) |
Creates a default left tab with position 80.
QtGui.QTextOption.Tab.Tab | ( | QTextOption.Tab | copy | ) |
Creates a default left tab with position 80.
QtGui.QTextOption.Tab.Tab | ( | double | pos, |
QTextOption.TabType | tabType | ||
) |
Creates a default left tab with position 80.
QtGui.QTextOption.Tab.Tab | ( | double | pos, |
QTextOption.TabType | tabType, | ||
QChar | delim | ||
) |
Creates a default left tab with position 80.
|
virtual |
new void QtGui.QTextOption.Tab.Dispose | ( | ) |
|
protected |
|
getset |
If type is DelimitorTab; tab until this char is found in the text.
|
getset |
Distance from the start of the paragraph. The position of a tab is from the start of the paragraph which implies that when the alignment of the paragraph is set to centered, the tab is interpreted to be moved the same distance as the left ege of the paragraph does. In case the paragraph is set to have a layoutDirection() RightToLeft the position is interpreted to be from the right side of the paragraph with higher numbers moving the tab to the left.
|
getset |
|
getset |
Determine which type is used. In a paragraph that has layoutDirection() RightToLeft the type LeftTab will be interpreted to be a RightTab and vice versa.