Ignore:
Timestamp:
12/05/16 02:31:34 (8 years ago)
Author:
Maciej Komosinski
Message:

Introduced a separate function to provide a human-friendly description of a given param-item type

File:
1 edited

Legend:

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

    r574 r640  
    155155        void setMax(int i);
    156156
     157        /** return the human readable description of the given type */
     158        static SString describeType(const char* type);
     159        SString describeType(int i) {return describeType(type(i));}
     160       
    157161        /** copy all property values from other ParamInterface object */
    158162        void copyFrom(ParamInterface *src);
Note: See TracChangeset for help on using the changeset viewer.