Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2011, 12:11:53 AM (13 years ago)
Author:
dafrick
Message:

Replacing GametypeStatus overlay with notifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.h

    r8448 r8450  
    127127                { return this->fontColorStr_; }
    128128
    129             static NotificationQueueCEGUI* getQueue(const std::string& name); // tolua_export
     129            static NotificationQueueCEGUI* getQueue(const std::string& name); // tolua_export // Get the NotificationQueueCEGUI with the input name.
    130130           
    131131        protected:
     
    135135           
    136136            virtual void clear(bool noGraphics = false); // Clears the NotificationQueue by removing all NotificationContainers.
     137
     138        protected:
     139            static const std::string NOTIFICATION_LAYER; //!< The name of the NotificationLayer menu sheet.
    137140           
    138141        private:
Note: See TracChangeset for help on using the changeset viewer.