Changeset 7486 for code/trunk/src/modules/notifications/NotificationQueue.h
- Timestamp:
- Sep 23, 2010, 11:54:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationQueue.h
r7484 r7486 58 58 }; 59 59 60 //! Struct to allow ordering of NotificationContainers.60 //! Struct to allow ordering of @ref orxonox::NotificationContainer "NotificationContainers". 61 61 struct NotificationContainerCompare { 62 62 bool operator() (const NotificationContainer* const & a, const NotificationContainer* const & b) const … … 73 73 - 'size': The size of the NotificationQueue, it specifies how many @ref orxonox::Notification "Notifications" are displayed at once at the most. 74 74 - 'displayTime': The time a @ref orxonox::Notification "Notification" is displayed with this NotificationQueue. 75 75 76 @author 76 77 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.