Otclient  14/8/2020
declarations.h File Reference
#include <framework/global.h>
Include dependency graph for declarations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef stdext::shared_object_ptr< UIWidgetUIWidgetPtr
 
typedef stdext::shared_object_ptr< UIParticlesUIParticlesPtr
 
typedef stdext::shared_object_ptr< UITextEditUITextEditPtr
 
typedef stdext::shared_object_ptr< UILayoutUILayoutPtr
 
typedef stdext::shared_object_ptr< UIBoxLayoutUIBoxLayoutPtr
 
typedef stdext::shared_object_ptr< UIHorizontalLayoutUIHorizontalLayoutPtr
 
typedef stdext::shared_object_ptr< UIVerticalLayoutUIVerticalLayoutPtr
 
typedef stdext::shared_object_ptr< UIGridLayoutUIGridLayoutPtr
 
typedef stdext::shared_object_ptr< UIAnchorUIAnchorPtr
 
typedef stdext::shared_object_ptr< UIAnchorGroupUIAnchorGroupPtr
 
typedef stdext::shared_object_ptr< UIAnchorLayoutUIAnchorLayoutPtr
 
typedef std::deque< UIWidgetPtrUIWidgetList
 
typedef std::vector< UIAnchorPtrUIAnchorList
 

Typedef Documentation

◆ UIAnchorGroupPtr

◆ UIAnchorLayoutPtr

◆ UIAnchorList

typedef std::vector<UIAnchorPtr> UIAnchorList

Definition at line 54 of file declarations.h.

◆ UIAnchorPtr

Definition at line 49 of file declarations.h.

◆ UIBoxLayoutPtr

◆ UIGridLayoutPtr

◆ UIHorizontalLayoutPtr

◆ UILayoutPtr

Definition at line 44 of file declarations.h.

◆ UIParticlesPtr

◆ UITextEditPtr

Definition at line 43 of file declarations.h.

◆ UIVerticalLayoutPtr

◆ UIWidgetList

typedef std::deque<UIWidgetPtr> UIWidgetList

Definition at line 53 of file declarations.h.

◆ UIWidgetPtr

Definition at line 39 of file declarations.h.