event-types.h 931 B

1234567891011121314151617181920212223
  1. #ifndef MC__EVENT_TYPES_H
  2. #define MC__EVENT_TYPES_H
  3. /*** typedefs(not structures) and defined constants **********************************************/
  4. /* Event groups for main modules */
  5. #define MCEVENT_GROUP_CORE "Core"
  6. #define MCEVENT_GROUP_DIFFVIEWER "DiffViewer"
  7. #define MCEVENT_GROUP_EDITOR "Editor"
  8. #define MCEVENT_GROUP_FILEMANAGER "FileManager"
  9. #define MCEVENT_GROUP_VIEWER "Viewer"
  10. /*** enums ***************************************************************************************/
  11. /*** structures declarations (and typedefs of structures)*****************************************/
  12. /*** global variables defined in .c file *********************************************************/
  13. /*** declarations of public functions ************************************************************/
  14. /*** inline functions ****************************************************************************/
  15. #endif /* MC__EVENT_TYPES_H */