|
| Checkbox (bool *var=nullptr) |
|
virtual void | draw (sf::RenderTarget &target, sf::RenderStates states) override |
|
virtual bool | update (sf::Vector2f mp, bool pressLeft, bool pressRight, bool aboveHover) override |
|
virtual void | updateArea () override |
|
void | assign (bool *var) |
|
void | assignNegative (bool *var) |
|
CBState | getState () const |
|
void | setState (CBState value) |
|
void | setSymbol (CBState state, const sf::VertexArray &value) |
|
void | setSymbol (CBState state, const sf::String &&symbolName) |
|
void | setSymbolColor (CBState state, sf::Color color) |
|
void | setSymbolTransform (CBState state, const sf::Transform &) |
|
void | setStateTexture (CBState state, std::shared_ptr< sf::Texture > &texture) |
|
void | setStateTexture (CBState state, sf::String &&symbolName) |
|
void | refreshColor (CBState state) |
|
void | fireAssigner () |
|
void | fireAssignerNegative () |
|
virtual bool | setPressed (bool pressed) |
|
virtual bool | setPressedAlt (bool pressed) |
|
sf::Keyboard::Key | getHotKey () const |
|
void | setHotKey (sf::Keyboard::Key hotKey) |
|
void | setStickyPress (bool stickyPress) |
|
void | setIgnoreAbove (bool value) |
|
void | setIgnoreDialogs (bool value) |
|
void | setIgnoreTextInputable (bool value) |
|
virtual void | onFocusGain () |
|
virtual void | onFocusLost () |
|
| Element (const Element *parent=nullptr) |
|
| Element (const Element &element) |
|
Element & | operator= (const Element &) |
|
void | mainDraw (sf::RenderTarget &target, const sf::RenderStates &states=sf::RenderStates()) |
|
void | mainUpdate (sf::RenderWindow &rw) |
|
void | setParent (const Element *parent) |
|
const Element * | getParent () const |
|
virtual bool | setRelativeViewport (sf::RenderTarget &target, const sf::FloatRect *area=nullptr) const |
|
bool | isMaximized () const |
|
void | setMaximized (bool maximized) |
|
void | setMaximizationMode (MaximizationMode value) |
|
sf::Vector2f | getPosition () const |
|
sf::Vector2f | getSize () const |
|
virtual void | setSize (sf::Vector2f) |
|
virtual void | setPosition (sf::Vector2f) |
|
void | move (sf::Vector2f) |
|
sf::FloatRect & | getArea () |
|
const sf::FloatRect & | getArea () const |
|
void | fitToWindow (const sf::RenderWindow &rw) |
|
void | setArea (const sf::FloatRect &area) |
|
const sf::FloatRect & | getRelativeArea () const |
|
sf::Vector2f | getRelativeViewportCenterShift () const |
|
sf::Vector2f | getViewportCenterShift () const |
|
void | setViewportCenterShift (const sf::Vector2f &value) |
|
sf::String | getParentName () const |
|
sf::String | getTypeName () const |
|
sf::FloatRect | getClippedArea () const |
|
sf::FloatRect | computeRelativeArea () const |
|
| HaveName (const sf::String &n=L"") |
|
const sf::String & | getName () const |
|
void | setName (const sf::String &name) |
|
| HaveFocus (bool focus=false) |
|
bool | isFocus () const |
|
void | setFocus (bool focus) |
|
| HaveVisible (bool v=true) |
|
bool | isVisible () const |
|
void | setVisible (bool visible) |
|
virtual void | setAction (function_type &&action, const sf::String &type=ActionType::main) |
|
virtual void | setAction (function_type &action, const sf::String &type=ActionType::main) |
|
virtual void | setAction (std::function< void()> &&action, const sf::String &type=ActionType::main) |
|
virtual void | setAction (std::function< void()> &action, const sf::String &type=ActionType::main) |
|
virtual void | doAction (const sf::String &type=ActionType::main) |
|
| HaveHover (ColorProvider &colorProvider, bool h=false) |
|
bool | isHover () const |
|
void | setHover (bool hover) |
|
virtual bool | updateHover (const sf::Vector2f &pointer, const sf::FloatRect &clippedArea) |
|
void | setTooltip (const sf::String &value) |
|
| HavePressed (ColorProvider &colorProvider, bool p=false, bool pa=false) |
|
virtual bool | isPressed () const |
|
virtual bool | isPressedAlt () const |
|
| HaveSelected (ColorProvider &colorProvider) |
|
bool | isSelected () const |
|
void | setSelected (bool value) |
|
| HaveEnabled (ColorProvider &colorProvider, bool e=true) |
|
bool | isEnabled () const |
|
void | setEnabled (bool enabled) |
|
| HaveOutline (ColorProvider &colorProvider) |
|
void | setOutlineSize (float outlineSize) |
|
| HaveBackground (ColorProvider &colorProvider) |
|
void | setBackgroundTexture (const std::shared_ptr< sf::Texture > &backgroundTexture) |
|
void | setBackgroundTextureRect (const sf::IntRect &value) |
|
void | setGradientType (GradientType gradientType) |
|
void | updateGradient (sf::FloatRect &area) |
|
void | setGradientPoints (const ColorVector &evenlyColors) |
|
void | setGradientPoints (const GradientVector &gradientPoints) |
|
void | setGradientModifier (const GradientModifier &gradientModifier) |
|
void | setBackgroundSymbol (const sf::VertexArray &value) |
|
void | setBackgroundSymbolTransform (const sf::Transform &value) |
|
void | setBackgroundSymbolShift (const sf::Vector2f &value) |
|
sf::Vector2f | getBackgroundSymbolShift () const |
|
void | setBackgroundSymbolStrech (bool value) |
|
void | setBackgroundSymbolColor (sf::Color col) |
|
void | mulBackgroundSymbolColor (sf::Color col) |
|
void | initDefaultButtonBackgroundStyle (ColorProvider &colorProvider) |
|
bool | isBackroundTextureRectActive () const |
|