Andreas Fetzer 335ae2979e Added include for QScopedPointer and QObject 9 년 전
..
Documentation bbcd631862 Always process a <library>/Documentation/CMakeLists.txt file if it exists. 12 년 전
Resources 90083b803b Define fileExtensions as attribute with restriction 10 년 전
Testing e8c8a0a884 Added unit tests for CLM timeout and caching handling. 10 년 전
CMakeLists.txt d3af2282f5 Replaced Qt5::Gui dependency with Qt5::Widgets. 10 년 전
README.md a757fd0ac7 Improved command line module documentation. 12 년 전
ctkCmdLineModuleBackend.cpp 60336025bc Added timeOutForXmlRetrieval to the module backend class. 10 년 전
ctkCmdLineModuleBackend.h bba0fd4ddb Added method documentation. 10 년 전
ctkCmdLineModuleCache.cpp 03196ea65a Allow CmdLineModuleManager to clear cache 11 년 전
ctkCmdLineModuleCache_p.h 03196ea65a Allow CmdLineModuleManager to clear cache 11 년 전
ctkCmdLineModuleConcurrentHelpers.cpp 24a403de35 Fixed deprecated warning with Qt5. 10 년 전
ctkCmdLineModuleConcurrentHelpers.h 4397a1dfe7 Trap exceptions from concurrent registrations of CLI and report error messages and references 10 년 전
ctkCmdLineModuleDefaultPathBuilder.cpp bb4824d1d0 ctkCmdLineModuleDefaultPathBuilder now handles multiple diretories in CTK_MODULE_LOAD_PATH 12 년 전
ctkCmdLineModuleDefaultPathBuilder.h bb4824d1d0 ctkCmdLineModuleDefaultPathBuilder now handles multiple diretories in CTK_MODULE_LOAD_PATH 12 년 전
ctkCmdLineModuleDescription.cpp f5cc110b11 Added helper method categoryDotTitle in ctkCmdLineModuleDescription 12 년 전
ctkCmdLineModuleDescription.h f5cc110b11 Added helper method categoryDotTitle in ctkCmdLineModuleDescription 12 년 전
ctkCmdLineModuleDescription_p.h c7c82f0f92 Consistently use _p.h for private headers. 12 년 전
ctkCmdLineModuleDirectoryWatcher.cpp f72edaf3e2 Broadcast CLI loadModules errors using errorDetected signal 10 년 전
ctkCmdLineModuleDirectoryWatcher.h f72edaf3e2 Broadcast CLI loadModules errors using errorDetected signal 10 년 전
ctkCmdLineModuleDirectoryWatcher_p.h e65d8cd49e Provide PIMPL q pointer to access public class 10 년 전
ctkCmdLineModuleFrontend.cpp e9fd96f35b Fix compilation error introduced by 130deabb4. See #449 11 년 전
ctkCmdLineModuleFrontend.h 888a64c730 Added timeout handling for command line modules. 11 년 전
ctkCmdLineModuleFrontendFactory.cpp 6def9e93c2 Improved code style for consistency. 12 년 전
ctkCmdLineModuleFrontendFactory.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleFuture.cpp 4141050532 Added enhanced ctkCmdLineModuleFutureWatcher class for watching output. 12 년 전
ctkCmdLineModuleFuture.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleFutureInterface.cpp 448aaf3c3e Qt5 compatibility for almost all libraries. 11 년 전
ctkCmdLineModuleFutureInterface.h 448aaf3c3e Qt5 compatibility for almost all libraries. 11 년 전
ctkCmdLineModuleFutureInterface_p.h 4141050532 Added enhanced ctkCmdLineModuleFutureWatcher class for watching output. 12 년 전
ctkCmdLineModuleFutureWatcher.cpp 097f525ed2 Fix template parameter when refering to QFutureWatcher in ctkCmdLineModuleFutureWatcher 12 년 전
ctkCmdLineModuleFutureWatcher.h 392647e2bf Added a warning about the usage of ctkCmdLineModuleFutureWatcher. 12 년 전
ctkCmdLineModuleManager.cpp 1dd16ae785 Include missing header for some Visual Studio versions. 10 년 전
ctkCmdLineModuleManager.h 335ae2979e Added include for QScopedPointer and QObject 9 년 전
ctkCmdLineModuleParameter.cpp 5ea71602fa The "channel" element is now optionally allowed for all parameters. 12 년 전
ctkCmdLineModuleParameter.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleParameterGroup.cpp c7c82f0f92 Consistently use _p.h for private headers. 12 년 전
ctkCmdLineModuleParameterGroup.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleParameterGroup_p.h c7c82f0f92 Consistently use _p.h for private headers. 12 년 전
ctkCmdLineModuleParameterParsers_p.h 5ea71602fa The "channel" element is now optionally allowed for all parameters. 12 년 전
ctkCmdLineModuleParameter_p.h 0cec71997d Clean up ctkCmdLineModuleParameter and friends. 12 년 전
ctkCmdLineModulePathBuilder.cpp 6def9e93c2 Improved code style for consistency. 12 년 전
ctkCmdLineModulePathBuilder.h fad36e7ea1 Added class level doxygen for command line modules 12 년 전
ctkCmdLineModuleReference.cpp ddb92f2407 Optimized exception throwing for invalid XML descriptions. 12 년 전
ctkCmdLineModuleReference.h ddb92f2407 Optimized exception throwing for invalid XML descriptions. 12 년 전
ctkCmdLineModuleReferenceResult.h 4397a1dfe7 Trap exceptions from concurrent registrations of CLI and report error messages and references 10 년 전
ctkCmdLineModuleReference_p.h ddb92f2407 Optimized exception throwing for invalid XML descriptions. 12 년 전
ctkCmdLineModuleResult.cpp 915ac62792 Some compilers need the complete type for implicit conversions. 12 년 전
ctkCmdLineModuleResult.h d580cf8e57 Provide a qDebug() streaming operator for ctkCmdLineModuleResult. 12 년 전
ctkCmdLineModuleRunException.cpp 888a64c730 Added timeout handling for command line modules. 11 년 전
ctkCmdLineModuleRunException.h a932ae4399 Merge branch 'cli-timeout' of https://github.com/saschazelzer/CTK into 376-handle-timeout-retrieving-xml 10 년 전
ctkCmdLineModuleTimeoutException.cpp 888a64c730 Added timeout handling for command line modules. 11 년 전
ctkCmdLineModuleTimeoutException.h a932ae4399 Merge branch 'cli-timeout' of https://github.com/saschazelzer/CTK into 376-handle-timeout-retrieving-xml 10 년 전
ctkCmdLineModuleUtils.cpp 196fcd93f2 Refactor messageBoxModuleRegistration to generalise it 10 년 전
ctkCmdLineModuleUtils.h 196fcd93f2 Refactor messageBoxModuleRegistration to generalise it 10 년 전
ctkCmdLineModuleXmlException.cpp 7a8050ed85 Implemented getting a ctkCmdLineModuleDescription object. 12 년 전
ctkCmdLineModuleXmlException.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXmlMsgHandler.cpp 6def9e93c2 Improved code style for consistency. 12 년 전
ctkCmdLineModuleXmlMsgHandler_p.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXmlParser.cpp 5ea71602fa The "channel" element is now optionally allowed for all parameters. 12 년 전
ctkCmdLineModuleXmlParser_p.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXmlProgressWatcher.cpp 77a4db546b Merge remote-tracking branch 'j2/add-qt5-support' into qt5 11 년 전
ctkCmdLineModuleXmlProgressWatcher.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXmlValidator.cpp 6def9e93c2 Improved code style for consistency. 12 년 전
ctkCmdLineModuleXmlValidator.h b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXslTransform.cpp b51677d3d7 Added API and XSD file documentation. 12 년 전
ctkCmdLineModuleXslTransform.h b51677d3d7 Added API and XSD file documentation. 12 년 전
target_libraries.cmake e7e7ed23d9 CLI API prototype with a new separate QtGui dependent library. 12 년 전

README.md

Core {#CommandLineModulesCore_Page}

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

The Command Line Modules Core library provides high-level classes to manage command line modules.

It provides abstract classes for working with back and front ends and a central management class for registering and running modules, the ctkCmdLineModuleManager.

See the \ref CommandLineModulesCore_API module for the API documentation.