Ignore:
Timestamp:
06/23/15 00:52:00 (9 years ago)
Author:
Maciej Komosinski
Message:
  • makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY
  • fixed paramtab/paramobject creation for objects containing 'p' members
File:
1 edited

Legend:

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

    r333 r396  
    5353                ParamObject::freeObject(obj2);
    5454                */
    55         static ParamEntry* makeParamTab(ParamInterface *pi, bool stripgroups = 0, bool stripproc = 0, int firstprop = 0, int maxprops = 9999, bool dupentries = false, int flagsexclude = 0, bool addnew = false, const char* rename = NULL);
     55        static ParamEntry* makeParamTab(ParamInterface *pi, bool stripgroups = 0, bool stripproc = 0, int firstprop = 0, int maxprops = 9999, bool dupentries = false, int flagsexclude = 0, bool addnew = false, const char* rename = NULL,bool readonly_into_userreadonly=false);
    5656
    5757        /** deallocate paramtab obtained from makeParamTab() */
Note: See TracChangeset for help on using the changeset viewer.