- Timestamp:
- May 10, 2011, 11:37:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h
r8374 r8445 77 77 Displays @ref orxonox::Notification "Notifications" from specific senders. 78 78 79 There are quite some parameters that influence the behavio ur of the NotificationQueue:79 There are quite some parameters that influence the behavior of the NotificationQueue: 80 80 - @b name The name of the NotificationQueue. It needs to be unique. 81 81 - @b senders The senders that are targets of this NotificationQueue, i.e. the names of senders whose Notifications this NotificationQueue displays. … … 145 145 // tolua_begin 146 146 void setTargets(const std::string & targets); //!< Set the targets of this NotificationQueue. 147 const std::string& getTargets(void) const; //!< Returns a string consisting of the concat ination of the targets.147 const std::string& getTargets(void) const; //!< Returns a string consisting of the concatenation of the targets. 148 148 // tolua_end 149 150 void tidy(void); 149 151 150 152 private:
Note: See TracChangeset
for help on using the changeset viewer.