Dragonfly 4.19
A text-based game engine
df::EventView Member List

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() constdf::EventView
getTag() constdf::EventView
getType() constdf::Event
getValue() constdf::EventView
m_deltadf::EventViewprivate
m_event_typedf::Eventprivate
m_tagdf::EventViewprivate
m_valuedf::EventViewprivate
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::Eventvirtual