Sascha Zelzer b54453d2d4 Fixed more Qt 4.6 issues. 12 gadi atpakaļ
..
CMakeLists.txt cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). 12 gadi atpakaļ
README.md a757fd0ac7 Improved command line module documentation. 12 gadi atpakaļ
ctkCmdLineModuleBackendFPDescriptionPrivate.cpp 6def9e93c2 Improved code style for consistency. 12 gadi atpakaļ
ctkCmdLineModuleBackendFPDescriptionPrivate.h cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). 12 gadi atpakaļ
ctkCmdLineModuleBackendFPTypeTraits.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. 12 gadi atpakaļ
ctkCmdLineModuleBackendFPUtil.cpp 6def9e93c2 Improved code style for consistency. 12 gadi atpakaļ
ctkCmdLineModuleBackendFPUtil_p.h 9bd490aab4 Enhanced to function pointer backend to handle custom parameter types. 12 gadi atpakaļ
ctkCmdLineModuleBackendFunctionPointer.cpp b54453d2d4 Fixed more Qt 4.6 issues. 12 gadi atpakaļ
ctkCmdLineModuleBackendFunctionPointer.h b51677d3d7 Added API and XSD file documentation. 12 gadi atpakaļ
ctkCmdLineModuleFunctionPointerTask.cpp 6def9e93c2 Improved code style for consistency. 12 gadi atpakaļ
ctkCmdLineModuleFunctionPointerTask_p.h b51677d3d7 Added API and XSD file documentation. 12 gadi atpakaļ
target_libraries.cmake cc4b2ed8a6 Added experimental second front- (QtWebKit) and backend (function pointer). 12 gadi atpakaļ

README.md

Function Pointer (experimental) {#CommandLineModulesBackendFunctionPointer_Page}

\internal This page is best viewed in its Doxygen processed form. \endinternal

The Function Pointer back-end is an experimental proof-of-concept (however, it is used in some unit tests as a light-weight back-end).

This back-end allows the registration of C/C++ function pointers and uses template magic to auto-generate an XML description using the type information in the function signature. Many template specializations for certain parameter types are missing, hence this back-end will only work for a limited set of argument types. See the ctkCmdLineModuleBackendFunctionPointer class for more information.

See the \ref CommandLineModulesBackendFunctionPointer_API module for the API documentation.