5#ifndef INCLUDE_FIFECHAN_ACTIONEVENT_HPP_
6#define INCLUDE_FIFECHAN_ACTIONEVENT_HPP_
10#include "fifechan/event.hpp"
11#include "fifechan/platform.hpp"
60 std::string
const &
getId()
const;
std::string const & getId() const
Gets the identifier of the event.
std::string mId
Holds the identifier of the event.
ActionEvent(Widget *source, std::string id)
Constructor.
Event(Widget *source)
Constructor.