Changeset 247 for cpp/frams/param/mutableparam.h
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/mutableparam.h
r197 r247 23 23 SList entries; 24 24 SList groups; 25 longchanged;25 int changed; 26 26 ParamEntry *entry(int i) {return (i<staticprops)? pe_tab+i : ((ParamEntry*)entries(i-staticprops));} 27 27 void *getTarget(int i) {return (i<staticprops)? SimpleAbstractParam::getTarget(i) : (void*)entry(i)->offset;} … … 54 54 void notify(int id); 55 55 56 int setInt(int, long);56 int setInt(int,paInt); 57 57 int setDouble(int,double); 58 58 int setString(int,const SString &);
Note: See TracChangeset
for help on using the changeset viewer.