00001 #ifndef VIS_SIM_BASE_VIS_SIM_QT_ACTIONS_H 00002 # define VIS_SIM_BASE_VIS_SIM_QT_ACTIONS_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Framework/interface/IgExtension.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 00012 class IgState; 00013 00014 //<<<<<< PUBLIC VARIABLES >>>>>> 00015 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00016 //<<<<<< CLASS DECLARATIONS >>>>>> 00017 00018 class VisSimQtActions : public IgExtension 00019 { 00020 IG_DECLARE_STATE_ELEMENT (VisSimQtActions); 00021 public: 00022 VisSimQtActions (IgState *state); 00023 ~VisSimQtActions (void); 00024 // implicit copy constructor 00025 // implicit assignment operator 00026 // implicit destructor 00027 00028 private: 00029 void init (void); 00030 IgState * m_state; 00031 }; 00032 00033 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00034 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00035 00036 #endif // VIS_SIM_BASE_VIS_SIM_QT_ACTIONS_H