Changeset 743 for cpp/frams/model


Ignore:
Timestamp:
02/26/18 19:57:44 (6 years ago)
Author:
Maciej Komosinski
Message:

Introduced different function names in C++ instead of overloading (with the same number of arguments) so that javascript is able to discriminate them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/modelparts.cpp

    r726 r743  
    180180                        if (i) t += "\n";
    181181                        t += "   "; t += p.name(i); t += " ("; t += p.id(i); t += ") ";
    182                         t += p.describeType(i);
     182                        t += p.friendlyTypeDescr(i);
    183183                        if (h = p.help(i)) if (*h) { t += " - "; t += h; }
    184184                }
Note: See TracChangeset for help on using the changeset viewer.