kleopatra
#include <input.h>
|
static boost::shared_ptr< Input > | createFromClipboard () |
|
static boost::shared_ptr< Input > | createFromFile (const QString &filename, bool dummy=false) |
|
static boost::shared_ptr< Input > | createFromFile (const boost::shared_ptr< QFile > &file) |
|
static boost::shared_ptr< Input > | createFromPipeDevice (assuan_fd_t fd, const QString &label) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command, const QStringList &args) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command, const QStringList &args, const QDir &workingDirectory) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command, const QByteArray &stdin_) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command, const QStringList &args, const QByteArray &stdin_) |
|
static boost::shared_ptr< Input > | createFromProcessStdOut (const QString &command, const QStringList &args, const QDir &workingDirectory, const QByteArray &stdin_) |
|
Definition at line 49 of file input.h.
virtual unsigned int Kleo::Input::classification |
( |
| ) |
const |
|
pure virtual |
shared_ptr< Input > Input::createFromFile |
( |
const QString & |
filename, |
|
|
bool |
dummy = false |
|
) |
| |
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command | ) |
|
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command, |
|
|
const QStringList & |
args |
|
) |
| |
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command, |
|
|
const QStringList & |
args, |
|
|
const QDir & |
workingDirectory |
|
) |
| |
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command, |
|
|
const QByteArray & |
stdin_ |
|
) |
| |
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command, |
|
|
const QStringList & |
args, |
|
|
const QByteArray & |
stdin_ |
|
) |
| |
|
static |
shared_ptr< Input > Input::createFromProcessStdOut |
( |
const QString & |
command, |
|
|
const QStringList & |
args, |
|
|
const QDir & |
workingDirectory, |
|
|
const QByteArray & |
stdin_ |
|
) |
| |
|
static |
virtual QString Kleo::Input::errorString |
( |
| ) |
const |
|
pure virtual |
virtual QString Kleo::Input::label |
( |
| ) |
const |
|
pure virtual |
virtual void Kleo::Input::setLabel |
( |
const QString & |
label | ) |
|
|
pure virtual |
virtual unsigned long long Kleo::Input::size |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.