- Timestamp:
- Aug 12, 2009, 12:59:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/notifications/NotificationOverlay.h
r3196 r5630 36 36 #define _NotificationOverlay_H__ 37 37 38 #include " OrxonoxPrereqs.h"38 #include "overlays/OverlaysPrereqs.h" 39 39 40 40 #include <string> … … 50 50 Damian 'Mozork' Frick 51 51 */ 52 class _O rxonoxExport NotificationOverlay : public OverlayText52 class _OverlaysExport NotificationOverlay : public OverlayText 53 53 { 54 54 … … 57 57 NotificationOverlay(NotificationQueue* queue, Notification* notification); 58 58 virtual ~NotificationOverlay(); 59 59 60 60 bool processNotification(Notification* notification); //!< Processes the input Notification. 61 61 … … 66 66 inline void setFontSize(float size) 67 67 { this->setTextSize(size); } 68 68 69 69 protected: 70 70 std::string clipMessage(const std::string & message); //!< Clips the input message if too long.
Note: See TracChangeset
for help on using the changeset viewer.