Otclient  14/8/2020
UIManager Member List

This is the complete list of members for UIManager, including all inherited members.

clearStyles()UIManager
createWidget(const std::string &styleName, const UIWidgetPtr &parent)UIManager
createWidgetFromOTML(const OTMLNodePtr &widgetNode, const UIWidgetPtr &parent)UIManager
displayUI(const std::string &file)UIManagerinline
getDraggingWidget()UIManagerinline
getHoveredWidget()UIManagerinline
getKeyboardReceiver()UIManagerinline
getMouseReceiver()UIManagerinline
getPressedWidget()UIManagerinline
getRootWidget()UIManagerinline
getStyle(const std::string &styleName)UIManager
getStyleClass(const std::string &styleName)UIManager
importStyle(std::string file)UIManager
importStyleFromOTML(const OTMLNodePtr &styleNode)UIManager
init()UIManager
inputEvent(const InputEvent &event)UIManager
isDrawingDebugBoxes()UIManagerinline
isKeyboardGrabbed()UIManagerinline
isMouseGrabbed()UIManagerinline
loadUI(std::string file, const UIWidgetPtr &parent)UIManager
onWidgetAppear(const UIWidgetPtr &widget)UIManagerprotected
onWidgetDestroy(const UIWidgetPtr &widget)UIManagerprotected
onWidgetDisappear(const UIWidgetPtr &widget)UIManagerprotected
render(Fw::DrawPane drawPane)UIManager
resetKeyboardReceiver()UIManagerinline
resetMouseReceiver()UIManagerinline
resize(const Size &size)UIManager
setDebugBoxesDrawing(bool enabled)UIManagerinline
setKeyboardReceiver(const UIWidgetPtr &widget)UIManagerinline
setMouseReceiver(const UIWidgetPtr &widget)UIManagerinline
terminate()UIManager
UIWidget classUIManagerfriend
updateDraggingWidget(const UIWidgetPtr &draggingWidget, const Point &clickedPos=Point())UIManager
updateHoveredWidget(bool now=false)UIManager
updatePressedWidget(const UIWidgetPtr &newPressedWidget, const Point &clickedPos=Point(), bool fireClicks=true)UIManager