~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to libpsi/iconset/iconset.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:
103
103
        void setAnim(const Anim &, bool doDetach = true);
104
104
        void removeAnim(bool doDetach = true);
105
105
 
106
 
        const QString &name() const;
 
106
        virtual int framenumber() const;
 
107
 
 
108
        virtual const QString &name() const;
107
109
        void setName(const QString &);
108
110
        void setName(const char *);
109
111
 
192
194
{
193
195
public:
194
196
        static Icon icon(const QString &name);
 
197
        static const QPixmap &iconPixmap(const QString &name);
 
198
 
195
199
        static const Icon *iconPtr(const QString &name);
196
200
        static const QStringList icons();
197
201
};