kleopatra
Kleo::Input Class Reference
#include <input.h>
Detailed Description
Definition at line 46 of file input.h.
Public Member Functions | |
| virtual unsigned int | classification () const =0 |
| void | finalize () |
| virtual boost::shared_ptr < QIODevice > | ioDevice () const =0 |
| virtual QString | label () const =0 |
| virtual void | setLabel (const QString &label)=0 |
| virtual unsigned long long | size () const =0 |
| virtual | ~Input () |
Static Public Member Functions | |
| static boost::shared_ptr< Input > | createFromClipboard () |
| static boost::shared_ptr< Input > | createFromDir (const QString &dir) |
| static boost::shared_ptr< Input > | createFromFile (const boost::shared_ptr< QFile > &file) |
| static boost::shared_ptr< Input > | createFromFile (const QString &filename, bool dummy=false) |
| static boost::shared_ptr< Input > | createFromPipeDevice (assuan_fd_t fd, const QString &label) |
Constructor & Destructor Documentation
Member Function Documentation
| virtual unsigned int Kleo::Input::classification | ( | ) | const [pure virtual] |
| shared_ptr< Input > Input::createFromClipboard | ( | ) | [static] |
| static boost::shared_ptr<Input> Kleo::Input::createFromFile | ( | const boost::shared_ptr< QFile > & | file | ) | [static] |
| shared_ptr< Input > Input::createFromPipeDevice | ( | assuan_fd_t | fd, | |
| const QString & | label | |||
| ) | [static] |
| virtual boost::shared_ptr<QIODevice> Kleo::Input::ioDevice | ( | ) | 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:
KDE 4.2 API Reference