Changeset 194 for trunk/src/MainFrame.h
- Timestamp:
- 05/01/2009 08:05:17 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.h
r193 r194 57 57 void OnHelpMenuLink (wxCommandEvent& event); 58 58 59 void OnRollButton (wxCommandEvent& event); 59 /** 60 * Prevent accidental roll of the dice by double clicking the button. 61 * \param event The event that was send to the ::OnRollButton() 62 */ 63 void DoubleRollLock(wxCommandEvent& event); 64 60 65 void OnUpperButtons (wxCommandEvent& event); 61 66 void On3ofakindButton (wxCommandEvent& event); … … 94 99 void AddControlsAndLayout(); 95 100 101 void OnRollButton (); 102 96 103 wxStaticBoxSizer *uppersection, *lowersection; 97 104 wxBoxSizer *sectionsSizer; … … 107 114 short int m_lastmove; //stores the ID of the last button pressed. 108 115 short int m_rollsundo; //holds the number of remaining rolls for use with the undo option 109 110 bool m_skiproll; ///used to prevent the user from accidently rolling the dice twice111 116 112 117 class MainFrameEvtHandler *m_evt_handler;
Note: See TracChangeset
for help on using the changeset viewer.
