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

« back to all changes in this revision

Viewing changes to src/gui/widgets/scrollarea.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:
120
120
 
121
121
        void mouseReleased(gcn::MouseEvent& event) override;
122
122
 
123
 
        void mouseDragged(gcn::MouseEvent &event);
 
123
        void mouseDragged(gcn::MouseEvent &event) override;
124
124
 
125
125
        void widgetResized(const gcn::Event &event) override;
126
126
 
185
185
 
186
186
        int mX, mY;
187
187
        int mClickX, mClickY;
188
 
        bool mHasMouse;
189
 
        bool mOpaque;
190
188
        ImageCollection *mVertexes;
191
189
        ImageCollection *mVertexes2;
192
 
        bool mRedraw;
193
190
        int mXOffset;
194
191
        int mYOffset;
195
192
        int mDrawWidth;
196
193
        int mDrawHeight;
 
194
        bool mHasMouse;
 
195
        bool mOpaque;
 
196
        bool mRedraw;
197
197
};
198
198
 
199
199
#endif  // GUI_WIDGETS_SCROLLAREA_H