widget that displays a list of addresses, it uses MAddressWidget to display every single address
More...
#include <customerdlg.h>
|
| void | createAddress () |
| | asks the user for a new address More...
|
| |
| void | preselect (int) |
| | pre-selects an address by its position in the current address list, this method should only be called once! More...
|
| |
| void | preselect (const MOAddress &) |
| | alias: pre-selects an address if it is present in the list of displayed addresses More...
|
| |
widget that displays a list of addresses, it uses MAddressWidget to display every single address
| MAddressListWidget::MAddressListWidget |
( |
QWidget * |
parent, |
|
|
const QList< MOAddress > & |
addr, |
|
|
bool |
isselect = false |
|
) |
| |
| void MAddressListWidget::addressChanged |
( |
const MOAddress & |
| ) |
|
|
signal |
emitted if the address has changed, the parameter contains the current content; this also emits if the address has changed programmatically, use addressEdited if you want only manual changes
| void MAddressListWidget::addressCreated |
( |
const MOAddress & |
| ) |
|
|
signal |
| void MAddressListWidget::addressDeleted |
( |
const MOAddress & |
| ) |
|
|
signal |
emitted if the address was deleted by the user, addressEdited is also emitted
| void MAddressListWidget::addressEdited |
( |
const MOAddress & |
| ) |
|
|
signal |
emitted if the address was changed by the user, contains the current address content
| QList<MOAddress> MAddressListWidget::addressList |
( |
| ) |
const |
|
inline |
| void MAddressListWidget::addressSelected |
( |
const MOAddress & |
| ) |
|
|
signal |
emitted if the user presses the "select" button, contains the address
| void MAddressListWidget::addressSelected |
( |
qint64 |
| ) |
|
|
signal |
emitted if the user presses the "select" button, contains the address ID
| void MAddressListWidget::createAddress |
( |
| ) |
|
|
slot |
| void MAddressListWidget::preselect |
( |
int |
i | ) |
|
|
slot |
| void MAddressListWidget::preselect |
( |
const MOAddress & |
addr | ) |
|
|
slot |
| MOAddress MAddressListWidget::selection |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: