A class in a namespace. More...
| Header: | #include <Test> | 
| qmake: | QT += testcpp | 
| Inherited By: | 
| enum class | ScopedEnum { This, That, All } | 
| typedef | SomeType | 
| void | inlineFunction() | 
| int | someFunction(int v = 0) | 
| void | someFunctionDefaultArg(int i, bool b = false) | 
| virtual void | virtualFun() | 
| Constant | Value | Description | 
|---|---|---|
| TestQDoc::Test::ScopedEnum::This | 0x01 | Something | 
| TestQDoc::Test::ScopedEnum::That | 0x02 | Something else | 
| TestQDoc::Test::ScopedEnum::All | This | That | Everything | 
A typedef.
Overloads that share a documentation comment, optionally taking a parameter b.
This function was introduced in Test 1.2.
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.