ManaPlus
Public Member Functions
SelectionEvent Class Reference

#include <selectionevent.h>

Inheritance diagram for SelectionEvent:
Event

Public Member Functions

 SelectionEvent (Widget *const source)
 
- Public Member Functions inherited from Event
 Event (Widget *const source)
 
virtual ~Event ()
 
WidgetgetSource () const
 

Additional Inherited Members

- Protected Attributes inherited from Event
WidgetmSource
 

Detailed Description

Represents a selection event.

Author
Olof Naessén

Definition at line 79 of file selectionevent.h.

Constructor & Destructor Documentation

◆ SelectionEvent()

SelectionEvent::SelectionEvent ( Widget *const  source)
inlineexplicit

Constructor.

Parameters
sourcesource The widget of the selection event.

Definition at line 87 of file selectionevent.h.

87  :
88  Event(source)
89  { }
Event(Widget *const source)
Definition: event.h:86

The documentation for this class was generated from the following file: