camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 45 24fd82631616
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
   116 private:
   116 private:
   117 
   117 
   118     //! Hash table of all states. stateId as key
   118     //! Hash table of all states. stateId as key
   119     QHash<int, CxeState*> mStates;
   119     QHash<int, CxeState*> mStates;
   120 
   120 
       
   121     //! All states ORed together
       
   122     int mStateBitsUsed;
       
   123 
   121     //! Current state
   124     //! Current state
   122     int mStateId;
   125     int mStateId;
   123 
   126 
   124     //! Name of this state machine (for debug prints)
   127     //! Name of this state machine (for debug prints)
   125     QString mName;
   128     QString mName;