aboutsummaryrefslogtreecommitdiffstats
path: root/examples/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* feature constant properties (#38)jryannel2017-04-061-1/+1
| | | | | | | | * A first version of supporting constant properties. The grammar god a little bit more complicated and might be cleaned up at some point. Also the cpp property generation is more coplicated and should also be simplified again. Maybe by providing some JINJA macros or C++ helpers. * Updated cont property feature. The keyword used now is ‘const’. Also updated the grammar in this respect. * removed the is_ prefix from the bool variables for properties (is_readonly => readonly, is_const=>const)
* Working on updating the qdoc support for the builtin generator.Juergen Bocklage-Ryannel2017-04-041-3/+22
|
* Changed all examples files to use JavaDoc tagsJuergen Bocklage-Ryannel2017-02-011-3/+3
|
* Extracted the qtcpp builtin generator into own folder started to re-layout ↵Juergen Bocklage-Ryannel2017-01-131-0/+19
the examples folder.