Linked list item that contains a registered XsCallback handler for CallbackManagerXda. More...
Public Attributes | |
| XsCallbackPlainC * | m_handler |
| The callback handler. More... | |
| CallbackHandlerXdaItem * | m_next |
| The next item in the list or NULL if this is the last item. More... | |
Linked list item that contains a registered XsCallback handler for CallbackManagerXda.
Definition at line 72 of file callbackmanagerxda.cpp.
| XsCallbackPlainC* CallbackHandlerXdaItem::m_handler |
The callback handler.
Definition at line 74 of file callbackmanagerxda.cpp.
| CallbackHandlerXdaItem* CallbackHandlerXdaItem::m_next |
The next item in the list or NULL if this is the last item.
Definition at line 75 of file callbackmanagerxda.cpp.