Changeset 195 for trunk/src/MainFrame.h


Ignore:
Timestamp:
05/01/2009 09:03:29 PM (3 years ago)
Author:
guyru
Message:

Re-factor the check whether the dice were rolled before each scoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.h

    r194 r195  
    9898        void ConnectEventTable(); 
    9999        void AddControlsAndLayout(); 
     100        /** 
     101         * Check if a click on a score button is valid or should 
     102         * be ignored. 
     103         * \returns true if the click is valid and should be scored. 
     104         */ 
     105        bool IsValidClick(); 
    100106 
    101107        void OnRollButton (); 
Note: See TracChangeset for help on using the changeset viewer.