|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
#include <selectionevent.hpp>
Public Member Functions | |
| SelectionEvent (Widget *source) | |
| Public Member Functions inherited from fcn::Event | |
| Event (Widget *source) | |
| Widget * | getSource () const |
Additional Inherited Members | |
| Protected Attributes inherited from fcn::Event | |
| Widget * | mSource {nullptr} |
Represents a change in selection state (e.g., list item selected).
Definition at line 20 of file selectionevent.hpp.
|
explicit |
Constructor.
| source | source The widget of the selection event. |
Definition at line 11 of file selectionevent.cpp.
References fcn::Event::Event().