mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
doxyfile
This commit is contained in:
@@ -39,8 +39,11 @@ public:
|
||||
m_elementType(elementType) { }
|
||||
virtual ~UIElementSkin() { }
|
||||
|
||||
/// Load the skin from a YAML node
|
||||
virtual void load(const YAML::Node& node);
|
||||
/// Apply the skin to an element
|
||||
virtual void apply(UIElement *element);
|
||||
/// Draw the skinned element
|
||||
virtual void draw(UIElement *element);
|
||||
|
||||
const std::string& getName() const { return m_name; }
|
||||
|
||||
Reference in New Issue
Block a user