TestClass Class

A class for the purpose of testing QDoc's \overload command. More...

Header: #include <TestClass>

Public Functions

void another_method()
void another_method(float overloads)
void another_method(int number)
void method()

Detailed Description

Member Function Documentation

void TestClass::another_method()

A function that is overload unaware.

void TestClass::another_method(float overloads)

A function that overloads another and documents it vaguely.

This is an overloaded function.

void TestClass::another_method(int number)

A function that overloads another and correctly documents it.

This function overloads TestClass::another_method().

void TestClass::method()

A member function without an overload that claims to be an overload by using the \overload command.