|
|||||||||
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.core.QObject
com.trolltech.qt.core.QAbstractItemModel
com.trolltech.qt.gui.QTreeModel
public abstract class QTreeModel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Field Summary |
---|
Fields inherited from class com.trolltech.qt.core.QAbstractItemModel |
---|
dataChanged, headerDataChanged, layoutAboutToBeChanged, layoutChanged |
Method Summary | |
---|---|
int |
columnCount(QModelIndex arg__1)
This function is reimplemented for internal reasons. |
java.lang.Object |
data(java.lang.Object value,
int role)
Returns the data stored under the given role for the item referred to by the value. |
java.lang.Object |
data(QModelIndex index,
int role)
This function is reimplemented for internal reasons. |
static QTreeModel |
fromNativePointer(QNativePointer nativePointer)
This function returns the QTreeModel instance pointed to by nativePointer |
QModelIndex |
index(int row,
int arg__2,
QModelIndex parent)
This function is reimplemented for internal reasons. |
QModelIndex |
parent(QModelIndex index)
This function is reimplemented for internal reasons. |
int |
rowCount(QModelIndex parent)
This function is reimplemented for internal reasons. |
Methods inherited from class com.trolltech.qt.core.QObject |
---|
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
disconnect, disconnect, signalSender |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Method Detail |
---|
public int columnCount(QModelIndex arg__1)
This function is reimplemented for internal reasons.
columnCount
in class QAbstractItemModel
public java.lang.Object data(java.lang.Object value, int role)
Returns the data stored under the given role for the item referred to by the value.
public java.lang.Object data(QModelIndex index, int role)
This function is reimplemented for internal reasons.
data
in class QAbstractItemModel
public QModelIndex index(int row, int arg__2, QModelIndex parent)
This function is reimplemented for internal reasons.
index
in class QAbstractItemModel
public QModelIndex parent(QModelIndex index)
This function is reimplemented for internal reasons.
parent
in class QAbstractItemModel
public int rowCount(QModelIndex parent)
This function is reimplemented for internal reasons.
rowCount
in class QAbstractItemModel
public static QTreeModel fromNativePointer(QNativePointer nativePointer)
nativePointer
- the QNativePointer of which object should be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |