![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
| Public Types inherited from QWidgetPrivate | |
| enum | DrawWidgetFlag { DrawAsRoot = 0x01 , DrawPaintOnScreen = 0x02 , DrawRecursive = 0x04 , DrawInvisible = 0x08 , DontSubtractOpaqueChildren = 0x10 , DontDrawOpaqueChildren = 0x20 , DontDrawNativeChildren = 0x40 , DontSetCompositionMode = 0x80 , UseEffectRegionBounds = 0x100 } |
| enum | Direction { DirectionNorth = 0x01 , DirectionEast = 0x10 , DirectionSouth = 0x02 , DirectionWest = 0x20 } |
| enum class | WindowHandleMode { Direct , Closest , TopLevel } |
| enum | CloseMode { CloseNoEvent , CloseWithEvent , CloseWithSpontaneousEvent } |
| enum class | FocusDirection { Previous , Next } |
| enum class | FocusChainRemovalRule { EnsureFocusOut = 0x01 , AssertConsistency = 0x02 } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
| Static Public Member Functions inherited from QWidgetPrivate | |
| static QWidgetPrivate * | get (QWidget *w) |
| static const QWidgetPrivate * | get (const QWidget *w) |
| static void | checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight) |
| static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr) |
| static QWidget * | parentGraphicsView (const QWidget *widget) |
| static QRect | screenGeometry (const QWidget *widget) |
| static QRect | availableScreenGeometry (const QWidget *widget) |
| static QScreen * | screen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
| static QRect | screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
| static QRect | availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
| static void | sendComposeStatus (QWidget *w, bool end) |
| static void | setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent) |
| static bool | insertIntoFocusChain (const QWidgetList &toBeInserted, FocusDirection direction, QWidget *position) |
| static QWidgetList | takeFromFocusChain (QWidget *from, QWidget *to, FocusDirection direction=FocusDirection::Next) |
| Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1, typename Func2> | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1, typename Func2> | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
| Static Public Attributes inherited from QWidgetPrivate | |
| static QWidgetMapper * | mapper = nullptr |
| static QWidgetSet * | allWidgets = nullptr |
| static int | instanceCounter = 0 |
| static int | maxInstances = 0 |
| Protected Member Functions inherited from QDialogPrivate | |
| virtual int | dialogCode () const |
Definition at line 149 of file qinputdialog.cpp.
| QInputDialogPrivate::QInputDialogPrivate | ( | ) |
Definition at line 191 of file qinputdialog.cpp.
| QInputDialogPrivate::QInputDialogPrivate | ( | ) |
| void QInputDialogPrivate::chooseRightTextInputWidget | ( | ) |
Definition at line 362 of file qinputdialog.cpp.
References ensureLineEdit(), ensureListView(), ensurePlainTextEdit(), lineEdit, listView, and useComboBoxOrListView().
| void QInputDialogPrivate::chooseRightTextInputWidget | ( | ) |
| void QInputDialogPrivate::currentRowChanged | ( | const QModelIndex & | newIndex, |
| const QModelIndex & | oldIndex ) |
Definition at line 439 of file qinputdialog.cpp.
| void QInputDialogPrivate::currentRowChanged | ( | const QModelIndex & | newIndex, |
| const QModelIndex & | oldIndex ) |
| void QInputDialogPrivate::ensureComboBox | ( | ) |
Definition at line 258 of file qinputdialog.cpp.
Referenced by ensureListView().
| void QInputDialogPrivate::ensureComboBox | ( | ) |
| void QInputDialogPrivate::ensureDoubleSpinBox | ( | ) |
Definition at line 302 of file qinputdialog.cpp.
| void QInputDialogPrivate::ensureDoubleSpinBox | ( | ) |
| void QInputDialogPrivate::ensureEnabledConnection | ( | QAbstractSpinBox * | spinBox | ) |
Definition at line 313 of file qinputdialog.cpp.
Referenced by ensureLayout(), and setInputWidget().
| void QInputDialogPrivate::ensureEnabledConnection | ( | QAbstractSpinBox * | spinBox | ) |
| void QInputDialogPrivate::ensureIntSpinBox | ( | ) |
Definition at line 291 of file qinputdialog.cpp.
| void QInputDialogPrivate::ensureIntSpinBox | ( | ) |
| void QInputDialogPrivate::ensureLayout | ( | ) |
Definition at line 197 of file qinputdialog.cpp.
References ensureEnabledConnection(), and ensureLineEdit().
Referenced by ensureLayout(), and setInputWidget().
| void QInputDialogPrivate::ensureLayout | ( | ) |
|
inline |
Definition at line 169 of file qinputdialog.cpp.
References ensureLayout().
|
inline |
Definition at line 169 of file qinputdialog.cpp.
| void QInputDialogPrivate::ensureLineEdit | ( | ) |
Definition at line 229 of file qinputdialog.cpp.
References lineEdit.
Referenced by chooseRightTextInputWidget(), and ensureLayout().
| void QInputDialogPrivate::ensureLineEdit | ( | ) |
| void QInputDialogPrivate::ensureListView | ( | ) |
Definition at line 274 of file qinputdialog.cpp.
References ensureComboBox(), and listView.
Referenced by chooseRightTextInputWidget().
| void QInputDialogPrivate::ensureListView | ( | ) |
| void QInputDialogPrivate::ensurePlainTextEdit | ( | ) |
Definition at line 243 of file qinputdialog.cpp.
Referenced by chooseRightTextInputWidget().
| void QInputDialogPrivate::ensurePlainTextEdit | ( | ) |
| QString QInputDialogPrivate::listViewText | ( | ) | const |
Definition at line 410 of file qinputdialog.cpp.
References listView.
| QString QInputDialogPrivate::listViewText | ( | ) | const |
| void QInputDialogPrivate::plainTextEditTextChanged | ( | ) |
Definition at line 429 of file qinputdialog.cpp.
| void QInputDialogPrivate::plainTextEditTextChanged | ( | ) |
Definition at line 390 of file qinputdialog.cpp.
Definition at line 321 of file qinputdialog.cpp.
References ensureEnabledConnection(), ensureLayout(), lineEdit, and listView.
Definition at line 400 of file qinputdialog.cpp.
References listView.
Definition at line 420 of file qinputdialog.cpp.
|
inline |
Definition at line 170 of file qinputdialog.cpp.
Referenced by chooseRightTextInputWidget().
|
inline |
Definition at line 170 of file qinputdialog.cpp.
|
mutable |
Definition at line 176 of file qinputdialog.cpp.
|
mutable |
Definition at line 181 of file qinputdialog.cpp.
|
mutable |
Definition at line 180 of file qinputdialog.cpp.
|
mutable |
Definition at line 183 of file qinputdialog.cpp.
|
mutable |
Definition at line 179 of file qinputdialog.cpp.
|
mutable |
Definition at line 175 of file qinputdialog.cpp.
|
mutable |
Definition at line 177 of file qinputdialog.cpp.
Referenced by QInputDialogPrivate(), chooseRightTextInputWidget(), ensureLineEdit(), and setInputWidget().
|
mutable |
Definition at line 182 of file qinputdialog.cpp.
Referenced by QInputDialogPrivate(), chooseRightTextInputWidget(), ensureListView(), listViewText(), setInputWidget(), and setListViewText().
|
mutable |
Definition at line 184 of file qinputdialog.cpp.
| QByteArray QInputDialogPrivate::memberToDisconnectOnClose |
Definition at line 188 of file qinputdialog.cpp.
| QInputDialog::InputDialogOptions QInputDialogPrivate::opts |
Definition at line 185 of file qinputdialog.cpp.
|
mutable |
Definition at line 178 of file qinputdialog.cpp.
Definition at line 187 of file qinputdialog.cpp.
| QString QInputDialogPrivate::textValue |
Definition at line 186 of file qinputdialog.cpp.