Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.QTextOption.Tab Class Reference
Inheritance diagram for QtGui.QTextOption.Tab:
Collaboration diagram for QtGui.QTextOption.Tab:

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]
 
 

Constructor & Destructor Documentation

QtGui.QTextOption.Tab.Tab ( System.Type  dummy)
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.

Member Function Documentation

virtual void QtGui.QTextOption.Tab.CreateProxy ( )
virtual
new void QtGui.QTextOption.Tab.Dispose ( )

Member Data Documentation

SmokeInvocation QtGui.QTextOption.Tab.interceptor
protected

Property Documentation

new QChar QtGui.QTextOption.Tab.Delimiter
getset

If type is DelimitorTab; tab until this char is found in the text.

new double QtGui.QTextOption.Tab.Position
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.

virtual System.IntPtr QtGui.QTextOption.Tab.SmokeObject
getset
new QTextOption.TabType QtGui.QTextOption.Tab.Type
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.