input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qdatawidgetmapper.html

output_urn
QDataWidgetMapper

inherits

public_types
 enum SubmitPolicy { AutoSubmit, ManualSubmit }

properties
currentIndex : int
orientation : Qt::Orientation
submitPolicy : SubmitPolicy

public_functions
QDataWidgetMapper ( QObject * parent = 0 )
~QDataWidgetMapper ()
 void addMapping ( QWidget * widget, int section )
 void addMapping ( QWidget * widget, int section, const QByteArray & propertyName )
 void clearMapping ()
 int currentIndex () const
 QAbstractItemDelegate * itemDelegate () const
 QByteArray mappedPropertyName ( QWidget * widget ) const
 int mappedSection ( QWidget * widget ) const
 QWidget * mappedWidgetAt ( int section ) const
 QAbstractItemModel * model () const
 Qt::Orientation orientation () const
 void removeMapping ( QWidget * widget )
 QModelIndex rootIndex () const
 void setItemDelegate ( QAbstractItemDelegate * delegate )
 void setModel ( QAbstractItemModel * model )
 void setOrientation ( Qt::Orientation aOrientation )
 void setRootIndex ( const QModelIndex & index )
 void setSubmitPolicy ( SubmitPolicy policy )
 SubmitPolicy submitPolicy () const

public_slots
 void revert ()
 virtual void setCurrentIndex ( int index )
 void setCurrentModelIndex ( const QModelIndex & index )
 bool submit ()
 void toFirst ()
 void toLast ()
 void toNext ()
 void toPrevious ()

signals
 void currentIndexChanged ( int index )

static_public_members

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QDataWidgetMapper
name
SubmitPolicy
key
AutoSubmit
ManualSubmit
public_flag
true

parent_enums

parent_index
343

parent_name
QObject

