|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.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.internal.QSignalEmitterInternal |
---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Field Summary |
---|
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
currentSender |
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. |
int |
length()
Returns the length of this QTextLayout_FormatRange. |
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 com.trolltech.qt.internal.QSignalEmitterInternal |
---|
__qt_signalInitialization |
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 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 |