HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UI_Object.h File Reference
#include "UI_API.h"
#include "UI_EventType.h"
#include <UT/UT_Assert.h>
#include <UT/UT_UniquePtr.h>
#include <hboost/container/stable_vector.hpp>
+ Include dependency graph for UI_Object.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UI_Object
 

Typedefs

typedef void(UI_Object::* UI_EventMethod )(UI_Event *)
 
typedef
hboost::container::stable_vector
< UI_Object * > 
UI_ObjectList
 
typedef
hboost::container::stable_vector
< UI_Value * > 
UI_ValueList
 
typedef
hboost::container::stable_vector
< UI_KeyDelegate * > 
UI_KeyDelegateList
 

Typedef Documentation

typedef void(UI_Object::* UI_EventMethod)(UI_Event *)

Definition at line 36 of file UI_Object.h.

typedef hboost::container::stable_vector<UI_KeyDelegate *> UI_KeyDelegateList

Definition at line 43 of file UI_Object.h.

typedef hboost::container::stable_vector<UI_Object *> UI_ObjectList

Definition at line 41 of file UI_Object.h.

typedef hboost::container::stable_vector<UI_Value *> UI_ValueList

Definition at line 42 of file UI_Object.h.