Qt 4.8
Public Functions | Public Variables | List of all members
QDataWidgetMapperPrivate::WidgetMapper Struct Reference

Public Functions

 WidgetMapper (QWidget *w=0, int c=0, const QModelIndex &i=QModelIndex())
 
 WidgetMapper (QWidget *w, int c, const QModelIndex &i, const QByteArray &p)
 

Public Variables

QPersistentModelIndex currentIndex
 
QByteArray property
 
int section
 
QPointer< QWidgetwidget
 

Detailed Description

Definition at line 112 of file qdatawidgetmapper.cpp.

Constructors and Destructors

◆ WidgetMapper() [1/2]

QDataWidgetMapperPrivate::WidgetMapper::WidgetMapper ( QWidget w = 0,
int  c = 0,
const QModelIndex i = QModelIndex() 
)
inline

Definition at line 114 of file qdatawidgetmapper.cpp.

◆ WidgetMapper() [2/2]

QDataWidgetMapperPrivate::WidgetMapper::WidgetMapper ( QWidget w,
int  c,
const QModelIndex i,
const QByteArray p 
)
inline

Properties

◆ currentIndex

QPersistentModelIndex QDataWidgetMapperPrivate::WidgetMapper::currentIndex

◆ property

QByteArray QDataWidgetMapperPrivate::WidgetMapper::property

◆ section

int QDataWidgetMapperPrivate::WidgetMapper::section

Definition at line 120 of file qdatawidgetmapper.cpp.

Referenced by QDataWidgetMapperPrivate::populate().

◆ widget

QPointer<QWidget> QDataWidgetMapperPrivate::WidgetMapper::widget

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