Changeset 81 for cpp/gdk/param.h
- Timestamp:
- 02/08/13 03:29:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/param.h
r66 r81 102 102 ExtValue getById(const char* prop); 103 103 104 int setInt(int i,const char* str); 105 int setDouble(int i,const char* str); 104 106 virtual int setInt(int,long)=0; ///< set long value, you can only use this for "d" type prop 105 107 virtual int setDouble(int,double)=0; ///< set double value, you can only use this for "f" type prop … … 244 246 245 247 int isequal(int i,void* defdata); 246 void save2(SString&,void *defdata, int addcr=1);248 void save2(SString&,void *defdata,bool addcr=true,bool all_names=true); 247 249 248 250 virtual void setDefault(bool numericonly=false);
Note: See TracChangeset
for help on using the changeset viewer.