Simple SFML GUI
0.2a
|
To jest kompletna lista składowych dla FocusAction< T >, uwzględniająca wszystkie dziedziczone składowe.
action (zdefiniowana w HaveAction< T >) | HaveAction< T > | protected |
actionVoid (zdefiniowana w HaveAction< T >) | HaveAction< T > | protected |
area (zdefiniowana w Element) | Element | protected |
areaChanged (zdefiniowana w Element) | Element | protected |
clipArea(const sf::FloatRect &scissors, sf::FloatRect toCut) const (zdefiniowana w Element) | Element | protected |
clippedArea (zdefiniowana w Element) | Element | protected |
computeClipped() const (zdefiniowana w Element) | Element | protected |
computeRelativeArea() const (zdefiniowana w Element) | Element | |
computeRelativeViewportCenterShift() const (zdefiniowana w Element) | Element | protected |
dclock (zdefiniowana w GlobalTimer) | GlobalTimer | static |
doAction(const sf::String &type=ActionType::main) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
draw(sf::RenderTarget &target, sf::RenderStates states=sf::RenderStates())=0 (zdefiniowana w ElementBase) | ElementBase | pure virtual |
dtime (zdefiniowana w GlobalTimer) | GlobalTimer | static |
Element(const Element *parent=nullptr) (zdefiniowana w Element) | Element | |
Element(const Element &element) (zdefiniowana w Element) | Element | |
Element (zdefiniowana w GlobalTimer) | GlobalTimer | |
Element (zdefiniowana w HaveHover) | HaveHover | |
fitToWindow(const sf::RenderWindow &rw) (zdefiniowana w Element) | Element | |
focus (zdefiniowana w HaveFocus) | HaveFocus | protected |
FocusAction() (zdefiniowana w FocusAction< T >) | FocusAction< T > | inline |
fps (zdefiniowana w GlobalTimer) | GlobalTimer | static |
function_type typedef (zdefiniowana w HaveAction< T >) | HaveAction< T > | |
getArea() (zdefiniowana w Element) | Element | |
getArea() const (zdefiniowana w Element) | Element | |
getClippedArea() const (zdefiniowana w Element) | Element | |
getColorProvider() (zdefiniowana w Element) | Element | protected |
getName() const (zdefiniowana w HaveName) | HaveName | |
getParent() const (zdefiniowana w Element) | Element | |
getParentName() const (zdefiniowana w Element) | Element | |
getPosition() const (zdefiniowana w Element) | Element | |
getRelativeArea() const (zdefiniowana w Element) | Element | |
getRelativeViewportCenterShift() const (zdefiniowana w Element) | Element | |
getSize() const (zdefiniowana w Element) | Element | |
getTypeName() const (zdefiniowana w Element) | Element | |
getViewportCenterShift() const (zdefiniowana w Element) | Element | |
HaveAction() (zdefiniowana w HaveAction< T >) | HaveAction< T > | inline |
HaveFocus(bool focus=false) (zdefiniowana w HaveFocus) | HaveFocus | |
HaveHover(ColorProvider &colorProvider, bool h=false) (zdefiniowana w HaveHover) | HaveHover | |
HaveName(const sf::String &n=L"") (zdefiniowana w HaveName) | HaveName | |
HaveVisible(bool v=true) (zdefiniowana w HaveVisible) | HaveVisible | |
hover (zdefiniowana w HaveHover) | HaveHover | protected |
isFocus() const (zdefiniowana w HaveFocus) | HaveFocus | |
isHover() const (zdefiniowana w HaveHover) | HaveHover | |
isMaximized() const (zdefiniowana w Element) | Element | |
isVisible() const (zdefiniowana w HaveVisible) | HaveVisible | |
lastArea (zdefiniowana w Element) | Element | protected |
lastFocus (zdefiniowana w HaveFocus) | HaveFocus | protectedstatic |
mainActionType (zdefiniowana w HaveAction< T >) | HaveAction< T > | protected |
mainDraw(sf::RenderTarget &target, const sf::RenderStates &states=sf::RenderStates()) (zdefiniowana w Element) | Element | |
mainUpdate(sf::RenderWindow &rw) (zdefiniowana w Element) | Element | |
maximizationMode (zdefiniowana w Element) | Element | protected |
maximized (zdefiniowana w Element) | Element | protected |
move(sf::Vector2f) (zdefiniowana w Element) | Element | |
name (zdefiniowana w HaveName) | HaveName | protected |
onFocusGain() (zdefiniowana w FocusAction< T >) | FocusAction< T > | inlinevirtual |
onFocusLost() (zdefiniowana w FocusAction< T >) | FocusAction< T > | inlinevirtual |
onSetAction(const sf::String &type) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
operator=(const Element &) (zdefiniowana w Element) | Element | |
parent (zdefiniowana w Element) | Element | protected |
rclock (zdefiniowana w GlobalTimer) | GlobalTimer | static |
relativeArea (zdefiniowana w Element) | Element | protected |
relativeParentArea (zdefiniowana w Element) | Element | protected |
relativeParentHeightChanged (zdefiniowana w Element) | Element | protected |
relativeParentSizeChanged (zdefiniowana w Element) | Element | protected |
relativeParentWidthChanged (zdefiniowana w Element) | Element | protected |
relativeViewportCenterShift (zdefiniowana w Element) | Element | protected |
rtime (zdefiniowana w GlobalTimer) | GlobalTimer | static |
setAction(function_type &&action, const sf::String &type=ActionType::main) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
setAction(function_type &action, const sf::String &type=ActionType::main) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
setAction(std::function< void()> &&action, const sf::String &type=ActionType::main) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
setAction(std::function< void()> &action, const sf::String &type=ActionType::main) (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
setArea(const sf::FloatRect &area) (zdefiniowana w Element) | Element | |
setFocus(bool focus) (zdefiniowana w HaveFocus) | HaveFocus | |
setHover(bool hover) (zdefiniowana w HaveHover) | HaveHover | |
setMaximizationMode(MaximizationMode value) (zdefiniowana w Element) | Element | |
setMaximized(bool maximized) (zdefiniowana w Element) | Element | |
setName(const sf::String &name) (zdefiniowana w HaveName) | HaveName | |
setParent(const Element *parent) (zdefiniowana w Element) | Element | |
setPosition(sf::Vector2f) (zdefiniowana w Element) | Element | virtual |
setRelativeViewport(sf::RenderTarget &target, const sf::FloatRect *area=nullptr) const (zdefiniowana w Element) | Element | virtual |
setSize(sf::Vector2f) (zdefiniowana w Element) | Element | virtual |
setTooltip(const sf::String &value) (zdefiniowana w HaveHover) | HaveHover | |
setViewportCenterShift(const sf::Vector2f &value) (zdefiniowana w Element) | Element | |
setVisible(bool visible) (zdefiniowana w HaveVisible) | HaveVisible | |
TextInputable (zdefiniowana w HaveFocus) | HaveFocus | |
timeFocused (zdefiniowana w HaveFocus) | HaveFocus | protectedstatic |
tooltip (zdefiniowana w HaveHover) | HaveHover | protected |
unFocus() (zdefiniowana w HaveFocus) | HaveFocus | static |
update(sf::Vector2f mp=sf::Vector2f(0.f, 0.f), bool pressLeft=false, bool pressRight=false, bool aboveHover=false) (zdefiniowana w FocusAction< T >) | FocusAction< T > | inlinevirtual |
updateArea() (zdefiniowana w Element) | Element | virtual |
updateHover(const sf::Vector2f &pointer, const sf::FloatRect &clippedArea) (zdefiniowana w HaveHover) | HaveHover | virtual |
viewportCenterShift (zdefiniowana w Element) | Element | protected |
visible (zdefiniowana w HaveVisible) | HaveVisible | protected |
~DestructionNotifier() (zdefiniowana w DestructionNotifier) | DestructionNotifier | virtual |
~ElementBase() (zdefiniowana w ElementBase) | ElementBase | inlinevirtual |
~FocusAction() (zdefiniowana w FocusAction< T >) | FocusAction< T > | inlinevirtual |
~HaveAction() (zdefiniowana w HaveAction< T >) | HaveAction< T > | inlinevirtual |
~HaveFocus() (zdefiniowana w HaveFocus) | HaveFocus | virtual |
~HaveHover() (zdefiniowana w HaveHover) | HaveHover | virtual |