OpenClonk
C4GUI::IconButton Member List

This is the complete list of members for C4GUI::IconButton, including all inherited members.

AddElement(Element *pChild)C4GUI::Container
AfterElementRemoval()C4GUI::Containerinlineprotectedvirtual
ApplyElementOffset(int32_t &riX, int32_t &riY) overrideC4GUI::Windowinlinevirtual
ApplyInvElementOffset(int32_t &riX, int32_t &riY) overrideC4GUI::Windowinlinevirtual
begin()C4GUI::Containerinline
Button(const char *szBtnText, const C4Rect &rtBounds)C4GUI::Button
CharIn(const char *)C4GUI::Controlinlineprotectedvirtual
CheckNameHotkey(const char *)C4GUI::Elementinlineprotectedvirtual
cHotkeyC4GUI::Buttonprotected
Clear()C4GUI::Container
ClearChildren()C4GUI::Container
ClientPos2ScreenPos(int32_t &riX, int32_t &riY)C4GUI::Element
Container()C4GUI::Container
Control(const C4Rect &rtBounds)C4GUI::Control
DisableFocus()C4GUI::Controlprotected
DoContext()C4GUI::Element
DoDragging(CMouse &rMouse, int32_t iX, int32_t iY, DWORD dwKeyParam)C4GUI::Elementvirtual
Draw(C4TargetFacet &cgo) overrideC4GUI::Windowprotectedvirtual
Draw3DFrame(C4TargetFacet &cgo, bool fUp=false, int32_t iIndent=1, BYTE byAlpha=C4GUI_BorderAlpha, bool fDrawTop=true, int32_t iTopOff=0, bool fDrawLeft=true, int32_t iLeftOff=0)C4GUI::Elementprotected
DrawBar(C4TargetFacet &cgo, DynBarFacet &rFacets)C4GUI::Elementprotected
DrawElement(C4TargetFacet &cgo) overrideC4GUI::IconButtonprotectedvirtual
DrawHBarByVGfx(C4TargetFacet &cgo, DynBarFacet &rFacets)C4GUI::Elementprotected
DrawHVBar(C4TargetFacet &cgo, DynBarFacet &rFacets, C4DrawTransform &trf, int32_t iMiddleLength)C4GUI::Elementprotected
DrawVBar(C4TargetFacet &cgo, DynBarFacet &rFacets)C4GUI::Elementprotected
dwClrC4GUI::IconButtonprotected
dwCustomFontClrC4GUI::Buttonprotected
ElementPosChanged(Element *pOfElement)C4GUI::Containerinlineprotectedvirtual
ElementSizeChanged(Element *pOfElement)C4GUI::Containerinlineprotectedvirtual
end()C4GUI::Containerinline
fctIconC4GUI::IconButtonprotected
fDownC4GUI::Buttonprotected
fDraggingC4GUI::Elementprotected
fEnabledC4GUI::Buttonprotected
fHasClrC4GUI::IconButtonprotected
fHighlightC4GUI::IconButtonprotected
fMouseOverC4GUI::Buttonprotected
fVisibleC4GUI::Element
GetBounds()C4GUI::Elementinline
GetClientRect() overrideC4GUI::Windowinlinevirtual
GetContainedClientRect()C4GUI::Elementinline
GetContainer() overrideC4GUI::Containerinlinevirtual
GetContextHandler()C4GUI::Elementvirtual
GetDialogWindow()C4GUI::Elementinlineprotectedvirtual
GetDlg()C4GUI::Elementvirtual
GetElementByIndex(int32_t i)C4GUI::Container
GetElementCount()C4GUI::Container
GetFirst()C4GUI::Containerinline
GetFirstContained() overrideC4GUI::Containerinlinevirtual
GetFirstNestedElement(bool fBackwards) overrideC4GUI::Containervirtual
GetHeight()C4GUI::Elementinline
GetHighlight() constC4GUI::IconButtoninline
GetLast()C4GUI::Containerinline
GetLastContained()C4GUI::Containerinlinevirtual
GetListItemTopSpacing()C4GUI::Elementinlinevirtual
GetListItemTopSpacingBar()C4GUI::Elementinlinevirtual
GetMarginBottom()C4GUI::Windowinlinevirtual
GetMarginLeft()C4GUI::Windowinlinevirtual
GetMarginRight()C4GUI::Windowinlinevirtual
GetMarginTop()C4GUI::Windowinlinevirtual
GetNext() constC4GUI::Elementinline
GetNextNestedElement(Element *pPrevElement, bool fBackwards)C4GUI::Container
GetOwnToolTip()C4GUI::Elementinline
GetParent()C4GUI::Elementinline
GetPrev() constC4GUI::Elementinline
GetScreen()C4GUI::Elementvirtual
GetToolTip()C4GUI::Element
GetToprightCornerRect(int32_t iWidth=16, int32_t iHeight=16, int32_t iHIndent=4, int32_t iVIndent=4, int32_t iIndexX=0)C4GUI::Element
GetWidth()C4GUI::Elementinline
HasDrawFocus()C4GUI::Control
HasFocus()C4GUI::Controlinline
IconButton(Icons eUseIcon, const C4Rect &rtBounds, char cHotkey='\0', const char *tooltip_text=nullptr)C4GUI::IconButton
iDragXC4GUI::Elementprotected
iDragYC4GUI::Elementprotected
InsertElement(Element *pChild, Element *pInsertBefore)C4GUI::Container
IsComponentOutsideClientArea()C4GUI::Windowinlinevirtual
IsExternalDrawDialog()C4GUI::Elementinlineprotectedvirtual
IsFocused(Control *pCtrl)C4GUI::Containerinlinevirtual
IsFocusElement() overrideC4GUI::Controlinlineprotectedvirtual
IsFocusOnClick() overrideC4GUI::Buttoninlineprotectedvirtual
IsImmediateToolTip() constC4GUI::Elementinline
IsInActiveDlg(bool fForKeyboard)C4GUI::Element
IsMenu()C4GUI::Elementinlineprotectedvirtual
IsOwnPtrElement()C4GUI::Elementinlineprotectedvirtual
IsParentOf(Element *pEl) overrideC4GUI::Containervirtual
IsSelectedChild(Element *pChild)C4GUI::Containerinlinevirtual
IsVisible()C4GUI::Element
KeyButtonDown()C4GUI::Buttonprotected
KeyButtonUp()C4GUI::Buttonprotected
KeyContext()C4GUI::Controlinlineprotected
MakeLastElement(Element *pChild)C4GUI::Container
MouseEnter(CMouse &rMouse) overrideC4GUI::Buttonvirtual
MouseInput(CMouse &rMouse, int32_t iButton, int32_t iX, int32_t iY, DWORD dwKeyParam) overrideC4GUI::Buttonvirtual
MouseLeave(CMouse &rMouse) overrideC4GUI::Buttonvirtual
OnGetFocus(bool fByMouse)C4GUI::Controlinlineprotectedvirtual
OnHotkey(uint32_t cHotkey) overrideC4GUI::Buttonprotectedvirtual
OnLooseFocus()C4GUI::Controlinlineprotectedvirtual
OnPress()C4GUI::Buttonprotectedvirtual
pContextHandlerC4GUI::Elementprotected
pCustomFontC4GUI::Buttonprotected
pDragTargetC4GUI::Elementprotected
pFirstC4GUI::Containerprotected
pLastC4GUI::Containerprotected
pNextC4GUI::Elementprotected
pParentC4GUI::Elementprotected
pPrevC4GUI::Elementprotected
rbegin()C4GUI::Containerinline
rcBoundsC4GUI::Elementprotected
rcClientRectC4GUI::Windowprotected
ReaddElement(Element *pChild)C4GUI::Container
RemoveElement(Element *pChild) overrideC4GUI::Containervirtual
rend()C4GUI::Containerinline
ScreenPos2ClientPos(int32_t &riX, int32_t &riY)C4GUI::Element
SetBounds(const C4Rect &rcNewBound)C4GUI::Elementinline
SetColor(uint32_t dwClr)C4GUI::IconButtoninline
SetContextHandler(ContextHandler *pNewHd)C4GUI::Elementinline
SetCustomGraphics(DynBarFacet *pCustomGfx, DynBarFacet *pCustomGfxDown)C4GUI::Buttoninline
SetDown()C4GUI::Buttonprotected
SetDragTarget(Window *pToWindow)C4GUI::Elementinline
SetEnabled(bool fToVal)C4GUI::Buttoninline
SetFacet(const C4Facet &rCpy, uint32_t dwClr=0u)C4GUI::IconButtoninline
SetFont(CStdFont *pFont, DWORD dwCustomFontClr=C4GUI_CaptionFontClr)C4GUI::Buttoninline
SetHighlight(bool fToVal)C4GUI::IconButtoninline
SetIcon(Icons eUseIcon)C4GUI::IconButton
SetPos(int32_t iXPos, int32_t iYPos)C4GUI::Windowinline
SetText(const char *szToText)C4GUI::Button
SetToolTip(const char *szNewTooltip, bool is_immediate=false)C4GUI::Element
SetUp(bool fPress)C4GUI::Buttonprotected
SetVisibility(bool fToValue) overrideC4GUI::Containervirtual
StartDragging(CMouse &rMouse, int32_t iX, int32_t iY, DWORD dwKeyParam)C4GUI::Elementvirtual
sTextC4GUI::Buttonprotected
StopDragging(CMouse &rMouse, int32_t iX, int32_t iY, DWORD dwKeyParam)C4GUI::Elementvirtual
UpdateOwnPos() overrideC4GUI::Windowvirtual
UpdatePos()C4GUI::Elementprotectedvirtual
UpdateSize()C4GUI::Elementprotectedvirtual
Window()C4GUI::Window
~Button() overrideC4GUI::Button
~Container() overrideC4GUI::Container
~Control() overrideC4GUI::Control
~Element()C4GUI::Elementvirtual