A class in a namespace. More...
| Header: | #include <Test> | 
| qmake: | QT += testcpp | 
| Instantiated By: | Type | 
| Inherited By: | 
| void | inlineFunction() | 
| int | someFunction(int v) | 
| void | someFunctionDefaultArg(int i, bool b = false) | 
| virtual void | virtualFun() | 
Overloads that share a documentation comment, optionally taking a parameter b.
An inline function, documented using the \fn QDoc command.
Function that takes a parameter v. Also returns the value of v.
Function that takes a parameter i and b.
[virtual] void Test::virtualFun()Function that must be reimplemented.