ui skinning

This commit is contained in:
Eduardo Bart
2011-04-08 20:20:44 -03:00
parent f54ef6401d
commit e94024de67
20 changed files with 347 additions and 76 deletions

View File

@@ -32,14 +32,7 @@
class UIPanel : public UIContainer
{
public:
UIPanel();
void render();
virtual UI::EControlType getControlType() const { return UI::Panel; }
private:
BorderedImagePtr m_boderedImage;
UIPanel() : UIContainer(UI::Panel) { }
};
typedef std::shared_ptr<UIPanel> UIPanelPtr;