~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/spellshortcutcontainer.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
        void mouseMoved(gcn::MouseEvent &event) override;
79
79
 
80
 
        void setWidget2(const Widget2 *const widget);
 
80
        void setWidget2(const Widget2 *const widget) override;
 
81
 
 
82
        int getItemByIndex(const int index);
81
83
 
82
84
    private:
83
 
        TextCommand *mSpellMoved;
84
85
        SpellPopup *mSpellPopup;
85
86
        unsigned int mNumber;
86
87
        gcn::Color mForegroundColor2;