Definition at line 60 of file qdatawidgetmapper.h.
#include <qdatawidgetmapper.h>

| enum SubmitPolicy |
Definition at line 85 of file qdatawidgetmapper.h.
{ AutoSubmit, ManualSubmit };
| QDataWidgetMapper | ( | QObject * | parent = 0 |
) |
| ~QDataWidgetMapper | ( | ) |
| void setModel | ( | QAbstractItemModel * | model | ) |
| QAbstractItemModel* model | ( | ) | const |
| void setItemDelegate | ( | QAbstractItemDelegate * | delegate | ) |
| QAbstractItemDelegate* itemDelegate | ( | ) | const |
| void setRootIndex | ( | const QModelIndex & | index | ) |
| QModelIndex rootIndex | ( | ) | const |
| void setOrientation | ( | Qt::Orientation | aOrientation | ) |
| Qt::Orientation orientation | ( | ) | const |
| void setSubmitPolicy | ( | SubmitPolicy | policy | ) |
| SubmitPolicy submitPolicy | ( | ) | const |
| void addMapping | ( | QWidget * | widget, |
| int | section | ||
| ) |
| void addMapping | ( | QWidget * | widget, |
| int | section, | ||
| const QByteArray & | propertyName | ||
| ) |
| void removeMapping | ( | QWidget * | widget | ) |
| int mappedSection | ( | QWidget * | widget | ) | const |
| QByteArray mappedPropertyName | ( | QWidget * | widget | ) | const |
| QWidget* mappedWidgetAt | ( | int | section | ) | const |
| void clearMapping | ( | ) |
| int currentIndex | ( | ) | const |
| void revert | ( | ) | [slot] |
| bool submit | ( | ) | [slot] |
| void toFirst | ( | ) | [slot] |
| void toLast | ( | ) | [slot] |
| void toNext | ( | ) | [slot] |
| void toPrevious | ( | ) | [slot] |
| virtual void setCurrentIndex | ( | int | index | ) | [virtual, slot] |
| void setCurrentModelIndex | ( | const QModelIndex & | index | ) | [slot] |
| void currentIndexChanged | ( | int | index | ) | [signal] |
int currentIndex [read,
write] |
Definition at line 65 of file qdatawidgetmapper.h.
Qt::Orientation
orientation [read, write] |
Definition at line 66 of file qdatawidgetmapper.h.
SubmitPolicy submitPolicy [read, write] |
Definition at line 67 of file qdatawidgetmapper.h.