NAME
Qt::Gui::QDataWidgetMapper
PUBLIC METHODS
- QDataWidgetMapper(QObject * parent)
- QDataWidgetMapper(QObject * parent = 0)
- ~QDataWidgetMapper()
- void addMapping(QWidget * widget, int section)
- void addMapping(QWidget * widget, int section, const QByteArray & propertyName)
- void clearMapping()
- int currentIndex()
- QAbstractItemDelegate * itemDelegate()
- QByteArray mappedPropertyName(QWidget * widget)
- int mappedSection(QWidget * widget)
- QWidget * mappedWidgetAt(int section)
- QAbstractItemModel * model()
- Qt::Orientation orientation()
- void removeMapping(QWidget * widget)
- void revert()
- QModelIndex rootIndex()
- void setCurrentIndex(int index)
- void setCurrentModelIndex(const QModelIndex & index)
- void setItemDelegate(QAbstractItemDelegate * delegate)
- void setModel(QAbstractItemModel * model)
- void setOrientation(Qt::Orientation aOrientation)
- void setRootIndex(const QModelIndex & index)
- void setSubmitPolicy(QDataWidgetMapper::SubmitPolicy policy)
- bool submit()
- QDataWidgetMapper::SubmitPolicy submitPolicy()
- void toFirst()
- void toLast()
- void toNext()
- void toPrevious()
ENUM VALUES
- AutoSubmit
- ManualSubmit
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.