![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Data to Widget mapper that watches for edits and notifies listeners when a field is edited. More...
#include <monitoreddatamapper.h>
Signals | |
void | viewModified () |
Public Member Functions | |
MonitoredDataMapper (QObject *parent=0) | |
void | addMapping (QWidget *widget, int section) |
void | addMapping (QWidget *widget, int section, const QByteArray &propertyName) |
Private Member Functions | |
void | addChangeMonitor (QWidget *widget) |
Data to Widget mapper that watches for edits and notifies listeners when a field is edited.
This can be used, for example, to enable a commit/apply button in a configuration dialog.
Definition at line 17 of file monitoreddatamapper.h.
|
explicit |
Definition at line 11 of file monitoreddatamapper.cpp.
|
private |
Definition at line 28 of file monitoreddatamapper.cpp.
Referenced by addMapping().
Definition at line 16 of file monitoreddatamapper.cpp.
References addChangeMonitor().
Referenced by OptionsDialog::setMapper().
void MonitoredDataMapper::addMapping | ( | QWidget * | widget, |
int | section, | ||
const QByteArray & | propertyName | ||
) |
Definition at line 22 of file monitoreddatamapper.cpp.
References addChangeMonitor().
|
signal |
Definition at line 94 of file moc_monitoreddatamapper.cpp.