~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to kleopatra/libkleopatraclient/core/command.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        void setFilePaths( const QStringList & filePaths );
75
75
        QStringList filePaths() const;
76
76
 
 
77
        void setRecipients( const QStringList & recipients, bool informative );
 
78
        QStringList recipients() const;
 
79
        bool areRecipientsInformative() const;
 
80
 
 
81
        void setSenders( const QStringList & senders, bool informative );
 
82
        QStringList senders() const;
 
83
        bool areSendersInformative() const;
 
84
 
 
85
        void setInquireData( const char * what, const QByteArray & data );
 
86
        void unsetInquireData( const char * what );
 
87
        QByteArray inquireData( const char * what ) const;
 
88
        bool isInquireDataSet( const char * what ) const;
 
89
 
77
90
        QByteArray receivedData() const;
78
91
 
79
92
        void setCommand( const char * command );