FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::SelectionEvent Class Reference

#include <selectionevent.hpp>

Inheritance diagram for fcn::SelectionEvent:
fcn::Event

Public Member Functions

 SelectionEvent (Widget *source)
Public Member Functions inherited from fcn::Event
 Event (Widget *source)
WidgetgetSource () const

Additional Inherited Members

Protected Attributes inherited from fcn::Event
WidgetmSource {nullptr}

Detailed Description

Represents a change in selection state (e.g., list item selected).

Definition at line 20 of file selectionevent.hpp.

Constructor & Destructor Documentation

◆ SelectionEvent()

fcn::SelectionEvent::SelectionEvent ( Widget * source)
explicit

Constructor.

Parameters
sourcesource The widget of the selection event.

Definition at line 11 of file selectionevent.cpp.

References fcn::Event::Event().


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