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

Public Member Functions

 Tab ()
  More...
 
 Tab (QTextOption.Tab copy)
 
 Tab (double pos, QTextOption.TabType tabType)
  More...
 
 Tab (double pos, QTextOption.TabType tabType, QChar delim)
  More...
 
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]
  More...
 
new double Position [get, set]
  More...
 
new QTextOption.TabType Type [get, set]
  More...
 

Constructor & Destructor Documentation

QtGui.QTextOption.Tab.Tab ( System.Type  dummy)
protected
QtGui.QTextOption.Tab.Tab ( )

Creates a default left tab with position 80.

Here is the call graph for this function:

QtGui.QTextOption.Tab.Tab ( QTextOption.Tab  copy)

Here is the call graph for this function:

QtGui.QTextOption.Tab.Tab ( double  pos,
QTextOption.TabType  tabType 
)

Creates a tab with the given position, tab type, and delimiter (pos, tabType, delim).

Note: delim is only used when tabType is DelimiterTab.

This function was introduced in Qt 4.7.

Here is the call graph for this function:

QtGui.QTextOption.Tab.Tab ( double  pos,
QTextOption.TabType  tabType,
QChar  delim 
)

Creates a tab with the given position, tab type, and delimiter (pos, tabType, delim).

Note: delim is only used when tabType is DelimiterTab.

This function was introduced in Qt 4.7.

Here is the call graph for this function:

Member Function Documentation

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

Here is the caller graph for this function:

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.