|
| | tmAttributionDataLine () |
| | Default constructor.
|
| |
| | tmAttributionDataLine (wxArrayLong *selected, DataBaseTM *database) |
| | Constructor.
|
| |
| virtual void | Create (wxArrayLong *selected, DataBaseTM *database) |
| | Function for two step creation.
|
| |
| | ~tmAttributionDataLine () |
| | Destructor.
|
| |
| virtual bool | SetAttributeBasic (AttribObjType_PANEL *panel) |
| | Basic attribution.
|
| |
| virtual bool | GetInfoBasic (AttribObjType_PANEL *panel) |
| | Retrive the values info.
|
| |
| virtual bool | GetInfoBasic (long oid, wxArrayLong &objid, wxArrayString &objcode, wxArrayString &objname) |
| |
| virtual bool | GetAttributionLayersID (const long &geomid, tmLayerValueArray &layersid) |
| | Get Layer attributed for selected geometry.
|
| |
| virtual bool | GetAttributionLayersIDFull (const long &geomid, tmLayerValueArray &layersid) |
| |
| | tmAttributionData () |
| | Default constructor.
|
| |
|
| tmAttributionData (wxArrayLong *selected, DataBaseTM *database) |
| |
| | ~tmAttributionData () |
| | Destructor.
|
| |
|
virtual void | SetDataBaseTable (const wxString &tablename) |
| |
| virtual bool | SetAttributeBasicValues (wxArrayLong *values) |
| | Set Basic attribution.
|
| |
| virtual bool | CleanAttributesAdvanced (long objectid, PrjDefMemManage *prjdef, PRJDEF_LAYERS_TYPE layertype) |
| | Clean advanced attribution.
|
| |
| virtual bool | SetAttributesAdvanced (long objectid, PrjMemLayersArray *layers, const wxArrayString &values) |
| | Set advanced attribution.
|
| |
| virtual bool | CopyAttributesBasic (const long ©from) |
| | Copy attribution between objects.
|
| |
| virtual bool | GetInfoBasicValues (const long &selected, wxArrayLong &values) |
| | Get basic attribution values for passed ID.
|
| |
| virtual bool | GetInfoBasicArray (tmAttributionBasicArray &values) |
| | Get basic attributions for selected objets.
|
| |
| bool | GetBasicNameFromID (const tmAttributionBasic &myAttribObj, wxArrayString &txtvalues) |
| | Get Basic attribution string from database.
|
| |
| bool | GetConcatenedBasicName (const tmAttributionBasicArray &myAttrib, wxArrayString &concatenedattrib) |
| | Get Concatened basic attribution values for object.
|
| |
| virtual bool | GetAttributesAdvanced (long objectid, PrjMemLayersArray *layers, wxArrayString &values) |
| | Get advanced attribution in all layers for an object ID.
|
| |
| bool | GetAdvancedAttribution (ProjectDefMemoryLayers *layer, wxArrayString &values, wxArrayString &codes, long selected) |
| | Get advanced attribution for a layer.
|
| |
|
bool | GetAdvancedAttribution (int layerid, long geomoid, wxArrayString &values) |
| |
|
| bool | GetPanelValues (AttribObjType_PANEL *panel, wxArrayLong &valueids) |
| | Get all selected values from the panel.
|
| |
| void | SetPanelValues (AttribObjType_PANEL *panel, const wxArrayLong &valueids) |
| | Set Panel values.
|
| |
| virtual bool | IsValid () |
| | Verify validity of member objects.
|
| |
| void | PrepareAttributionStatement (wxString &statement, const wxString &tablename, wxArrayLong *checkedVal) |
| | Create MySQL statement for attribution.
|
| |
| void | PrepareCleaningStatement (wxString &statement, const wxString &tablename) |
| | Create MySQL statement for attribution.
|
| |
| void | PrepareGetInfoStatement (wxString &statement, const wxString &tablename) |
| | Create MySQL statement for getting info.
|
| |
| void | PrepareGetInfoMultipleStatement (wxString &statement, const wxString &tablename) |
| | Create MySQL statement for getting info.
|
| |
| bool | PrepareGetAttributionLayersID (const long &geomid, tmLayerValueArray &layersid, const wxString &tablename, int layertype) |
| | Get Layer attributed for selected geometry.
|
| |
|
bool | _GetInfoBasic (long oid, wxArrayLong &objid, wxArrayString &objcode, wxArrayString &objname, int layertype) |
| |