Simple SFML GUI  0.2a
Pressable< T > Lista składowych

To jest kompletna lista składowych dla Pressable< T >, uwzględniająca wszystkie dziedziczone składowe.

action (zdefiniowana w HaveAction< T >)HaveAction< T >protected
actionVoid (zdefiniowana w HaveAction< T >)HaveAction< T >protected
anyDialogExist() (zdefiniowana w HaveGUIManagerInfo)HaveGUIManagerInfoprotected
area (zdefiniowana w Element)Elementprotected
areaChanged (zdefiniowana w Element)Elementprotected
clipArea(const sf::FloatRect &scissors, sf::FloatRect toCut) const (zdefiniowana w Element)Elementprotected
clippedArea (zdefiniowana w Element)Elementprotected
computeClipped() const (zdefiniowana w Element)Elementprotected
computeRelativeArea() const (zdefiniowana w Element)Element
computeRelativeViewportCenterShift() const (zdefiniowana w Element)Elementprotected
dclock (zdefiniowana w GlobalTimer)GlobalTimerstatic
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)ElementBasepure virtual
dtime (zdefiniowana w GlobalTimer)GlobalTimerstatic
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
Element (zdefiniowana w HavePressed)HavePressed
Element (zdefiniowana w HaveSelected)HaveSelectedprotected
fitToWindow(const sf::RenderWindow &rw) (zdefiniowana w Element)Element
focus (zdefiniowana w HaveFocus)HaveFocusprotected
FocusAction() (zdefiniowana w FocusAction< T >)FocusAction< T >inline
fps (zdefiniowana w GlobalTimer)GlobalTimerstatic
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)Elementprotected
getHotKey() const (zdefiniowana w Pressable< T >)Pressable< T >inline
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
HavePressed(ColorProvider &colorProvider, bool p=false, bool pa=false) (zdefiniowana w HavePressed)HavePressed
HaveSelected(ColorProvider &colorProvider) (zdefiniowana w HaveSelected)HaveSelected
HaveVisible(bool v=true) (zdefiniowana w HaveVisible)HaveVisible
hotKey (zdefiniowana w Pressable< T >)Pressable< T >protected
hotPress (zdefiniowana w Pressable< T >)Pressable< T >protected
hover (zdefiniowana w HaveHover)HaveHoverprotected
ignoreAbove (zdefiniowana w Pressable< T >)Pressable< T >protected
ignoreDialogs (zdefiniowana w Pressable< T >)Pressable< T >protected
ignoreTextInputable (zdefiniowana w Pressable< T >)Pressable< T >protected
isFocus() const (zdefiniowana w HaveFocus)HaveFocus
isHover() const (zdefiniowana w HaveHover)HaveHover
isMaximized() const (zdefiniowana w Element)Element
isPressed() const (zdefiniowana w HavePressed)HavePressedvirtual
isPressedAlt() const (zdefiniowana w HavePressed)HavePressedvirtual
isSelected() const (zdefiniowana w HaveSelected)HaveSelected
isVisible() const (zdefiniowana w HaveVisible)HaveVisible
lastArea (zdefiniowana w Element)Elementprotected
lastFocus (zdefiniowana w HaveFocus)HaveFocusprotectedstatic
lastPressLeft (zdefiniowana w HavePressed)HavePressedprotected
lastPressRight (zdefiniowana w HavePressed)HavePressedprotected
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)Elementprotected
maximized (zdefiniowana w Element)Elementprotected
move(sf::Vector2f) (zdefiniowana w Element)Element
name (zdefiniowana w HaveName)HaveNameprotected
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)Elementprotected
Pressable() (zdefiniowana w Pressable< T >)Pressable< T >inline
pressed (zdefiniowana w HavePressed)HavePressedprotected
pressedAlt (zdefiniowana w HavePressed)HavePressedprotected
rclock (zdefiniowana w GlobalTimer)GlobalTimerstatic
relativeArea (zdefiniowana w Element)Elementprotected
relativeParentArea (zdefiniowana w Element)Elementprotected
relativeParentHeightChanged (zdefiniowana w Element)Elementprotected
relativeParentSizeChanged (zdefiniowana w Element)Elementprotected
relativeParentWidthChanged (zdefiniowana w Element)Elementprotected
relativeViewportCenterShift (zdefiniowana w Element)Elementprotected
rtime (zdefiniowana w GlobalTimer)GlobalTimerstatic
selected (zdefiniowana w HaveSelected)HaveSelectedprotected
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
setHotKey(sf::Keyboard::Key hotKey) (zdefiniowana w Pressable< T >)Pressable< T >inline
setHover(bool hover) (zdefiniowana w HaveHover)HaveHover
setIgnoreAbove(bool value) (zdefiniowana w Pressable< T >)Pressable< T >inline
setIgnoreDialogs(bool value) (zdefiniowana w Pressable< T >)Pressable< T >inline
setIgnoreTextInputable(bool value) (zdefiniowana w Pressable< T >)Pressable< T >inline
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)Elementvirtual
setPressed(bool pressed) (zdefiniowana w Pressable< T >)Pressable< T >inlinevirtual
setPressedAlt(bool pressed) (zdefiniowana w Pressable< T >)Pressable< T >inlinevirtual
setRelativeViewport(sf::RenderTarget &target, const sf::FloatRect *area=nullptr) const (zdefiniowana w Element)Elementvirtual
setSelected(bool value) (zdefiniowana w HaveSelected)HaveSelected
setSize(sf::Vector2f) (zdefiniowana w Element)Elementvirtual
setStickyPress(bool stickyPress) (zdefiniowana w Pressable< T >)Pressable< T >inline
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
stickyPress (zdefiniowana w Pressable< T >)Pressable< T >protected
TextInputable (zdefiniowana w HaveFocus)HaveFocus
timeFocused (zdefiniowana w HaveFocus)HaveFocusprotectedstatic
tooltip (zdefiniowana w HaveHover)HaveHoverprotected
unFocus() (zdefiniowana w HaveFocus)HaveFocusstatic
update(sf::Vector2f mp=sf::Vector2f(0.f, 0.f), bool pressLeft=false, bool pressRight=false, bool aboveHover=false) (zdefiniowana w Pressable< T >)Pressable< T >inlinevirtual
updateArea() (zdefiniowana w Element)Elementvirtual
updateHover(const sf::Vector2f &pointer, const sf::FloatRect &clippedArea) (zdefiniowana w HaveHover)HaveHovervirtual
viewportCenterShift (zdefiniowana w Element)Elementprotected
visible (zdefiniowana w HaveVisible)HaveVisibleprotected
~DestructionNotifier() (zdefiniowana w DestructionNotifier)DestructionNotifiervirtual
~ElementBase() (zdefiniowana w ElementBase)ElementBaseinlinevirtual
~FocusAction() (zdefiniowana w FocusAction< T >)FocusAction< T >inlinevirtual
~HaveAction() (zdefiniowana w HaveAction< T >)HaveAction< T >inlinevirtual
~HaveFocus() (zdefiniowana w HaveFocus)HaveFocusvirtual
~HaveHover() (zdefiniowana w HaveHover)HaveHovervirtual
~HavePressed() (zdefiniowana w HavePressed)HavePressedinlinevirtual