Changeset 824 for cpp/frams/param/mutableparam.h
- Timestamp:
- 11/25/18 20:08:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/mutableparam.h
r737 r824 16 16 class MutableParam : public SimpleAbstractParam, public MutableParamInterface 17 17 { 18 static const int staticprops = 7;18 static const int staticprops = 8; 19 19 static ParamEntry pe_tab[]; 20 20 /** group #0 cannot be removed by scripting */ … … 52 52 ParamEntry * removeProperty(int i); 53 53 54 bool changeProperty(int i, const char* id, const char* type, const char* name, const char* help, int flags, int group); 55 54 56 void notify(int id); 55 57 … … 64 66 PARAMPROCDEF(p_addprop); 65 67 PARAMPROCDEF(p_remprop); 68 PARAMPROCDEF(p_changeprop); 66 69 PARAMPROCDEF(p_addgroup); 67 70 PARAMPROCDEF(p_remgroup);
Note: See TracChangeset
for help on using the changeset viewer.