![]() |
Qt 4.8
|
Public Functions | |
| QStackedLayoutPrivate () | |
Public Functions inherited from QLayoutPrivate | |
| void | doResize (const QSize &) |
| void | getMargin (int *result, int userMargin, QStyle::PixelMetric pm) const |
| QLayoutPrivate () | |
| void | reparentChildWidgets (QWidget *mw) |
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 |
Definition at line 51 of file qstackedlayout.cpp.
|
inline |
Definition at line 55 of file qstackedlayout.cpp.
| int QStackedLayoutPrivate::index |
Definition at line 57 of file qstackedlayout.cpp.
| QList<QLayoutItem *> QStackedLayoutPrivate::list |
Definition at line 56 of file qstackedlayout.cpp.
| QStackedLayout::StackingMode QStackedLayoutPrivate::stackingMode |
Definition at line 58 of file qstackedlayout.cpp.