com.trolltech.qt.gui
Class QTextLayout_FormatRange

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter
      extended by com.trolltech.qt.QtJambiObject
          extended by com.trolltech.qt.gui.QTextLayout_FormatRange
All Implemented Interfaces:
QtJambiInterface, java.lang.Cloneable

public class QTextLayout_FormatRange
extends QtJambiObject
implements java.lang.Cloneable


Nested Class Summary
 
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9
 
Constructor Summary
QTextLayout_FormatRange()
          Creates a new QTextLayout_FormatRange.
 
Method Summary
 QTextLayout_FormatRange clone()
          This method is reimplemented for internal reasons
 QTextCharFormat format()
          Returns this QTextLayout_FormatRange's text char format.
static QTextLayout_FormatRange fromNativePointer(QNativePointer nativePointer)
          This method returns the QTextLayout_FormatRange instance pointed to by nativePointer.
 int length()
          Returns the length of this QTextLayout_FormatRange.
static QNativePointer nativePointerArray(QTextLayout_FormatRange[] array)
          This function returns a QNativePointer that is pointing to the specified QTextLayout_FormatRange array.
 void setFormat(QTextCharFormat format)
          Sets this QTextLayout_FormatRange text char format to format.
 void setLength(int length)
          Sets this QTextLayout_FormatRange's length to length.
 void setStart(int start)
          Sets the start, which is the beginning of the format range within the text layout's text, of this QTextLayout_FormatRange.
 int start()
          Returns the beginning of the format range within the text layout's text.
 
Methods inherited from class com.trolltech.qt.QtJambiObject
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr
 
Methods inherited from class com.trolltech.qt.QSignalEmitter
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.trolltech.qt.QtJambiInterface
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership
 

Constructor Detail

QTextLayout_FormatRange

public QTextLayout_FormatRange()
Creates a new QTextLayout_FormatRange.

Method Detail

setFormat

public final void setFormat(QTextCharFormat format)
Sets this QTextLayout_FormatRange text char format to format.


format

public final QTextCharFormat format()
Returns this QTextLayout_FormatRange's text char format.


setLength

public final void setLength(int length)
Sets this QTextLayout_FormatRange's length to length.


length

public final int length()
Returns the length of this QTextLayout_FormatRange.


setStart

public final void setStart(int start)
Sets the start, which is the beginning of the format range within the text layout's text, of this QTextLayout_FormatRange.


start

public final int start()
Returns the beginning of the format range within the text layout's text.


fromNativePointer

public static QTextLayout_FormatRange fromNativePointer(QNativePointer nativePointer)
This method returns the QTextLayout_FormatRange instance pointed to by nativePointer.


nativePointerArray

public static QNativePointer nativePointerArray(QTextLayout_FormatRange[] array)
This function returns a QNativePointer that is pointing to the specified QTextLayout_FormatRange array.


clone

public QTextLayout_FormatRange clone()
This method is reimplemented for internal reasons

Overrides:
clone in class java.lang.Object