Dragonfly 4.20
A text-based game engine
|
This is the complete list of members for df::EventView, including all inherited members.
Event() | df::Event | |
EventView() | df::EventView | |
EventView(std::string new_tag, int new_value, bool new_delta) | df::EventView | |
getDelta() const | df::EventView | |
getTag() const | df::EventView | |
getType() const | df::Event | |
getValue() const | df::EventView | |
m_delta | df::EventView | private |
m_event_type | df::Event | private |
m_tag | df::EventView | private |
m_value | df::EventView | private |
setDelta(bool new_delta) | df::EventView | |
setTag(std::string new_tag) | df::EventView | |
setType(std::string new_type) | df::Event | |
setValue(int new_value) | df::EventView | |
~Event() | df::Event | virtual |