aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
Commit message (Collapse)AuthorAgeFilesLines
* Add m_stream attribute to AbstractMetaClassLauro Neto2009-11-091-1/+14
|
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-301-0/+7
| | | | It returns all code snips in a function.
* Added convenience method AbstractMetaClass::findFunction.Hugo Lima2009-10-301-0/+1
| | | | | This function returns the first AbstractMetaFunction found with a given name or a null pointer if no functions were found.
* Added support for add-function tag into typesystem.Hugo Lima2009-10-211-1/+2
|
* Add method AbstractMetaFunction::isCastOperator.Hugo Lima2009-10-161-0/+1
|
* Create a new method to AbstractType: isValuePointer.Renato Araujo Oliveira Filho2009-08-261-0/+6
| | | | | | Separeted value pointers from native pointer for help generators. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* AbstractMetaClass::name() and AbstractMetaType::name() now return onlyMarcelo Lira2009-08-251-2/+6
| | | | the name of the class/type without namespace/scope information
* The genesis...Hugo Lima2009-08-171-0/+1874