Changeset 278 for cpp/frams/param/param.h
- Timestamp:
- 12/22/14 23:21:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.h
r268 r278 138 138 int getMinMax(int prop, int& minumum, int& maximum, SString& def); 139 139 140 virtual void setDefault( bool numericonly = false);141 virtual void setDefault(int i , bool numericonly = false);140 virtual void setDefault(); 141 virtual void setDefault(int i); 142 142 void setMin(); 143 143 void setMax(); … … 158 158 int save(VirtFILE*, const char* altname = NULL, bool force = 0); 159 159 int saveprop(VirtFILE*, int i, const char* p, bool force = 0); 160 int load(VirtFILE*,bool warn_unknown_fields=true );///< @return the number of fields loaded160 int load(VirtFILE*,bool warn_unknown_fields=true,bool *abortable=NULL);///< @return the number of fields loaded 161 161 int load2(const SString &, int &);///< @return the number of fields loaded 162 162 … … 284 284 void save2(SString&, void *defdata, bool addcr = true, bool all_names = true); 285 285 286 virtual void setDefault( bool numericonly = false);287 virtual void setDefault(int i , bool numericonly = false);286 virtual void setDefault(); 287 virtual void setDefault(int i); 288 288 289 289 #ifdef DEBUG
Note: See TracChangeset
for help on using the changeset viewer.