Changeset 81 for cpp/gdk/param.h


Ignore:
Timestamp:
02/08/13 03:29:17 (11 years ago)
Author:
Maciej Komosinski
Message:

improved parsing of properties (e.g. in f0 genotypes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/param.h

    r66 r81  
    102102ExtValue getById(const char* prop);
    103103
     104int setInt(int i,const char* str);
     105int setDouble(int i,const char* str);
    104106virtual int setInt(int,long)=0;         ///< set long value, you can only use this for "d" type prop
    105107virtual int setDouble(int,double)=0;    ///< set double value, you can only use this for "f" type prop
     
    244246
    245247int isequal(int i,void* defdata);
    246 void save2(SString&,void *defdata,int addcr=1);
     248void save2(SString&,void *defdata,bool addcr=true,bool all_names=true);
    247249
    248250virtual void setDefault(bool numericonly=false);
Note: See TracChangeset for help on using the changeset viewer.