| addHelpTopic(HelpTopicPointer topic) | gmx::CommandLineModuleManager | |
| addModule(CommandLineModulePointer module) | gmx::CommandLineModuleManager | |
| addModuleCMain(const char *name, const char *shortDescription, CMainFunction mainFunction) | gmx::CommandLineModuleManager | |
| addModuleCMainWithSettings(const char *name, const char *shortDescription, CMainFunction mainFunction, InitSettingsFunction settingsFunction) | gmx::CommandLineModuleManager | |
| addModuleGroup(const char *title) | gmx::CommandLineModuleManager | |
| CMainFunction typedef | gmx::CommandLineModuleManager | |
| CommandLineModuleManager(const char *binaryName, CommandLineProgramContext *programContext) | gmx::CommandLineModuleManager | |
| InitSettingsFunction typedef | gmx::CommandLineModuleManager | |
| registerModule() | gmx::CommandLineModuleManager | inline |
| run(int argc, char *argv[]) | gmx::CommandLineModuleManager | |
| runAsMainCMain(int argc, char *argv[], CMainFunction mainFunction) | gmx::CommandLineModuleManager | static |
| runAsMainCMainWithSettings(int argc, char *argv[], CMainFunction mainFunction, InitSettingsFunction settingsFunction) | gmx::CommandLineModuleManager | static |
| runAsMainSingleModule(int argc, char *argv[], ICommandLineModule *module) | gmx::CommandLineModuleManager | static |
| setOutputRedirector(IFileOutputRedirector *output) | gmx::CommandLineModuleManager | |
| setQuiet(bool bQuiet) | gmx::CommandLineModuleManager | |
| setSingleModule(ICommandLineModule *module) | gmx::CommandLineModuleManager | |
| ~CommandLineModuleManager() (defined in gmx::CommandLineModuleManager) | gmx::CommandLineModuleManager | |