ui/common/context.h

changeset 1092
0accf125a65f
parent 1089
a3db51a94b37
child 1097
d44c895e9ee9
equal deleted inserted replaced
1091:1524b5dc4d4d 1092:0accf125a65f
63 UiContext *parent; 63 UiContext *parent;
64 UiObject *obj; 64 UiObject *obj;
65 CxMempool *mp; 65 CxMempool *mp;
66 const CxAllocator *allocator; 66 const CxAllocator *allocator;
67 CxList *destroy_handler; 67 CxList *destroy_handler;
68
69 // document pointer, if this is a document context
70 void *self_doc;
68 71
69 void *document; 72 void *document;
70 CxList *documents; 73 CxList *documents;
71 74
72 CxMap *vars; 75 CxMap *vars;

mercurial