ManaPlus
|
#include <selectionevent.h>
Public Member Functions | |
SelectionEvent (Widget *const source) | |
Public Member Functions inherited from Event | |
Event (Widget *const source) | |
virtual | ~Event () |
Widget * | getSource () const |
Additional Inherited Members | |
Protected Attributes inherited from Event | |
Widget * | mSource |
Represents a selection event.
Definition at line 79 of file selectionevent.h.
|
inlineexplicit |
Constructor.
source | source The widget of the selection event. |
Definition at line 87 of file selectionevent.h.