Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.QTextLayout.FormatRange Class Reference

The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content. More...

Inheritance diagram for QtGui.QTextLayout.FormatRange:
Collaboration diagram for QtGui.QTextLayout.FormatRange:

Public Member Functions

 FormatRange ()
 
 FormatRange (QTextLayout.FormatRange copy)
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 FormatRange (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 
new QTextCharFormat Format [get, set]
 
 
new int Length [get, set]
 
 
new int Start [get, set]
 
 

Detailed Description

The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content.

See also QTextLayout::setAdditionalFormats() and QTextLayout::draw().

Constructor & Destructor Documentation

QtGui.QTextLayout.FormatRange.FormatRange ( System.Type  dummy)
protected
QtGui.QTextLayout.FormatRange.FormatRange ( )
QtGui.QTextLayout.FormatRange.FormatRange ( QTextLayout.FormatRange  copy)

Member Function Documentation

virtual void QtGui.QTextLayout.FormatRange.CreateProxy ( )
virtual
new void QtGui.QTextLayout.FormatRange.Dispose ( )

Member Data Documentation

SmokeInvocation QtGui.QTextLayout.FormatRange.interceptor
protected

Property Documentation

new QTextCharFormat QtGui.QTextLayout.FormatRange.Format
getset

Specifies the format to apply.

new int QtGui.QTextLayout.FormatRange.Length
getset

Specifies the numer of characters the format range spans.

virtual System.IntPtr QtGui.QTextLayout.FormatRange.SmokeObject
getset
new int QtGui.QTextLayout.FormatRange.Start
getset

Specifies the beginning of the format range within the text layout's text.