Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QDataWidgetMapperPrivate Class Reference
+ Inheritance diagram for QDataWidgetMapperPrivate:
+ Collaboration diagram for QDataWidgetMapperPrivate:

Classes

struct  WidgetMapper
 

Public Member Functions

 QDataWidgetMapperPrivate ()
 
int itemCount ()
 
int currentIdx () const
 
QModelIndex indexAt (int itemPos)
 
void flipEventFilters (QAbstractItemDelegate *oldDelegate, QAbstractItemDelegate *newDelegate) const
 
void populate ()
 
void _q_dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &)
 
void _q_commitData (QWidget *)
 
void _q_closeEditor (QWidget *, QAbstractItemDelegate::EndEditHint)
 
void _q_modelDestroyed ()
 
void populate (WidgetMapper &m)
 
int findWidget (QWidget *w) const
 
bool commit (const WidgetMapper &m)
 
- Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void checkForIncompatibleLibraryVersion (int version) const
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
 
void _q_reregisterTimers (void *pointer)
 
bool isSender (const QObject *receiver, const char *signal) const
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () const
 
void ensureConnectionData ()
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void reinitBindingStorageAfterThreadMove ()
 
virtual std::string flagsForDumping () const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 

Public Attributes

QAbstractItemModelmodel
 
QAbstractItemDelegatedelegate
 
Qt::Orientation orientation
 
QDataWidgetMapper::SubmitPolicy submitPolicy
 
QPersistentModelIndex rootIndex
 
QPersistentModelIndex currentTopLeft
 
std::vector< WidgetMapperwidgetMap
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union { 
 
   QObject *   currentChildBeingDeleted 
 
   QAbstractDeclarativeData *   declarativeData 
 
};  
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
QObjectList children
 
uint isWidget: 1
 
uint blockSig: 1
 
uint wasDeleted: 1
 
uint isDeletingChildren: 1
 
uint sendChildEvents: 1
 
uint receiveChildEvents: 1
 
uint isWindow: 1
 
uint deleteLaterCalled: 1
 
uint isQuickItem: 1
 
uint willBeWidget: 1
 
uint wasWidget: 1
 
uint unused: 21
 
QAtomicInt postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData >
 
- Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
 
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (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)
 

Detailed Description

Definition at line 18 of file qdatawidgetmapper.cpp.

Constructor & Destructor Documentation

◆ QDataWidgetMapperPrivate()

QDataWidgetMapperPrivate::QDataWidgetMapperPrivate ( )
inline

Definition at line 23 of file qdatawidgetmapper.cpp.

Member Function Documentation

◆ _q_closeEditor()

void QDataWidgetMapperPrivate::_q_closeEditor ( QWidget w,
QAbstractItemDelegate::EndEditHint  hint 
)

Definition at line 169 of file qdatawidgetmapper.cpp.

References QAbstractItemDelegate::EditNextItem, QAbstractItemDelegate::EditPreviousItem, findWidget(), hint(), QAbstractItemDelegate::NoHint, populate(), QAbstractItemDelegate::RevertModelCache, QAbstractItemDelegate::SubmitModelCache, and widgetMap.

+ Here is the call graph for this function:

◆ _q_commitData()

void QDataWidgetMapperPrivate::_q_commitData ( QWidget w)

Definition at line 157 of file qdatawidgetmapper.cpp.

References findWidget(), QDataWidgetMapper::ManualSubmit, submitPolicy, and widgetMap.

+ Here is the call graph for this function:

◆ _q_dataChanged()

void QDataWidgetMapperPrivate::_q_dataChanged ( const QModelIndex topLeft,
const QModelIndex bottomRight,
const QList< int > &   
)

Definition at line 145 of file qdatawidgetmapper.cpp.

References e, QModelIndex::parent(), populate(), qContainsIndex(), rootIndex, and widgetMap.

+ Here is the call graph for this function:

◆ _q_modelDestroyed()

void QDataWidgetMapperPrivate::_q_modelDestroyed ( )

Definition at line 192 of file qdatawidgetmapper.cpp.

References model, and QAbstractItemModelPrivate::staticEmptyModel().

+ Here is the call graph for this function:

◆ commit()

bool QDataWidgetMapperPrivate::commit ( const WidgetMapper m)

Definition at line 102 of file qdatawidgetmapper.cpp.

References delegate, Qt::EditRole, model, QAbstractItemModel::setData(), and QAbstractItemDelegate::setModelData().

+ Here is the call graph for this function:

◆ currentIdx()

int QDataWidgetMapperPrivate::currentIdx ( ) const
inline

Definition at line 43 of file qdatawidgetmapper.cpp.

References QPersistentModelIndex::column(), currentTopLeft, Qt::Horizontal, orientation, and QPersistentModelIndex::row().

Referenced by indexAt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ findWidget()

int QDataWidgetMapperPrivate::findWidget ( QWidget w) const

Definition at line 93 of file qdatawidgetmapper.cpp.

References e, and widgetMap.

Referenced by _q_closeEditor(), and _q_commitData().

+ Here is the caller graph for this function:

◆ flipEventFilters()

void QDataWidgetMapperPrivate::flipEventFilters ( QAbstractItemDelegate oldDelegate,
QAbstractItemDelegate newDelegate 
) const
inline

Definition at line 55 of file qdatawidgetmapper.cpp.

References e, and widgetMap.

◆ indexAt()

QModelIndex QDataWidgetMapperPrivate::indexAt ( int  itemPos)
inline

Definition at line 48 of file qdatawidgetmapper.cpp.

References currentIdx(), Qt::Horizontal, QAbstractItemModel::index(), model, orientation, and rootIndex.

Referenced by populate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ itemCount()

int QDataWidgetMapperPrivate::itemCount ( )
inline

Definition at line 36 of file qdatawidgetmapper.cpp.

References QAbstractItemModel::columnCount(), Qt::Horizontal, model, orientation, rootIndex, and QAbstractItemModel::rowCount().

+ Here is the call graph for this function:

◆ populate() [1/2]

void QDataWidgetMapperPrivate::populate ( )

Definition at line 132 of file qdatawidgetmapper.cpp.

References e, populate(), and widgetMap.

Referenced by _q_closeEditor(), _q_dataChanged(), and populate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ populate() [2/2]

void QDataWidgetMapperPrivate::populate ( WidgetMapper m)

Definition at line 120 of file qdatawidgetmapper.cpp.

References delegate, Qt::EditRole, indexAt(), and QAbstractItemDelegate::setEditorData().

+ Here is the call graph for this function:

Member Data Documentation

◆ currentTopLeft

QPersistentModelIndex QDataWidgetMapperPrivate::currentTopLeft

Definition at line 34 of file qdatawidgetmapper.cpp.

Referenced by currentIdx().

◆ delegate

QAbstractItemDelegate* QDataWidgetMapperPrivate::delegate

Definition at line 30 of file qdatawidgetmapper.cpp.

Referenced by commit(), and populate().

◆ model

QAbstractItemModel* QDataWidgetMapperPrivate::model

Definition at line 29 of file qdatawidgetmapper.cpp.

Referenced by _q_modelDestroyed(), commit(), indexAt(), and itemCount().

◆ orientation

Qt::Orientation QDataWidgetMapperPrivate::orientation

Definition at line 31 of file qdatawidgetmapper.cpp.

Referenced by currentIdx(), indexAt(), and itemCount().

◆ rootIndex

QPersistentModelIndex QDataWidgetMapperPrivate::rootIndex

Definition at line 33 of file qdatawidgetmapper.cpp.

Referenced by _q_dataChanged(), indexAt(), and itemCount().

◆ submitPolicy

QDataWidgetMapper::SubmitPolicy QDataWidgetMapperPrivate::submitPolicy

Definition at line 32 of file qdatawidgetmapper.cpp.

Referenced by _q_commitData().

◆ widgetMap

std::vector<WidgetMapper> QDataWidgetMapperPrivate::widgetMap

The documentation for this class was generated from the following file: