Ignore:
Timestamp:
02/25/13 11:47:25 (11 years ago)
Author:
lucsch
Message:
  • TmDmCreator is now working (supports language selection)
  • Adding swisstopo data model definition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tmdmcreator/src/tmdmprocessor.h

    r19 r21  
    3333    wxFileName m_FileDst; 
    3434     
     35    int m_LanguageCol; 
     36    wxString SwitchCols(wxArrayString * cols, wxArrayString * values, int item); 
     37     
    3538public: 
    3639    TmDmProcessor(const wxFileName & src, const wxFileName & dest); 
     
    3942    int FindBlock(const wxString & blockname); 
    4043    virtual bool ProcessBlock(int blockstart, const wxString & tablename) = 0; 
     44 
     45    void SetLanguageColumn(int value); 
    4146}; 
    4247 
Note: See TracChangeset for help on using the changeset viewer.