![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
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 13 of file monitoreddatamapper.h.
|
explicit |
Definition at line 7 of file monitoreddatamapper.cpp.
|
private |
Definition at line 24 of file monitoreddatamapper.cpp.
void MonitoredDataMapper::addMapping | ( | QWidget * | widget, |
int | section | ||
) |
Definition at line 12 of file monitoreddatamapper.cpp.
void MonitoredDataMapper::addMapping | ( | QWidget * | widget, |
int | section, | ||
const QByteArray & | propertyName | ||
) |
Definition at line 18 of file monitoreddatamapper.cpp.
|
signal |