TestDerived Class TestQDoc::TestDerived TestCPP TestCPP Reference Documentation A derived class in a namespace. Header TestDerived CMake find_package(Qt6 COMPONENT QDocTest) target_link_libraries(mytarget PUBLIC Qt::QDocTest) qmake QT += testcpp Inherits TestQDoc::Test Detailed Description Member Type Documentation [alias] TestDerived::DerivedType DerivedTypepublic active unspecified TestCPP This is a type alias for TestQDoc::Test::SomeType. An aliased typedef. [alias] TestDerived::NotTypedef NotTypedefpublic active unspecified TestCPP This is a type alias for int. I'm an alias, not a typedef. Property Documentation [bindable] bindableProp : QString (Qt property) QString bindableProp public active unspecified TestCPP bindableProp setBindableProp bindablePropChanged This property supports QProperty bindings. Some property. boolProp : bool (Qt property) bool boolProp public active unspecified TestCPP boolProp setBoolProp resetBoolProp boolPropChanged A boolean property. Access functions: bool boolProp() void setBoolProp(bool b) void resetBoolProp() Notifier signal: void boolPropChanged() [read-only] intProp : int* const (Qt property) int* intProp public active unspecified TestCPP getInt An integer property. Access functions: int *getInt() [bindable read-only] someProp : QString (Qt property) QString someProp public active unspecified TestCPP someProp This property supports QProperty bindings. Another property. Member Function Documentation [override virtual] TestDerived::void virtualFun() virtual virtualFun override plain void virtualFun() override public active unspecified TestCPP Reimplements: Test::virtualFun().