kleopatra
input.h
Go to the documentation of this file.
67 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args );
68 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args, const QDir & workingDirectory );
69 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QByteArray & stdin_ );
70 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args, const QByteArray & stdin_ );
71 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args, const QDir & workingDirectory, const QByteArray & stdin_ );
virtual unsigned long long size() const =0
virtual void setLabel(const QString &label)=0
static boost::shared_ptr< Input > createFromClipboard()
Definition: input.cpp:326
static boost::shared_ptr< Input > createFromFile(const QString &filename, bool dummy=false)
Definition: input.cpp:199
virtual boost::shared_ptr< QIODevice > ioDevice() const =0
static boost::shared_ptr< Input > createFromPipeDevice(assuan_fd_t fd, const QString &label)
Definition: input.cpp:173
virtual unsigned int classification() const =0
static boost::shared_ptr< Input > createFromProcessStdOut(const QString &command)
Definition: input.cpp:241
virtual QString label() const =0
virtual QString errorString() const =0
Definition: input.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.