PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
pge_questionbox.h
1 #ifndef PGE_QUESTIONBOX_H
2 #define PGE_QUESTIONBOX_H
3 
4 #include "pge_menuboxbase.h"
5 
7 {
8 public:
9  PGE_QuestionBox(Scene * _parentScene=NULL, QString _title="Menu is works!",
10  msgType _type=msg_info, PGE_Point boxCenterPos=PGE_Point(-1,-1), float _padding=-1, QString texture="");
12 
13  ~PGE_QuestionBox();
14 
15  void onLeftButton();
16  void onRightButton();
17  void onJumpButton();
18  void onAltJumpButton();
19  void onRunButton();
20  void onAltRunButton();
21  void onStartButton();
22  void onDropButton();
23 };
24 
25 #endif // PGE_QUESTIONBOX_H
Definition: scene.h:36
Definition: point.h:23
Definition: pge_menuboxbase.h:43
Definition: pge_questionbox.h:6