![]() |
TerraLib 4.1
|
A notification window for address geocodofication. More...
#include <TeAddressNotifyFunctorWindow.h>
Public Member Functions | |
| TeAdressNotifyFunctorWindow (QDialog *w, const bool &selectAllVisible=true) | |
| virtual | ~TeAdressNotifyFunctorWindow () |
| int | operator() (const TeAddress &searchedAddress, vector< TeAddressDescription > &foundAddresses) |
Protected Attributes | |
| QDialog * | w_ |
| bool | selectFirst_ |
| bool | selectAllVisible_ |
A notification window for address geocodofication.
| TeAdressNotifyFunctorWindow::TeAdressNotifyFunctorWindow | ( | QDialog * | w, |
| const bool & | selectAllVisible = true |
||
| ) | [inline] |
| virtual TeAdressNotifyFunctorWindow::~TeAdressNotifyFunctorWindow | ( | ) | [inline, virtual] |
| int TeAdressNotifyFunctorWindow::operator() | ( | const TeAddress & | searchedAddress, |
| vector< TeAddressDescription > & | foundAddresses | ||
| ) | [inline, virtual] |
Implements TeAbstractAddressNotifyFunctor.
bool TeAdressNotifyFunctorWindow::selectAllVisible_ [protected] |
bool TeAdressNotifyFunctorWindow::selectFirst_ [protected] |
QDialog* TeAdressNotifyFunctorWindow::w_ [protected] |