|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QTextLayout_FormatRange
public class QTextLayout_FormatRange
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)
|
int |
length()
Returns the length of this QTextLayout_FormatRange. |
static QNativePointer |
nativePointerArray(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 |
---|
public QTextLayout_FormatRange()
Method Detail |
---|
public final void setFormat(QTextCharFormat format)
public final QTextCharFormat format()
public final void setLength(int length)
public final int length()
public final void setStart(int start)
public final int start()
public static QTextLayout_FormatRange fromNativePointer(QNativePointer nativePointer)
public static QNativePointer nativePointerArray(QTextLayout_FormatRange[] array)
public QTextLayout_FormatRange clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |