| 
    Cppcheck
    
   | 
 
#include <addoninfo.h>
Public Member Functions | |
| std::string | getAddonInfo (const std::string &fileName, const std::string &exename) | 
Public Attributes | |
| std::string | name | 
| std::string | scriptFile | 
| std::string | executable | 
| std::string | args | 
| std::string | python | 
| bool | ctu = false | 
| std::string | runScript | 
Definition at line 26 of file addoninfo.h.
| std::string AddonInfo::getAddonInfo | ( | const std::string & | fileName, | 
| const std::string & | exename | ||
| ) | 
Definition at line 127 of file addoninfo.cpp.
References endsWith(), Path::fromNativeSeparators(), getFullPath(), name, parseAddonInfo(), runScript, and scriptFile.
Referenced by MainWindow::loadAddon(), CmdLineParser::loadAddons(), and parseAddonInfo().
| std::string AddonInfo::args | 
Definition at line 30 of file addoninfo.h.
Referenced by executeAddon(), and parseAddonInfo().
| bool AddonInfo::ctu = false | 
Definition at line 32 of file addoninfo.h.
Referenced by CppCheck::executeAddons(), and parseAddonInfo().
| std::string AddonInfo::executable | 
Definition at line 29 of file addoninfo.h.
Referenced by executeAddon(), and parseAddonInfo().
| std::string AddonInfo::name | 
Definition at line 27 of file addoninfo.h.
Referenced by executeAddon(), CppCheck::executeAddons(), and getAddonInfo().
| std::string AddonInfo::python | 
Definition at line 31 of file addoninfo.h.
Referenced by executeAddon(), and parseAddonInfo().
| std::string AddonInfo::runScript | 
Definition at line 33 of file addoninfo.h.
Referenced by executeAddon(), and getAddonInfo().
| std::string AddonInfo::scriptFile | 
Definition at line 28 of file addoninfo.h.
Referenced by executeAddon(), and getAddonInfo().