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

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

_draw(Graphics *graphics)fcn::Widgetvirtual
_getFocusHandler()fcn::Widgetvirtual
_getFocusListeners()fcn::Widgetvirtual
_getGuiDeathListener()fcn::Widgetstatic
_getInternalFocusHandler()fcn::Widgetvirtual
_getKeyListeners()fcn::Widgetvirtual
_getMouseListeners()fcn::Widgetvirtual
_getVisibilityEventHandler()fcn::Widgetstatic
_logic()fcn::Widgetvirtual
_setFocusHandler(FocusHandler *focusHandler)fcn::Widgetvirtual
_setGuiDeathListener(DeathListener *deathListener)fcn::Widgetstatic
_setParent(Widget *parent)fcn::Widgetvirtual
_setVisibilityEventHandler(VisibilityEventHandler *visibilityEventHandler)fcn::Widgetstatic
action(ActionEvent const &actionEvent) overridefcn::DropDownvirtual
ActionListener(ActionListener const &)=delete (defined in fcn::ActionListener)fcn::ActionListener
ActionListener(ActionListener &&)=delete (defined in fcn::ActionListener)fcn::ActionListener
ActionListener()=defaultfcn::ActionListenerprotected
adaptLayout()fcn::Widgetinline
adaptLayout(bool top)fcn::Widgetvirtual
add(Widget *widget)fcn::Widgetprotected
addActionListener(ActionListener *actionListener)fcn::Widget
addDeathListener(DeathListener *deathListener)fcn::Widget
addFocusListener(FocusListener *focusListener)fcn::Widget
addKeyListener(KeyListener *keyListener)fcn::Widget
addMouseListener(MouseListener *mouseListener)fcn::Widget
addSelectionListener(SelectionListener *selectionListener)fcn::DropDown
addWidgetListener(WidgetListener *widgetListener)fcn::Widget
adjustHeight()fcn::DropDown
adjustSize() overridefcn::DropDownvirtual
calculateSize()fcn::Widgetprotected
death(Event const &event)fcn::DropDownvirtual
distributeActionEvent()fcn::Widgetprotected
distributeAncestorHiddenEvent(Widget *ancestor)fcn::Widgetprotected
distributeAncestorMovedEvent(Widget *ancestor)fcn::Widgetprotected
distributeAncestorShownEvent(Widget *ancestor)fcn::Widgetprotected
distributeHiddenEvent()fcn::Widgetprotected
distributeMovedEvent()fcn::Widgetprotected
distributeResizedEvent()fcn::Widgetprotected
distributeShownEvent()fcn::Widgetprotected
distributeValueChangedEvent()fcn::DropDownprotected
draw(Graphics *graphics) overridefcn::DropDownvirtual
drawBorder(Graphics *graphics)fcn::Widgetvirtual
drawButton(Graphics *graphics)fcn::DropDownprotectedvirtual
drawOutline(Graphics *graphics)fcn::Widgetvirtual
drawSelectionFrame(Graphics *graphics)fcn::Widgetvirtual
DropDown(ListModel *listModel=nullptr, ScrollArea *scrollArea=nullptr, ListBox *listBox=nullptr)fcn::DropDownexplicit
DropDown(DropDown const &)=delete (defined in fcn::DropDown)fcn::DropDown
DropDown(DropDown &&)=delete (defined in fcn::DropDown)fcn::DropDown
dropDown()fcn::DropDownprotectedvirtual
expandContent()fcn::Widgetinline
expandContent(bool recursion)fcn::Widgetinlinevirtual
findWidgetById(std::string const &id)fcn::Widgetprotectedvirtual
focusGained(Event const &event)fcn::FocusListenerinlinevirtual
FocusListener(FocusListener const &)=delete (defined in fcn::FocusListener)fcn::FocusListener
FocusListener(FocusListener &&)=delete (defined in fcn::FocusListener)fcn::FocusListener
FocusListener()=defaultfcn::FocusListenerprotected
focusLost(Event const &event) overridefcn::DropDownvirtual
focusNext()fcn::Widgetvirtual
focusPrevious()fcn::Widgetvirtual
foldUp()fcn::DropDownprotectedvirtual
fontChanged()fcn::Widgetinlinevirtual
getAbsolutePosition(int &x, int &y) constfcn::Widgetvirtual
getActionEventId() constfcn::Widget
getBackgroundColor() constfcn::Widget
getBaseColor() constfcn::Widget
getBorderColor() constfcn::Widget
getBorderSize() constfcn::Widget
getChildren() constfcn::Widgetprotected
getChildrenArea() overridefcn::DropDownvirtual
getChildrenCount() constfcn::Widget
getDimension() constfcn::Widget
getFixedSize() constfcn::Widget
getFont() constfcn::Widget
getForegroundColor() constfcn::Widget
getHeight() constfcn::Widget
getId() constfcn::Widget
getLastPosition(int &x, int &y) constfcn::Widget
getListModel() constfcn::DropDown
getMarginBottom() constfcn::Widget
getMarginLeft() constfcn::Widget
getMarginRight() constfcn::Widget
getMarginTop() constfcn::Widget
getMaxSize() constfcn::Widget
getMinSize() constfcn::Widget
getOutlineColor() constfcn::Widget
getOutlineSize() constfcn::Widget
getPaddingBottom() constfcn::Widget
getPaddingLeft() constfcn::Widget
getPaddingRight() constfcn::Widget
getPaddingTop() constfcn::Widget
getParent() constfcn::Widgetvirtual
getSelected() constfcn::DropDown
getSelectionColor() constfcn::Widget
getSelectionMode() constfcn::Widget
getTop() constfcn::Widgetvirtual
getVisibleChildrenCount() constfcn::Widget
getWidgetAt(int x, int y)fcn::Widgetinline
getWidgetAt(int x, int y, Widget *exclude)fcn::Widgetvirtual
getWidgetsIn(Rectangle const &area)fcn::Widgetinline
getWidgetsIn(Rectangle const &area, Widget *ignore)fcn::Widgetvirtual
getWidth() constfcn::Widget
getX() constfcn::Widget
getY() constfcn::Widget
isEnabled() constfcn::Widget
isFixedSize() constfcn::Widget
isFocusable() constfcn::Widget
isFocused() constfcn::Widgetvirtual
isHorizontalExpand() constfcn::Widget
isLastPositionSet() constfcn::Widget
isLayouted()fcn::Widgetinlinevirtual
isModalFocusable() constfcn::Widgetvirtual
isModalFocused() constfcn::Widgetvirtual
isModalMouseInputFocusable() constfcn::Widgetvirtual
isModalMouseInputFocused() constfcn::Widgetvirtual
isSetVisible() constfcn::Widget
isTabInEnabled() constfcn::Widget
isTabOutEnabled() constfcn::Widget
isVerticalExpand() constfcn::Widget
isVisible() constfcn::Widget
KeyListener(KeyListener const &)=default (defined in fcn::KeyListener)fcn::KeyListener
KeyListener(KeyListener &&)=default (defined in fcn::KeyListener)fcn::KeyListener
KeyListener()=defaultfcn::KeyListenerprotected
keyPressed(KeyEvent &keyEvent) overridefcn::DropDownvirtual
keyReleased(KeyEvent &keyEvent)fcn::KeyListenerinlinevirtual
logic()fcn::Widgetinlinevirtual
mActionEventIdfcn::Widgetprotected
mActionListenersfcn::Widgetprotected
mBackgroundColorfcn::Widgetprotected
mBaseColorfcn::Widgetprotected
mBorderColorfcn::Widgetprotected
mBorderSizefcn::Widgetprotected
mChildrenfcn::Widgetprotected
mCurrentFontfcn::Widgetprotected
mDeathListenersfcn::Widgetprotected
mDefaultFontfcn::Widgetprotectedstatic
mDimensionfcn::Widgetprotected
mDroppedDownfcn::DropDownprotected
mEnabledfcn::Widgetprotected
mFixedSizefcn::Widgetprotected
mFixedSizeUsedfcn::Widgetprotected
mFocusablefcn::Widgetprotected
mFocusHandlerfcn::Widgetprotected
mFocusListenersfcn::Widgetprotected
mFoldedUpHeightfcn::DropDownprotected
mForegroundColorfcn::Widgetprotected
mGlobalFontfcn::Widgetprotectedstatic
mGuiDeathListenerfcn::Widgetprotectedstatic
mHExpandfcn::Widgetprotected
mIdfcn::Widgetprotected
mInternalFocusHandlerfcn::DropDownprotected
mInternalListBoxfcn::DropDownprotected
mInternalScrollAreafcn::DropDownprotected
mIsDraggedfcn::DropDownprotected
mKeyListenersfcn::Widgetprotected
mLastXfcn::Widgetprotected
mLastYfcn::Widgetprotected
mListBoxfcn::DropDownprotected
mMarginBottomfcn::Widgetprotected
mMarginLeftfcn::Widgetprotected
mMarginRightfcn::Widgetprotected
mMarginTopfcn::Widgetprotected
mMaxSizefcn::Widgetprotected
mMinSizefcn::Widgetprotected
mMouseListenersfcn::Widgetprotected
mOffsetRectfcn::Widgetprotected
mouseClicked(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
mouseDragged(MouseEvent &mouseEvent) overridefcn::DropDownvirtual
mouseEntered(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
mouseExited(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
MouseListener(MouseListener const &)=default (defined in fcn::MouseListener)fcn::MouseListener
MouseListener(MouseListener &&)=default (defined in fcn::MouseListener)fcn::MouseListener
MouseListener()=defaultfcn::MouseListenerprotected
mouseMoved(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
mousePressed(MouseEvent &mouseEvent) overridefcn::DropDownvirtual
mouseReleased(MouseEvent &mouseEvent) overridefcn::DropDownvirtual
mouseWheelMovedDown(MouseEvent &mouseEvent) overridefcn::DropDownvirtual
mouseWheelMovedLeft(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
mouseWheelMovedRight(MouseEvent &mouseEvent)fcn::MouseListenerinlinevirtual
mouseWheelMovedUp(MouseEvent &mouseEvent) overridefcn::DropDownvirtual
mOutlineColorfcn::Widgetprotected
mOutlineSizefcn::Widgetprotected
moveToBottom(Widget *widget)fcn::Widgetvirtual
moveToTop(Widget *widget)fcn::Widgetvirtual
mOwnedListBoxfcn::DropDownprotected
mOwnedScrollAreafcn::DropDownprotected
mPaddingBottomfcn::Widgetprotected
mPaddingLeftfcn::Widgetprotected
mPaddingRightfcn::Widgetprotected
mPaddingTopfcn::Widgetprotected
mParentfcn::Widgetprotected
mPushedfcn::DropDownprotected
mScrollAreafcn::DropDownprotected
mSelectionColorfcn::Widgetprotected
mSelectionListenersfcn::DropDownprotected
mSelectionModefcn::Widgetprotected
mTabInfcn::Widgetprotected
mTabOutfcn::Widgetprotected
mVExpandfcn::Widgetprotected
mVisibilityEventHandlerfcn::Widgetprotectedstatic
mVisiblefcn::Widgetprotected
mWidgetInstancesfcn::Widgetprotectedstatic
mWidgetListenersfcn::Widgetprotected
operator=(DropDown const &)=delete (defined in fcn::DropDown)fcn::DropDown
operator=(DropDown &&)=delete (defined in fcn::DropDown)fcn::DropDown
operator=(ActionListener const &)=delete (defined in fcn::ActionListener)fcn::ActionListener
operator=(ActionListener &&)=delete (defined in fcn::ActionListener)fcn::ActionListener
operator=(KeyListener const &)=default (defined in fcn::KeyListener)fcn::KeyListener
operator=(KeyListener &&)=default (defined in fcn::KeyListener)fcn::KeyListener
operator=(MouseListener const &)=default (defined in fcn::MouseListener)fcn::MouseListener
operator=(MouseListener &&)=default (defined in fcn::MouseListener)fcn::MouseListener
operator=(FocusListener const &)=delete (defined in fcn::FocusListener)fcn::FocusListener
operator=(FocusListener &&)=delete (defined in fcn::FocusListener)fcn::FocusListener
operator=(SelectionListener const &)=default (defined in fcn::SelectionListener)fcn::SelectionListener
operator=(SelectionListener &&)=default (defined in fcn::SelectionListener)fcn::SelectionListener
operator=(Widget const &)=delete (defined in fcn::Widget)fcn::Widget
operator=(Widget &&)=delete (defined in fcn::Widget)fcn::Widget
releaseModalFocus()fcn::Widgetvirtual
releaseModalMouseInputFocus()fcn::Widgetvirtual
remove(Widget *widget)fcn::Widgetprotectedvirtual
removeActionListener(ActionListener *actionListener)fcn::Widget
removeAllChildren()fcn::Widgetprotectedvirtual
removeDeathListener(DeathListener *deathListener)fcn::Widget
removeFocusListener(FocusListener *focusListener)fcn::Widget
removeKeyListener(KeyListener *keyListener)fcn::Widget
removeMouseListener(MouseListener *mouseListener)fcn::Widget
removeSelectionListener(SelectionListener *selectionListener)fcn::DropDown
removeWidgetListener(WidgetListener *widgetListener)fcn::Widget
requestFocus()fcn::Widgetvirtual
requestModalFocus()fcn::Widgetvirtual
requestModalMouseInputFocus()fcn::Widgetvirtual
requestMoveToBottom()fcn::Widgetvirtual
requestMoveToTop()fcn::Widgetvirtual
resizeToChildren()fcn::Widgetprotected
resizeToContent(bool recursion) overridefcn::DropDownvirtual
resizeToContent()fcn::DropDowninline
SelectionListener(SelectionListener const &)=default (defined in fcn::SelectionListener)fcn::SelectionListener
SelectionListener(SelectionListener &&)=default (defined in fcn::SelectionListener)fcn::SelectionListener
SelectionListener()=defaultfcn::SelectionListenerprotected
SelectionListenerIterator typedeffcn::DropDownprotected
SelectionListenerList typedeffcn::DropDownprotected
SelectionMode enum namefcn::Widget
setActionEventId(std::string const &actionEventId)fcn::Widget
setBackgroundColor(Color const &color) overridefcn::DropDownvirtual
setBaseColor(Color const &color) overridefcn::DropDownvirtual
setBorderColor(Color const &color)fcn::Widgetvirtual
setBorderSize(unsigned int size)fcn::Widget
setDimension(Rectangle const &dimension)fcn::Widget
setEnabled(bool enabled)fcn::Widget
setFixedSize(Size const &size)fcn::Widget
setFocusable(bool focusable)fcn::Widget
setFont(Font *font) overridefcn::DropDownvirtual
setForegroundColor(Color const &color) overridefcn::DropDownvirtual
setGlobalFont(Font *font)fcn::Widgetstatic
setHeight(int height)fcn::Widget
setHorizontalExpand(bool expand)fcn::Widget
setId(std::string const &id)fcn::Widget
setInternalFocusHandler(FocusHandler *internalFocusHandler)fcn::Widget
setLastPosition(int x, int y)fcn::Widget
setListModel(ListModel *listModel)fcn::DropDown
setMargin(int margin)fcn::Widget
setMarginBottom(int margin)fcn::Widget
setMarginLeft(int margin)fcn::Widget
setMarginRight(int margin)fcn::Widget
setMarginTop(int margin)fcn::Widget
setMaxSize(Size const &size)fcn::Widget
setMinSize(Size const &size)fcn::Widget
setOutlineColor(Color const &color)fcn::Widgetvirtual
setOutlineSize(unsigned int size)fcn::Widget
setPadding(unsigned int padding)fcn::Widget
setPaddingBottom(unsigned int padding)fcn::Widget
setPaddingLeft(unsigned int padding)fcn::Widget
setPaddingRight(unsigned int padding)fcn::Widget
setPaddingTop(unsigned int padding)fcn::Widget
setPosition(int x, int y)fcn::Widget
setSelected(int selected)fcn::DropDown
setSelectionColor(Color const &color) overridefcn::DropDownvirtual
setSelectionMode(SelectionMode mode)fcn::Widgetvirtual
setSize(int width, int height)fcn::Widget
setTabInEnabled(bool enabled)fcn::Widget
setTabOutEnabled(bool enabled)fcn::Widget
setVerticalExpand(bool expand)fcn::Widget
setVisible(bool visible)fcn::Widget
setWidth(int width)fcn::Widget
setX(int x)fcn::Widget
setY(int y)fcn::Widget
showPart(Rectangle rectangle)fcn::Widgetvirtual
showWidgetPart(Widget *widget, Rectangle area)fcn::Widgetvirtual
valueChanged(SelectionEvent const &event) overridefcn::DropDownvirtual
Widget()fcn::Widget
Widget(Widget const &)=delete (defined in fcn::Widget)fcn::Widget
Widget(Widget &&)=delete (defined in fcn::Widget)fcn::Widget
widgetExists(Widget const *widget)fcn::Widgetstatic
~ActionListener()=default (defined in fcn::ActionListener)fcn::ActionListenervirtual
~DropDown() override (defined in fcn::DropDown)fcn::DropDown
~FocusListener()=default (defined in fcn::FocusListener)fcn::FocusListenervirtual
~KeyListener()=default (defined in fcn::KeyListener)fcn::KeyListenervirtual
~MouseListener()=default (defined in fcn::MouseListener)fcn::MouseListenervirtual
~SelectionListener()=default (defined in fcn::SelectionListener)fcn::SelectionListenervirtual
~Widget() (defined in fcn::Widget)fcn::Widgetvirtual