CRM64Pro GDK
v0.20.0
A free cross-platform game development kit built on top of SDL 3.0
Toggle main menu visibility
Loading...
Searching...
No Matches
CRM64Pro::Panel Member List
This is the complete list of members for
CRM64Pro::Panel
, including all inherited members.
attachTo
(Sint32 idScreen)
CRM64Pro::Panel
baseWidget
()
CRM64Pro::Panel
closeWidget
(Sint32 idWidget)
CRM64Pro::Panel
createButton
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createCheckBox
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createComboBox
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createFrame
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createImage
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createLabel
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createList
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createNumberEdit
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createProgress
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createSlider
(const string &sName, Sint32 idWidget, eSliderAxis eAxis=SA_HORIZONTAL)
CRM64Pro::Panel
createTextEdit
(const string &sName, Sint32 idWidget)
CRM64Pro::Panel
createWidgetByType
(const string &sName, eWidgetType eWT, Sint32 idWidget)
CRM64Pro::Panel
getButton
(Sint32 idWidget)
CRM64Pro::Panel
getCheckBox
(Sint32 idWidget)
CRM64Pro::Panel
getComboBox
(Sint32 idWidget)
CRM64Pro::Panel
getFrame
(Sint32 idWidget)
CRM64Pro::Panel
getID
() const override
CRM64Pro::Panel
getImage
(Sint32 idWidget)
CRM64Pro::Panel
getLabel
(Sint32 idWidget)
CRM64Pro::Panel
getLayout
() const
CRM64Pro::Panel
getLayoutAlign
() const
CRM64Pro::Panel
getLayoutJustify
() const
CRM64Pro::Panel
getLayoutPadding
(Sint32 *iTop, Sint32 *iRight, Sint32 *iBottom, Sint32 *iLeft) const
CRM64Pro::Panel
getLayoutSpacing
() const
CRM64Pro::Panel
getList
(Sint32 idWidget)
CRM64Pro::Panel
getName
() const override
CRM64Pro::Panel
getNumberEdit
(Sint32 idWidget)
CRM64Pro::Panel
getPanelTTL
() const
CRM64Pro::Panel
getPanelType
() const
CRM64Pro::Panel
getProgress
(Sint32 idWidget)
CRM64Pro::Panel
getScreen
() const
CRM64Pro::Panel
getScreenDesired
() const
CRM64Pro::Panel
getSizeMode
() const
CRM64Pro::Panel
getSlider
(Sint32 idWidget)
CRM64Pro::Panel
getTextEdit
(Sint32 idWidget)
CRM64Pro::Panel
getTheme
() const
CRM64Pro::Panel
getTitle
(string &sText) const
CRM64Pro::Panel
getWidgetByID
(Sint32 idWidget)
CRM64Pro::Panel
getWidgetInfoList
(vector< WidgetInfo > &vOut) const
CRM64Pro::Panel
getWidgetType
(Sint32 idWidget) const
CRM64Pro::Panel
info
(Sint32 iMode=0) override
CRM64Pro::Panel
invalidateLayout
()
CRM64Pro::Panel
save
(const string &sCDCFile)
CRM64Pro::Panel
save
(Sint32 idCDC)
CRM64Pro::Panel
setLayout
(ePanelLayout ePL)
CRM64Pro::Panel
setLayoutAlign
(eLayoutAlign eAlign)
CRM64Pro::Panel
setLayoutJustify
(eLayoutJustify eJustify)
CRM64Pro::Panel
setLayoutPadding
(Sint32 iTop, Sint32 iRight, Sint32 iBottom, Sint32 iLeft)
CRM64Pro::Panel
setLayoutSpacing
(Sint32 iSpacing)
CRM64Pro::Panel
setPanelType
(ePanelType ePT, Sint32 iTime=0)
CRM64Pro::Panel
setScreenDesired
(Sint32 iScreenDesired)
CRM64Pro::Panel
setSizeMode
(ePanelSizeMode ePSM)
CRM64Pro::Panel
setTheme
(Sint32 idTheme)
CRM64Pro::Panel
setTitle
(const string &sText, const Position &rPosX=Position(PH_CENTER), const Position &rPosY=Position(PH_CENTER))
CRM64Pro::Panel
setWidgetName
(Sint32 idWidget, const string &sName)
CRM64Pro::Panel
CRM64Pro GDK v0.20.0
(
) -