5 #include <mui/NListtree_mcc.h>
7 typedef void (*CLASS_ENUMFUNC
)(OOP_Object
*obj
, struct MUI_NListtree_TreeNode
*parent
);
8 typedef BOOL (*CLASS_VALIDFUNC
)(OOP_Object
*obj
, ULONG
*flags
);
13 struct MUI_CustomClass
*winClass
;
17 struct InsertObjectMsg
20 struct MUI_CustomClass
*winClass
;
23 struct ClassHandlerNode
25 struct Node ch_Node
; // ln_Name = classID;
26 struct MUI_CustomClass
*muiClass
;
27 CLASS_ENUMFUNC enumFunc
;
28 CLASS_VALIDFUNC validFunc
;
31 struct SysexpHook_data
33 struct SysexpBase
*hd_sysexpbase
;
36 struct SysexpEnum_data
38 struct SysexpBase
*ed_sysexpbase
;
42 #endif /* SYSEXP_ENUMS_H */