Patch level : 12.00 1362
Files correlati : ba1.exe ba1800a.msk Commento: Aggiunta la possibilità di aggiornare campi al programma di importazione file di testo
This commit is contained in:
parent
edb83c9129
commit
7e4de6d31b
@ -103,6 +103,8 @@ public:
|
|||||||
void add(const TTracciato_campo& tc, int pos = -1);//aggiunge tracciato campo all'array
|
void add(const TTracciato_campo& tc, int pos = -1);//aggiunge tracciato campo all'array
|
||||||
void add(TTracciato_campo* tc, int pos = -1);//aggiunge tracciato campo all'array
|
void add(TTracciato_campo* tc, int pos = -1);//aggiunge tracciato campo all'array
|
||||||
TTracciato_campo& get(int n);//ritorna il tracciato campo n dell'array (se non c'e' lo crea)
|
TTracciato_campo& get(int n);//ritorna il tracciato campo n dell'array (se non c'e' lo crea)
|
||||||
|
// ritorna il numero di campi
|
||||||
|
const int nfields() const { return _tracciati_campo.items(); }
|
||||||
//ritorna il tracciato campo n dell'array
|
//ritorna il tracciato campo n dell'array
|
||||||
const TTracciato_campo& get(int n) const {return (TTracciato_campo&)_tracciati_campo[n];}
|
const TTracciato_campo& get(int n) const {return (TTracciato_campo&)_tracciati_campo[n];}
|
||||||
int get_pos(const char* name) const;
|
int get_pos(const char* name) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user