FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::Gui Member List

This is the complete list of members for fcn::Gui, including all inherited members.

addGlobalKeyListener(KeyListener *keyListener)fcn::Guivirtual
distributeKeyEvent(KeyEvent &keyEvent)fcn::Guiprotectedvirtual
distributeKeyEventToGlobalKeyListeners(KeyEvent &keyEvent)fcn::Guiprotectedvirtual
distributeMouseEvent(Widget *source, MouseEvent::Type type, MouseEvent::Button button, int x, int y)fcn::Guiinlineprotected
distributeMouseEvent(Widget *source, MouseEvent::Type type, MouseEvent::Button button, int x, int y, bool force)fcn::Guiinlineprotected
distributeMouseEvent(Widget *source, MouseEvent::Type type, MouseEvent::Button button, int x, int y, bool force, bool toSourceOnly)fcn::Guiprotectedvirtual
draw()fcn::Guivirtual
enqueueHiddenWidget(Widget *widget)fcn::Gui
enqueueShownWidget(Widget *widget)fcn::Gui
focusNone()fcn::Guivirtual
getFocusHandler() constfcn::Guivirtual
getGraphics() constfcn::Guivirtual
getInput() constfcn::Guivirtual
getKeyEventSource()fcn::Guiprotectedvirtual
getMouseEventSource(int x, int y)fcn::Guiprotectedvirtual
getTop() constfcn::Guivirtual
getWidgetAt(int x, int y)fcn::Guiinlineprotected
getWidgetAt(int x, int y, Widget *exclude)fcn::Guiprotectedvirtual
getWidgetsAt(int x, int y)fcn::Guiprotectedvirtual
Gui() (defined in fcn::Gui)fcn::Gui
Gui(Gui const &)=delete (defined in fcn::Gui)fcn::Gui
Gui(Gui &&)=delete (defined in fcn::Gui)fcn::Gui
handleHiddenWidgets()fcn::Guiprotectedvirtual
handleKeyInput()fcn::Guiprotectedvirtual
handleModalFocus()fcn::Guiprotectedvirtual
handleModalFocusGained()fcn::Guiprotectedvirtual
handleModalFocusReleased()fcn::Guiprotectedvirtual
handleModalMouseInputFocus()fcn::Guiprotectedvirtual
handleModalMouseInputFocusGained()fcn::Guiprotectedvirtual
handleModalMouseInputFocusReleased()fcn::Guiprotectedvirtual
handleMouseInput()fcn::Guiprotectedvirtual
handleMouseMoved(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMousePressed(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMouseReleased(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMouseWheelMovedDown(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMouseWheelMovedLeft(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMouseWheelMovedRight(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleMouseWheelMovedUp(MouseInput const &mouseInput)fcn::Guiprotectedvirtual
handleShownWidgets()fcn::Guiprotectedvirtual
initialize(std::unique_ptr< Graphics > graphics, std::unique_ptr< Input > input, int width, int height)fcn::Guivirtual
isTabbingEnabled()fcn::Guivirtual
KeyListenerList typedeffcn::Guiprotected
KeyListenerListIterator typedeffcn::Guiprotected
logic()fcn::Guivirtual
mAltPressedfcn::Guiprotected
mClickCountfcn::Guiprotected
mControlPressedfcn::Guiprotected
mDeathListenerfcn::Guiprotected
mFocusHandlerfcn::Guiprotected
mGlobalFontfcn::Guiprotected
mGraphicsfcn::Guiprotected
mHiddenWidgetsfcn::Guiprotected
mInputfcn::Guiprotected
mKeyListenersfcn::Guiprotected
mLastMouseDragButtonfcn::Guiprotected
mLastMousePressButtonfcn::Guiprotected
mLastMousePressTimeStampfcn::Guiprotected
mLastMouseXfcn::Guiprotected
mLastMouseYfcn::Guiprotected
mMetaPressedfcn::Guiprotected
mOwnedGraphicsfcn::Guiprotected
mOwnedInputfcn::Guiprotected
mOwnedTopfcn::Guiprotected
mShiftPressedfcn::Guiprotected
mShownWidgetsfcn::Guiprotected
mTabbingfcn::Guiprotected
mTopfcn::Guiprotected
mVisibilityEventHandlerfcn::Guiprotected
operator=(Gui const &)=delete (defined in fcn::Gui)fcn::Gui
operator=(Gui &&)=delete (defined in fcn::Gui)fcn::Gui
removeGlobalKeyListener(KeyListener *keyListener)fcn::Guivirtual
setGlobalFont(std::string const &filename, int size)fcn::Guivirtual
setGraphics(Graphics *graphics)fcn::Guivirtual
setGraphics(std::unique_ptr< Graphics > graphics)fcn::Guivirtual
setInput(Input *input)fcn::Guivirtual
setInput(std::unique_ptr< Input > input)fcn::Guivirtual
setRoot(Widget *top)fcn::Guivirtual
setRoot(std::unique_ptr< Widget > top)fcn::Guivirtual
setTabbingEnabled(bool tabbing)fcn::Guivirtual
setTop(Widget *top)fcn::Guivirtual
setTop(std::unique_ptr< Widget > top)fcn::Guivirtual
widgetDied(Widget const *widget)fcn::Gui
~Gui() (defined in fcn::Gui)fcn::Guivirtual