aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add public visibility for more classes.Hugo Lima2009-11-161-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-301-0/+15
| | | | It returns all code snips in a function.
* Added convenience method AbstractMetaClass::findFunction.Hugo Lima2009-10-301-4/+10
| | | | | This function returns the first AbstractMetaFunction found with a given name or a null pointer if no functions were found.
* Add method AbstractMetaFunction::isCastOperator.Hugo Lima2009-10-161-0/+5
|
* Check for constructors in isVirtual function.Renato Araujo Oliveira Filho2009-09-091-1/+1
| | | | | | Fixes Bug #46. Reviewed by Hugo Parente
* AbstractMetaClass::name() and AbstractMetaType::name() now return onlyMarcelo Lira2009-08-251-2/+1
| | | | the name of the class/type without namespace/scope information
* The genesis...Hugo Lima2009-08-171-0/+2175