~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
21
 
22
 
#ifndef EMOTESHORTCUTCONTAINER_H
23
 
#define EMOTESHORTCUTCONTAINER_H
 
22
#ifndef GUI_WIDGETS_EMOTESHORTCUTCONTAINER_H
 
23
#define GUI_WIDGETS_EMOTESHORTCUTCONTAINER_H
24
24
 
25
25
#include "gui/widgets/shortcutcontainer.h"
26
26
 
78
78
 
79
79
        void widgetHidden(const gcn::Event &event) override;
80
80
 
81
 
        void setWidget2(const Widget2 *const widget);
 
81
        void setWidget2(const Widget2 *const widget) override;
82
82
 
83
83
    private:
84
84
        std::vector<const EmoteSprite*> mEmoteImg;
89
89
        unsigned char mEmoteMoved;
90
90
};
91
91
 
92
 
#endif
 
92
#endif  // GUI_WIDGETS_EMOTESHORTCUTCONTAINER_H