![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
This is the complete list of members for Divide::GUIInterface, including all inherited members.
_context | Divide::GUIInterface | protected |
_guiElements | Divide::GUIInterface | protected |
addButton(const char *name, const string &text, const RelativePosition2D &offset, const RelativeScale2D &size, const string &rootSheetID="") | Divide::GUIInterface | virtual |
addElement(U64 id, GUIElement *element) | Divide::GUIInterface | protected |
addFlash(const char *name, const RelativePosition2D &position, const RelativeScale2D &size) | Divide::GUIInterface | virtual |
addMsgBox(const char *name, const string &title, const string &message, vec2< I32 > offsetFromCentre=vec2< I32 >(0)) | Divide::GUIInterface | virtual |
addText(const char *name, const RelativePosition2D &position, const string &font, const UColour4 &colour, const string &text, bool multiLine=false, U8 fontSize=16u) | Divide::GUIInterface | virtual |
ButtonCallback typedef | Divide::GUIInterface | |
createWindow(const CEGUI::String &type, const CEGUI::String &name) | Divide::GUIInterface | virtual |
getGUIElement(const U64 elementName) const | Divide::GUIInterface | inline |
getGUIElement(const I64 elementID) const | Divide::GUIInterface | inline |
getGUIElementImpl(U64 elementName, GUIType type) const | Divide::GUIInterface | protectedvirtual |
getGUIElementImpl(I64 elementID, GUIType type) const | Divide::GUIInterface | protectedvirtual |
getParentContext() noexcept | Divide::GUIInterface | inline |
getParentContext() const noexcept | Divide::GUIInterface | inline |
GUIInterface(GUI &context) | Divide::GUIInterface | explicit |
GUIMap typedef | Divide::GUIInterface | |
loadWindowFromLayoutFile(const char *layoutFileName) | Divide::GUIInterface | virtual |
modifyText(const char *name, const string &text, bool multiLine) | Divide::GUIInterface | virtual |
onLanguageChange(std::string_view newLanguage) | Divide::GUIInterface | |
unloadWindow(CEGUI::Window *&window) | Divide::GUIInterface | virtual |
~GUIInterface() | Divide::GUIInterface | virtual |