 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
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 const std::string getPluginPath();
116 std::string findPluginExecutable(
const std::string& name);
122 static Param getParamFromIni_(
const String& tool_path,
bool plugins=
false);
127 void loadPluginParams();
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