Command Class
(TextEditor::Command)Public Types
enum | Processing { FileProcessing, PipeProcessing } |
Public Functions
void | addOption(const QString &option) |
QString | executable() const |
bool | isValid() const |
QStringList | options() const |
bool | pipeAddsNewline() const |
Processing | processing() const |
bool | returnsCRLF() const |
void | setExecutable(const QString &executable) |
void | setPipeAddsNewline(bool pipeAddsNewline) |
void | setProcessing(const Processing &processing) |
void | setReturnsCRLF(bool returnsCRLF) |
Member Function Documentation
void Command::addOption(const QString &option)
QString Command::executable() const
See also setExecutable().
bool Command::isValid() const
QStringList Command::options() const
bool Command::pipeAddsNewline() const
See also setPipeAddsNewline().
Processing Command::processing() const
See also setProcessing().
bool Command::returnsCRLF() const
See also setReturnsCRLF().
void Command::setExecutable(const QString &executable)
See also executable().
void Command::setPipeAddsNewline(bool pipeAddsNewline)
See also pipeAddsNewline().
void Command::setProcessing(const Processing &processing)
See also processing().
void Command::setReturnsCRLF(bool returnsCRLF)
See also returnsCRLF().