NotifyMessage.h 484 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright 2009-2011, Andrea Anzani. All rights reserved.
  3. * Distributed under the terms of the MIT License.
  4. */
  5. #ifndef _NOTIFY_MESSAGE_H
  6. #define _NOTIFY_MESSAGE_H
  7. enum {
  8. STR_CONTACT_NAME,
  9. STR_PERSONAL_STATUS,
  10. STR_ROOM_NAME,
  11. STR_ROOM_SUBJECT,
  12. PTR_AVATAR_BITMAP,
  13. PTR_ROOM_BITMAP,
  14. INT_ACCOUNT_STATUS,
  15. INT_CONTACT_STATUS,
  16. INT_USER_PERMS,
  17. INT_ROOM_MEMBERS,
  18. INT_NEW_MESSAGE,
  19. INT_NEW_MENTION,
  20. INT_WINDOW_FOCUSED,
  21. INT_ACCOUNTS_UPDATED
  22. };
  23. #endif // _NOTIFY_MESSAGE_H