ToolMap
|
Advanced Attribution Window. More...
#include <tmaattribwindow.h>
Public Member Functions | |
tmAAttribWindow (wxWindow *parent, PrjMemLayersArray *layers, wxArrayString *values, const tmLayerValueArray &arrayidname, wxWindowID id=wxID_ANY, const wxString &title=_("Object attribute (single feature)"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER) | |
Constructor. | |
~tmAAttribWindow () | |
Destructor. | |
virtual bool | TransferDataToWindow () |
Transfer data to window. | |
virtual bool | TransferDataFromWindow () |
Transfert data from the window. | |
Advanced Attribution Window.
This class deals with the advanced attribution window. It call the tmAAttribTree and display dynamic control based on user created database model
tmAAttribWindow::tmAAttribWindow | ( | wxWindow * | parent, |
PrjMemLayersArray * | layers, | ||
wxArrayString * | values, | ||
const tmLayerValueArray & | arrayidname, | ||
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = _("Object attribute (single feature)") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxDEFAULT_DIALOG_STYLE | wxMAXIMIZE_BOX | wxRESIZE_BORDER |
||
) |
Constructor.
tmAAttribWindow::~tmAAttribWindow | ( | ) |
Destructor.
|
virtual |
Transfert data from the window.
Called automatically when the dialog is closed.
|
virtual |
Transfer data to window.
This function is called automatically when the tmAAttribWindow is displayed