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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                          public gcn::MouseListener
44
44
{
45
45
    public:
46
 
        /**
47
 
         * Constructor. Initializes the shortcut container.
48
 
         */
49
 
        ShortcutContainer();
50
 
 
51
46
        A_DELETE_COPY(ShortcutContainer)
52
47
 
53
48
        /**
54
49
         * Destructor.
55
50
         */
56
 
        ~ShortcutContainer();
 
51
        virtual ~ShortcutContainer();
57
52
 
58
53
        /**
59
54
         * Draws the shortcuts
99
94
 
100
95
    protected:
101
96
        /**
 
97
         * Constructor. Initializes the shortcut container.
 
98
         */
 
99
        ShortcutContainer();
 
100
 
 
101
        /**
102
102
         * Gets the index from the grid provided the point is in an item box.
103
103
         *
104
104
         * @param pointX X coordinate of the point.