~ubuntu-branches/ubuntu/feisty/psi/feisty

« back to all changes in this revision

Viewing changes to iris/include/im.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
        typedef QValueList<Url> UrlList;
49
49
        typedef QMap<QString, QString> StringMap;
 
50
        typedef enum { OfflineEvent, DeliveredEvent, DisplayedEvent,
 
51
                        ComposingEvent, CancelEvent } MsgEvent;
 
52
                                           
50
53
        class Message
51
54
        {
52
55
        public:
85
88
                void urlsClear();
86
89
                void setUrlList(const UrlList &list);
87
90
 
 
91
                // JEP-0022
 
92
                QString eventId() const;
 
93
                void setEventId(const QString& id);
 
94
                bool containsEvents() const;
 
95
                bool containsEvent(MsgEvent e) const;
 
96
                void addEvent(MsgEvent e);
 
97
 
88
98
                // JEP-0027
89
99
                QString xencrypted() const;
90
100
                void setXEncrypted(const QString &s);