mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Go to the source code of this file.
Macros | |
#define | NCSF_ITMMNG_AUTOSORT (0x01<<NCSF_ITEM_SHIFT) |
Sort items automatically. More... | |
#define | NCSF_ITMMNG_FROZEN (0x02<<NCSF_ITEM_SHIFT) |
Allow manager to refresh items or not. More... | |
#define | NCSF_ITMMNG_SHIFT (NCSF_ITEM_SHIFT+2) |
The bits used by mItemManager in flags. More... | |
Typedefs | |
typedef int(* | NCS_CB_CMPITEM) (mItemManager *manager, HITEM hItem1, HITEM hItem2) |
The callback of item compare function. More... | |
Enumerations | |
enum | mItemManagerProp { NCSP_ITMMNG_FLAGS = NCSP_ITEM_FLAGS, NCSP_ITMMNG_ITEMCOUNT = NCSP_ITEM_MAX + 1, NCSP_ITMMNG_TOTALHEIGHT, NCSP_ITMMNG_MAX } |
The properties id of mItemManager. More... | |
Variables | |
MGNCS_EXPORT mItemManagerClass | g_stmItemManagerCls |
The instance of mItemManagerClass. More... | |
This file includes the definition of ItemManager.
This file is part of mGNCS, a component for MiniGUI. Copyright (C) 2008~2018, Beijing FMSoft Technologies Co., Ltd. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Or, As this program is a library, any link to this program must follow GNU General Public License version 3 (GPLv3). If you cannot accept GPLv3, you need to be licensed from FMSoft. If you have got a commercial license of this program, please use it under the terms and conditions of the commercial license. For more information about the commercial license, please refer to <http://www.minigui.com/blog/minigui-licensing-policy/>.
Definition in file mitem_manager.h.