|
#include <ArmarXCore/components/PythonApplicationManager/PythonApplicationManager.h>
Public Member Functions | |
void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") |
void | read (PropertyUser &props, const std::string &prefix="") |
Public Attributes | |
std::string | armarxPackageName |
std::string | armarxPythonPackagesDir = "python/" |
std::string | pythonPackageName |
std::string | pythonPathEntriesString |
std::vector< std::string > | pythonPathEntriesVector |
bool | pythonPoetry = false |
std::string | pythonScriptArgumentsString |
Whitespace separated list of arguments. More... | |
std::vector< std::string > | pythonScriptArgumentsVector |
std::string | pythonScriptPath |
std::string | venvName = ".venv" |
VenvType | venvType = VenvType::Auto |
std::string | workingDir = "" |
Definition at line 87 of file PythonApplicationManager.h.
void defineProperties | ( | armarx::PropertyDefinitionsPtr | defs, |
const std::string & | prefix = "" |
||
) |
Definition at line 44 of file PythonApplicationManager.cpp.
void read | ( | PropertyUser & | props, |
const std::string & | prefix = "" |
||
) |
Definition at line 91 of file PythonApplicationManager.cpp.
std::string armarxPackageName |
Definition at line 89 of file PythonApplicationManager.h.
std::string armarxPythonPackagesDir = "python/" |
Definition at line 90 of file PythonApplicationManager.h.
std::string pythonPackageName |
Definition at line 93 of file PythonApplicationManager.h.
std::string pythonPathEntriesString |
Definition at line 98 of file PythonApplicationManager.h.
std::vector<std::string> pythonPathEntriesVector |
Definition at line 99 of file PythonApplicationManager.h.
bool pythonPoetry = false |
Definition at line 105 of file PythonApplicationManager.h.
std::string pythonScriptArgumentsString |
Whitespace separated list of arguments.
Definition at line 96 of file PythonApplicationManager.h.
std::vector<std::string> pythonScriptArgumentsVector |
Definition at line 97 of file PythonApplicationManager.h.
std::string pythonScriptPath |
Definition at line 94 of file PythonApplicationManager.h.
std::string venvName = ".venv" |
Definition at line 102 of file PythonApplicationManager.h.
VenvType venvType = VenvType::Auto |
Definition at line 103 of file PythonApplicationManager.h.
std::string workingDir = "" |
Definition at line 107 of file PythonApplicationManager.h.