AdditionalChildrenHandled() | IGUIObject | inlineprotectedvirtual |
AddScrollBar(std::unique_ptr< IGUIScrollBar > scrollbar) | IGUIScrollBarOwner | virtual |
ApplyStyle(const CStr &StyleName) | IGUIObject | protected |
ChooseMouseOverAndClosest(IGUIObject *&pObject) | IGUIObject | private |
CInput(CGUI &pGUI) | CInput | |
ClearComposedText() | CInput | protected |
CreateJSObject() | IGUIObject | privatevirtual |
DeleteCurSelection() | CInput | protected |
Draw(CCanvas2D &canvas) | CInput | protectedvirtual |
DrawContent(CCanvas2D &canvas) | CInput | protected |
DrawPlaceholderText(CCanvas2D &canvas, const CRect &clipping=CRect()) | CInput | protectedvirtual |
EventNameMouseEnter | IGUIObject | protectedstatic |
EventNameMouseLeave | IGUIObject | protectedstatic |
EventNameMouseMove | IGUIObject | protectedstatic |
EventNamePress | CInput | protectedstatic |
EventNameTab | CInput | protectedstatic |
EventNameTextEdit | CInput | protectedstatic |
GetBufferedZ() const | IGUIObject | protectedvirtual |
GetChildren() const | IGUIObject | inline |
GetComputedSize() | IGUIObject | |
GetGUI() | IGUIObject | inline |
GetGUI() const | IGUIObject | inline |
GetJSObject() | IGUIObject | |
GetMouseHoveringTextPosition() const | CInput | |
GetName() const | IGUIObject | inline |
GetParent() const | IGUIObject | protected |
GetPresentableName() const | IGUIObject | |
GetScrollBar(const int &index) | IGUIScrollBarOwner | inlinevirtual |
GetScrollBarPos(const int index) const | IGUIScrollBarOwner | virtual |
GetScrollBarStyle(const CStr8 &style) const | IGUIScrollBarOwner | virtual |
GetTextAreaWidth() | CInput | protected |
GetTooltipStyle() const | IGUIObject | inlinevirtual |
GetTooltipText() const | IGUIObject | inlinevirtual |
GetXTextPosition(const std::list< SRow >::const_iterator &c, const float &x, float &wanted) const | CInput | |
HandleAdditionalChildren(const XMBData &file, const XMBElement &child) | IGUIObject | inlineprotectedvirtual |
HandleMessage(SGUIMessage &Message) | CInput | protectedvirtual |
IGUIObject(CGUI &pGUI) | IGUIObject | |
IGUIScrollBarOwner(IGUIObject &m_pObject) | IGUIScrollBarOwner | |
IsBaseObject() const | IGUIObject | private |
IsEnabled() const | IGUIObject | |
IsFocused() const | IGUIObject | protected |
IsHidden() const | IGUIObject | |
IsHiddenOrGhost() const | IGUIObject | |
IsMouseHovering() const | IGUIObject | inlinevirtual |
IsMouseOver() const | IGUIObject | virtual |
IsRootObject() const | IGUIObject | private |
m_Absolute | IGUIObject | protected |
m_AspectRatio | IGUIObject | protected |
m_BufferPosition | CInput | protected |
m_BufferZone | CInput | protected |
m_CachedActualSize | IGUIObject | protected |
m_Caption | CInput | protected |
m_CharacterPositions | CInput | protected |
m_Children | IGUIObject | protected |
m_ComposingText | CInput | protected |
m_CursorBlinkRate | CInput | protected |
m_CursorVisState | CInput | protected |
m_Enabled | IGUIObject | protected |
m_Font | CInput | protected |
m_GeneratedPlaceholderText | CInput | protected |
m_GeneratedPlaceholderTextValid | CInput | protected |
m_Ghost | IGUIObject | protected |
m_Hidden | IGUIObject | protected |
m_HorizontalScroll | CInput | protected |
m_Hotkey | IGUIObject | protected |
m_iBufferPos | CInput | protected |
m_iBufferPos_Tail | CInput | protected |
m_iComposedLength | CInput | protected |
m_iComposedPos | CInput | protected |
m_iInsertPos | CInput | protected |
m_JSObject | IGUIObject | protected |
m_LastClickTime | IGUIObject | protected |
m_Mask | CInput | protected |
m_MaskChar | CInput | protected |
m_MaxLength | CInput | protected |
m_MouseHovering | IGUIObject | protected |
m_MultiLine | CInput | protected |
m_Name | IGUIObject | protected |
m_pGUI | IGUIObject | protected |
m_PlaceholderColor | CInput | protected |
m_PlaceholderText | CInput | protected |
m_pObject | IGUIScrollBarOwner | private |
m_pParent | IGUIObject | protected |
m_PrevTime | CInput | protected |
m_Readonly | CInput | protected |
m_ScriptHandlers | IGUIObject | protected |
m_ScrollBar | CInput | protected |
m_ScrollBars | IGUIScrollBarOwner | protected |
m_ScrollBarStyle | CInput | protected |
m_SelectingText | CInput | protected |
m_Settings | IGUIObject | protected |
m_Size | IGUIObject | protected |
m_Sprite | CInput | protected |
m_SpriteOverlay | CInput | protected |
m_SpriteSelectArea | CInput | protected |
m_Style | IGUIObject | protected |
m_TextColor | CInput | protected |
m_TextColorSelected | CInput | protected |
m_Tooltip | IGUIObject | protected |
m_TooltipStyle | IGUIObject | protected |
m_WantedX | CInput | protected |
m_Z | IGUIObject | protected |
ManuallyHandleHotkeyEvent(const SDL_Event_ *ev) | CInput | protectedvirtual |
ManuallyHandleKeys(const SDL_Event_ *ev) | CInput | protectedvirtual |
ManuallyImmutableHandleKeyDownEvent(const SDL_Keycode keyCode) | CInput | protectedvirtual |
ManuallyMutableHandleKeyDownEvent(const SDL_Keycode keyCode) | CInput | protectedvirtual |
IGUIObject::NONCOPYABLE(IGUIObject) | IGUIObject | |
PlaySound(const CStrW &soundPath) const | IGUIObject | |
PreemptEvent(const SDL_Event_ *ev) | IGUIObject | inlineprotectedvirtual |
RecurseObject(bool(IGUIObject::*isRestricted)() const, void(IGUIObject::*callbackFunction)(Args... args), Args &&... args) | IGUIObject | inline |
RegisterChild(IGUIObject *child) | IGUIObject | protected |
RegisterScriptHandler(const CStr &eventName, const CStr &Code, CGUI &pGUI) | IGUIObject | |
RegisterSetting(const CStr &Name, IGUISetting *setting) | IGUIObject | |
ReleaseFocus() | IGUIObject | |
ReregisterSetting(const CStr &Name, IGUISetting *setting) | IGUIObject | |
ResetStates() | CInput | virtual |
ScriptEvent(const CStr &eventName) | IGUIObject | protected |
ScriptEvent(const CStr &eventName, const JS::HandleValueArray ¶mData) | IGUIObject | protected |
ScriptEventWithReturn(const CStr &eventName) | IGUIObject | protected |
ScriptEventWithReturn(const CStr &eventName, const JS::HandleValueArray ¶mData) | IGUIObject | protected |
SelectingText() const | CInput | protected |
SendEvent(EGUIMessageType type, const CStr &eventName) | IGUIObject | |
SendMouseEvent(EGUIMessageType type, const CStr &eventName) | IGUIObject | |
SetFocus() | IGUIObject | |
SetHidden(bool hidden) | IGUIObject | inline |
SetName(const CStr &Name) | IGUIObject | inline |
SetParent(IGUIObject *pParent) | IGUIObject | inlineprotected |
SetScriptHandler(const CStr &eventName, JS::HandleObject Function) | IGUIObject | protected |
SetSettingFromString(const CStr &Setting, const CStrW &Value, const bool SendMessage) | IGUIObject | |
SettingChanged(const CStr &Setting, const bool SendMessage) | IGUIObject | private |
SettingExists(const CStr &Setting) const | IGUIObject | |
SetupGeneratedPlaceholderText() | CInput | protected |
Tick() | IGUIObject | inlinevirtual |
Trace(JSTracer *trc, void *data) | IGUIObject | inlineprivatestatic |
TraceMember(JSTracer *trc) | IGUIObject | private |
UnregisterChild(IGUIObject *child) | IGUIObject | protected |
UnsetScriptHandler(const CStr &eventName) | IGUIObject | protected |
UpdateAutoScroll() | CInput | protected |
UpdateBufferPositionSetting() | CInput | protected |
UpdateCachedSize() | CInput | protectedvirtual |
UpdateMouseOver(IGUIObject *const &pMouseOver) | IGUIObject | protected |
UpdateText(int from=0, int to_before=-1, int to_after=-1) | CInput | protected |
~CInput() | CInput | virtual |
~IGUIObject() | IGUIObject | virtual |
~IGUIScrollBarOwner() | IGUIScrollBarOwner | virtual |