20 #ifndef HEADER_LABEL_HPP 
   21 #define HEADER_LABEL_HPP 
   23 #include <irrString.h> 
   26 #include "guiengine/widget.hpp" 
   27 #include "utils/leak_check.hpp" 
   28 #include "utils/ptr_vector.hpp" 
   32     namespace gui { 
class IGUIFont; }
 
   57         irr::video::SColor m_color;
 
   59         bool               m_expand_if_needed;
 
   62         irr::gui::IGUIFont* getCurrentFont() 
const;
 
   63         void updateExpandedText(
const irr::core::stringw& text);
 
   68         float              m_per_character_size;
 
   92         void     setColor(
const irr::video::SColor& color);
 
   94         void     setDefaultColor();
 
   97         virtual void update(
float dt);
 
  113         virtual void setText(
const irr::core::stringw& text, 
bool expandAsNeeded);
 
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33