#include <commandlineoption.h>
Abstract base class of the command line plugins.
- Author
- Vladimir Kuznetsov vovan.nosp@m.ec@g.nosp@m.mail..nosp@m.ru
◆ ~CommandLineOption()
◆ executeCommand()
virtual QString executeCommand |
( |
const QString & |
opt_str, |
|
|
const QStringList & |
args |
|
) |
| |
|
pure virtual |
Parses opt_str args(if needed), executes command.
- Parameters
-
opt_str | Command to execute |
args | Command arguments |
- Returns
- Command output
◆ identify()
virtual bool identify |
( |
const QString & |
opt_str | ) |
const |
|
pure virtual |
Returns true if opt_str string can be processed, otherise false
◆ properties()
Returns command line plugin properties.
◆ translation()
virtual QString translation |
( |
| ) |
const |
|
pure virtual |
Returns translation file path without locale code and extension
The documentation for this class was generated from the following file: