info window

This commit is contained in:
Eduardo Bart
2011-04-16 21:36:58 -03:00
parent c5da620d59
commit 9dfb33f2ed
26 changed files with 267 additions and 97 deletions

View File

@@ -40,7 +40,7 @@ public:
virtual ~UIElementSkin() { }
virtual void load(const YAML::Node& node);
virtual void apply(UIElement *element) { }
virtual void apply(UIElement *element);
virtual void draw(UIElement *element);
const std::string& getName() const { return m_name; }