Woopsi 1.0
GUI Framework for Nintendo DS Homebrew

WoopsiUI::WoopsiKey Member List

This is the complete list of members for WoopsiUI::WoopsiKey, including all inherited members.
_capsLockTextWoopsiUI::WoopsiKey [protected]
_controlCapsLockTextWoopsiUI::WoopsiKey [protected]
_controlTextWoopsiUI::WoopsiKey [protected]
_isStuckDownWoopsiUI::StickyButton [protected]
_keyModeWoopsiUI::WoopsiKey [protected]
_keyTypeWoopsiUI::WoopsiKey [protected]
_normalTextWoopsiUI::WoopsiKey [protected]
_shiftControlTextWoopsiUI::WoopsiKey [protected]
_shiftTextWoopsiUI::WoopsiKey [protected]
drawOutline(GraphicsPort *port)WoopsiUI::StickyButton [protected, virtual]
getKeyType() const WoopsiUI::WoopsiKey [inline]
getValue() const WoopsiUI::WoopsiKey
KEY_ALPHA_NUMERIC_SYMBOL enum valueWoopsiUI::WoopsiKey
KEY_BACKSPACE enum valueWoopsiUI::WoopsiKey
KEY_CAPS_LOCK enum valueWoopsiUI::WoopsiKey
KEY_CONTROL enum valueWoopsiUI::WoopsiKey
KEY_MODE_CAPS_LOCK enum valueWoopsiUI::WoopsiKey
KEY_MODE_CONTROL enum valueWoopsiUI::WoopsiKey
KEY_MODE_CONTROL_CAPS_LOCK enum valueWoopsiUI::WoopsiKey
KEY_MODE_NORMAL enum valueWoopsiUI::WoopsiKey
KEY_MODE_SHIFT enum valueWoopsiUI::WoopsiKey
KEY_MODE_SHIFT_CONTROL enum valueWoopsiUI::WoopsiKey
KEY_NONE enum valueWoopsiUI::WoopsiKey
KEY_RETURN enum valueWoopsiUI::WoopsiKey
KEY_SHIFT enum valueWoopsiUI::WoopsiKey
KEY_SPACE enum valueWoopsiUI::WoopsiKey
KeyMode enum nameWoopsiUI::WoopsiKey
KeyType enum nameWoopsiUI::WoopsiKey
setKeyMode(KeyMode keyMode)WoopsiUI::WoopsiKey
setKeyType(KeyType keyType)WoopsiUI::WoopsiKey [inline]
setStuckDown(bool isStuckDown)WoopsiUI::StickyButton
StickyButton(s16 x, s16 y, u16 width, u16 height, const WoopsiString &text, GadgetStyle *style=NULL)WoopsiUI::StickyButton
StickyButton(const StickyButton &button)WoopsiUI::StickyButton [inline, protected]
WoopsiKey(s16 x, s16 y, u16 width, u16 height, const WoopsiString &text, const KeyType keyType=KEY_ALPHA_NUMERIC_SYMBOL, GadgetStyle *style=NULL)WoopsiUI::WoopsiKey
WoopsiKey(s16 x, s16 y, u16 width, u16 height, const WoopsiString &normalText, const WoopsiString &shiftText, const WoopsiString &controlText, const WoopsiString &shiftControlText, const WoopsiString &capsLockText, const WoopsiString &controlCapsLockText, const KeyType keyType=KEY_ALPHA_NUMERIC_SYMBOL, GadgetStyle *style=NULL)WoopsiUI::WoopsiKey
WoopsiKey(const WoopsiKey &key)WoopsiUI::WoopsiKey [inline, protected]
~StickyButton()WoopsiUI::StickyButton [inline, protected, virtual]
~WoopsiKey()WoopsiUI::WoopsiKey [inline, protected, virtual]