Ignore:
Timestamp:
11/25/18 20:08:56 (5 years ago)
Author:
Maciej Komosinski
Message:

MutableParam? property definition can be changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/mutableparam.h

    r737 r824  
    1616class MutableParam : public SimpleAbstractParam, public MutableParamInterface
    1717{
    18         static const int staticprops = 7;
     18        static const int staticprops = 8;
    1919        static ParamEntry pe_tab[];
    2020        /** group #0 cannot be removed by scripting  */
     
    5252        ParamEntry * removeProperty(int i);
    5353
     54        bool changeProperty(int i, const char* id, const char* type, const char* name, const char* help, int flags, int group);
     55
    5456        void notify(int id);
    5557
     
    6466        PARAMPROCDEF(p_addprop);
    6567        PARAMPROCDEF(p_remprop);
     68        PARAMPROCDEF(p_changeprop);
    6669        PARAMPROCDEF(p_addgroup);
    6770        PARAMPROCDEF(p_remgroup);
Note: See TracChangeset for help on using the changeset viewer.