|
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 51 of file input.h.