FifeGUI 0.3.0
A C++ GUI library designed for games.
fcn::TextInputEvent Member List

This is the complete list of members for fcn::TextInputEvent, including all inherited members.

consume()fcn::InputEvent
Event(Widget *source)fcn::Eventexplicit
getDistributor() constfcn::InputEvent
getModMask() constfcn::InputEvent
getSource() constfcn::Event
getText() constfcn::TextInputEvent
getType() constfcn::TextInputEvent
InputEvent(Widget *source, Widget *distributor, bool isShiftPressed, bool isControlPressed, bool isAltPressed, bool isMetaPressed)fcn::InputEvent
isAltPressed() constfcn::InputEvent
isConsumed() constfcn::InputEvent
isControlPressed() constfcn::InputEvent
isMetaPressed() constfcn::InputEvent
isShiftPressed() constfcn::InputEvent
mDistributorfcn::InputEventprotected
mIsConsumedfcn::InputEventprotected
mModMaskfcn::InputEventprotected
ModAltfcn::InputEventstatic
ModControlfcn::InputEventstatic
ModMetafcn::InputEventstatic
ModShiftfcn::InputEventstatic
mSourcefcn::Eventprotected
mTextfcn::TextInputEventprotected
mTypefcn::TextInputEventprotected
TextInputEvent(Widget *source, Widget *distributor, bool isShiftPressed, bool isControlPressed, bool isAltPressed, bool isMetaPressed, std::string text, Type type=Type::Input)fcn::TextInputEvent
Type enum namefcn::TextInputEvent