The releation between components.
More...queryByPath and vqueryByPath's cmd_id
More...#define MAXLEN_CLASSNAME 15 |
the max length of class name
Definition at line 34 of file mcomponent.h.
#define NCSCLASSNAME | ( | name | ) | name _MGNCS_CLASS_SUFFIX |
the NCS class name surfix, (_MGNCS_CLASS_SUFFIX ("_")), distinguish from old constrol set
Definition at line 39 of file mcomponent.h.
typedef struct _NCS_EVENT_HANDLER_NODE NCS_EVENT_HANDLER_NODE |
A struct include a event mapping node
enum mComponentQueryCmd |
queryByPath and vqueryByPath's cmd_id
QPC_SET_PROP |
setPropertyByPath |
QPC_GET_PROP |
getPropertyByPath |
QPC_ADD_EVENT |
addEventListenerByPath |
QPC_ADD_BIND |
addBindPropByPath |
QPC_USER |
user |
Definition at line 190 of file mcomponent.h.
enum ncsComponentReleated |
The releation between components.
NCS_CMPT_NEXT |
next sliding component |
NCS_CMPT_PREV |
prev sliding component |
NCS_CMPT_PARENT |
the parent component |
NCS_CMPT_CHILDREN |
the first child component |
Definition at line 162 of file mcomponent.h.
the singleton of mComponentClass