Otclient
14/8/2020
|
#include <framework/global.h>
Go to the source code of this file.
Typedefs | |
typedef stdext::shared_object_ptr< UIWidget > | UIWidgetPtr |
typedef stdext::shared_object_ptr< UIParticles > | UIParticlesPtr |
typedef stdext::shared_object_ptr< UITextEdit > | UITextEditPtr |
typedef stdext::shared_object_ptr< UILayout > | UILayoutPtr |
typedef stdext::shared_object_ptr< UIBoxLayout > | UIBoxLayoutPtr |
typedef stdext::shared_object_ptr< UIHorizontalLayout > | UIHorizontalLayoutPtr |
typedef stdext::shared_object_ptr< UIVerticalLayout > | UIVerticalLayoutPtr |
typedef stdext::shared_object_ptr< UIGridLayout > | UIGridLayoutPtr |
typedef stdext::shared_object_ptr< UIAnchor > | UIAnchorPtr |
typedef stdext::shared_object_ptr< UIAnchorGroup > | UIAnchorGroupPtr |
typedef stdext::shared_object_ptr< UIAnchorLayout > | UIAnchorLayoutPtr |
typedef std::deque< UIWidgetPtr > | UIWidgetList |
typedef std::vector< UIAnchorPtr > | UIAnchorList |
Definition at line 50 of file declarations.h.
Definition at line 51 of file declarations.h.
typedef std::vector<UIAnchorPtr> UIAnchorList |
Definition at line 54 of file declarations.h.
typedef stdext::shared_object_ptr<UIAnchor> UIAnchorPtr |
Definition at line 49 of file declarations.h.
Definition at line 45 of file declarations.h.
Definition at line 48 of file declarations.h.
Definition at line 46 of file declarations.h.
typedef stdext::shared_object_ptr<UILayout> UILayoutPtr |
Definition at line 44 of file declarations.h.
Definition at line 42 of file declarations.h.
Definition at line 43 of file declarations.h.
Definition at line 47 of file declarations.h.
typedef std::deque<UIWidgetPtr> UIWidgetList |
Definition at line 53 of file declarations.h.
typedef stdext::shared_object_ptr<UIWidget> UIWidgetPtr |
Definition at line 39 of file declarations.h.