kleopatra
input.h
Go to the documentation of this file.
65 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args );
66 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args, const QDir & workingDirectory );
67 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QByteArray & stdin_ );
68 static boost::shared_ptr<Input> createFromProcessStdOut( const QString & command, const QStringList & args, const QByteArray & stdin_ );
69 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:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.