#include <contextmenueventargs.h>
Public Member Functions | |
| ContextMenuEventArgs (const Gadget *source, const ListDataItem *item) | |
| const ListDataItem * | getItem () const |
Event arguments passed to listeners when a WoopsiKeyboard object raises an event.
| WoopsiUI::ContextMenuEventArgs::ContextMenuEventArgs | ( | const Gadget * | source, | |
| const ListDataItem * | item | |||
| ) | [inline] |
Constructor.
| source | Pointer to the ContextMenu object that raised the event. | |
| item | Pointer to the ContextMenuItem that caused the event. |
| const ListDataItem* WoopsiUI::ContextMenuEventArgs::getItem | ( | ) | const [inline] |
Get the item that caused the event.
1.6.3