Changeset 2346 for code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h
- Timestamp:
- Dec 5, 2008, 7:38:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h
r2287 r2346 62 62 int getLength(void) const 63 63 { return this->length_; } 64 int getWidth(void) const 65 { return this->width_; } 64 66 65 67 void setQueueText(const std::string & text); 66 68 bool setLength(int length); 69 bool setWidth(int width); 67 70 68 71 private: 69 72 Ogre::UTFString queueText_; 70 73 int length_; 74 int width_; 71 75 72 76 };
Note: See TracChangeset
for help on using the changeset viewer.