mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
major UIWidget rewrite with new features
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
|
||||
class UIManager;
|
||||
class UIWidget;
|
||||
class UILabel;
|
||||
class UIButton;
|
||||
class UILineEdit;
|
||||
class UICheckBox;
|
||||
class UIProgressBar;
|
||||
class UIFrameCounter;
|
||||
class UIWindow;
|
||||
class UILayout;
|
||||
@@ -41,11 +37,7 @@ class UIAnchorLayout;
|
||||
typedef std::shared_ptr<UIWidget> UIWidgetPtr;
|
||||
typedef std::weak_ptr<UIWidget> UIWidgetWeakPtr;
|
||||
|
||||
typedef std::shared_ptr<UILabel> UILabelPtr;
|
||||
typedef std::shared_ptr<UIButton> UIButtonPtr;
|
||||
typedef std::shared_ptr<UILineEdit> UILineEditPtr;
|
||||
typedef std::shared_ptr<UICheckBox> UICheckBoxPtr;
|
||||
typedef std::shared_ptr<UIProgressBar> UIProgressBarPtr;
|
||||
typedef std::shared_ptr<UIFrameCounter> UIFrameCounterPtr;
|
||||
typedef std::shared_ptr<UIWindow> UIWindowPtr;
|
||||
typedef std::shared_ptr<UILayout> UILayoutPtr;
|
||||
|
||||
Reference in New Issue
Block a user