The properties id of mItemManager.
More...Copyright (C) 2009 Feynman Software.
#define NCSF_ITMMNG_AUTOSORT (0x01<<NCSF_ITEM_SHIFT) |
Sort items automatically.
Definition at line 64 of file mitem_manager.h.
#define NCSF_ITMMNG_FROZEN (0x02<<NCSF_ITEM_SHIFT) |
Allow manager to refresh items or not.
Definition at line 70 of file mitem_manager.h.
#define NCSF_ITMMNG_SHIFT (NCSF_ITEM_SHIFT+2) |
The bits used by mItemManager in flags.
Definition at line 76 of file mitem_manager.h.
typedef int(* NCS_CB_CMPITEM)(mItemManager *manager, HITEM hItem1, HITEM hItem2) |
The callback of item compare function.
Definition at line 46 of file mitem_manager.h.
typedef int(* NCS_CB_CMPSTR)(const char *s1, const char *s2, size_t n) |
The Callback of general string compare function.
The function compares the two strings s1 and s2. It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2.
Definition at line 58 of file mitem_manager.h.
enum mItemManagerProp |
The properties id of mItemManager.
NCSP_ITMMNG_FLAGS |
The flags of item manager. |
NCSP_ITMMNG_ITEMCOUNT |
The number of items. Read only. |
NCSP_ITMMNG_TOTALHEIGHT |
The total height. Read only. |
NCSP_ITMMNG_MAX |
The maximum value of mItemManager properties id. |
Definition at line 404 of file mitem_manager.h.
The instance of mItemManagerClass.