37 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 75 void loadToolParams();
82 void waitForToolParams();
83 void waitForPluginParams();
92 const Param& getToolParams();
99 const Param& getPluginParams();
102 const std::vector<std::string>& getPlugins();
110 [[maybe_unused]]
bool setPluginPath(
const String& path,
bool create=
false);
113 void setVerbose(
int verbosity_level);
116 const std::string getPluginPath();
119 std::string findPluginExecutable(
const std::string& name);
125 static Param getParamFromIni_(
const String& tool_path,
bool plugins=
false);
130 void loadPluginParams();
152 int verbosity_level_ = 0;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Management and storage of parameters / INI files.
Definition: Param.h:69