![]() |
Qt 4.8
|
Classes | |
| struct | Icon |
Public Functions | |
| void | _q_commitDataAndCloseEditor (QWidget *editor) |
| QSizeF | doTextLayout (int lineWidth) const |
| const QItemEditorFactory * | editorFactory () const |
| QIcon::Mode | iconMode (QStyle::State state) const |
| QIcon::State | iconState (QStyle::State state) const |
| QItemDelegatePrivate () | |
| QRect | textLayoutBounds (const QStyleOptionViewItemV2 &options) const |
| const QWidget * | widget (const QStyleOptionViewItem &option) const |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Static Public Functions | |
| static QString | replaceNewLine (QString text) |
| static QString | valueToText (const QVariant &value, const QStyleOptionViewItemV4 &option) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Public Variables | |
| bool | clipPainting |
| QItemEditorFactory * | f |
| QTextLayout | textLayout |
| QTextOption | textOption |
| struct QItemDelegatePrivate::Icon | tmp |
Public Variables inherited from QObjectPrivate | |
| union { | |
| QObject * currentChildBeingDeleted | |
| QAbstractDeclarativeData * declarativeData | |
| }; | |
| quint32 | connectedSignals [2] |
| QObjectConnectionListVector * | connectionLists |
| Sender * | currentSender |
| QList< QPointer< QObject > > | eventFilters |
| ExtraData * | extraData |
| QString | objectName |
| Connection * | senders |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| QThreadData * | threadData |
| void * | unused |
Public Variables inherited from QObjectData | |
| uint | blockSig: 1 |
| QObjectList | children |
| uint | hasGuards: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | isWidget: 1 |
| QMetaObject * | metaObject |
| uint | ownObjectName: 1 |
| QObject * | parent |
| uint | pendTimer: 1 |
| int | postedEvents |
| QObject * | q_ptr |
| uint | receiveChildEvents: 1 |
| uint | sendChildEvents: 1 |
| uint | unused: 22 |
| uint | wasDeleted: 1 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Definition at line 82 of file qitemdelegate.cpp.
|
inline |
Definition at line 87 of file qitemdelegate.cpp.
| void QItemDelegatePrivate::_q_commitDataAndCloseEditor | ( | QWidget * | editor | ) |
Definition at line 139 of file qitemdelegate.cpp.
Referenced by replaceNewLine().
| QSizeF QItemDelegatePrivate::doTextLayout | ( | int | lineWidth | ) | const |
Definition at line 164 of file qitemdelegate.cpp.
|
inline |
Definition at line 89 of file qitemdelegate.cpp.
|
inline |
Definition at line 92 of file qitemdelegate.cpp.
|
inline |
Definition at line 99 of file qitemdelegate.cpp.
Definition at line 102 of file qitemdelegate.cpp.
Referenced by QItemDelegate::drawDisplay(), QItemDelegate::textRectangle(), and QItemDelegate::updateEditorGeometry().
| QRect QItemDelegatePrivate::textLayoutBounds | ( | const QStyleOptionViewItemV2 & | options | ) | const |
Definition at line 146 of file qitemdelegate.cpp.
|
static |
Definition at line 358 of file qitemdelegate.cpp.
Referenced by QItemDelegate::paint(), QItemDelegate::rect(), and replaceNewLine().
|
inline |
Definition at line 123 of file qitemdelegate.cpp.
| bool QItemDelegatePrivate::clipPainting |
Definition at line 116 of file qitemdelegate.cpp.
| QItemEditorFactory* QItemDelegatePrivate::f |
Definition at line 115 of file qitemdelegate.cpp.
Referenced by editorFactory().
|
mutable |
Definition at line 120 of file qitemdelegate.cpp.
Referenced by doTextLayout().
|
mutable |
Definition at line 121 of file qitemdelegate.cpp.
| struct QItemDelegatePrivate::Icon QItemDelegatePrivate::tmp |