#include <SDOM_IconButton.hpp>
|
IconIndex | icon_index = IconIndex::Hamburger |
|
std::string | icon_resource = "internal_icon_8x8" |
|
int | icon_width = 8 |
|
int | icon_height = 8 |
|
std::string | name = TypeName |
|
std::string | type = TypeName |
|
float | x = 0.0f |
|
float | y = 0.0f |
|
float | width = 0.0f |
|
float | height = 0.0f |
|
SDL_Color | color = {255, 0, 255, 255} |
|
SDL_Color | foregroundColor = {255, 255, 255, 255} |
|
SDL_Color | backgroundColor = {255, 255, 255, 128} |
|
SDL_Color | borderColor = {0, 0, 0, 128} |
|
SDL_Color | outlineColor = {0, 0, 0, 255} |
|
SDL_Color | dropshadowColor = {0, 0, 0, 128} |
|
AnchorPoint | anchorTop = AnchorPoint::TOP_LEFT |
|
AnchorPoint | anchorLeft = AnchorPoint::TOP_LEFT |
|
AnchorPoint | anchorBottom = AnchorPoint::TOP_LEFT |
|
AnchorPoint | anchorRight = AnchorPoint::TOP_LEFT |
|
int | z_order = 0 |
|
int | priority = 0 |
|
bool | isClickable = true |
|
bool | isEnabled = true |
|
bool | isHidden = false |
|
int | tabPriority = 0 |
|
bool | tabEnabled = false |
|
◆ InitStruct()
SDOM::IconButton::InitStruct::InitStruct |
( |
| ) |
|
|
inline |
◆ anchorBottom
◆ anchorLeft
◆ anchorRight
◆ anchorTop
◆ backgroundColor
SDL_Color SDOM::IDisplayObject::InitStruct::backgroundColor = {255, 255, 255, 128} |
|
inherited |
◆ borderColor
SDL_Color SDOM::IDisplayObject::InitStruct::borderColor = {0, 0, 0, 128} |
|
inherited |
◆ color
SDL_Color SDOM::IDisplayObject::InitStruct::color = {255, 0, 255, 255} |
|
inherited |
◆ dropshadowColor
SDL_Color SDOM::IDisplayObject::InitStruct::dropshadowColor = {0, 0, 0, 128} |
|
inherited |
◆ foregroundColor
SDL_Color SDOM::IDisplayObject::InitStruct::foregroundColor = {255, 255, 255, 255} |
|
inherited |
◆ height
float SDOM::IDisplayObject::InitStruct::height = 0.0f |
|
inherited |
◆ icon_height
int SDOM::IconButton::InitStruct::icon_height = 8 |
◆ icon_index
◆ icon_resource
std::string SDOM::IconButton::InitStruct::icon_resource = "internal_icon_8x8" |
◆ icon_width
int SDOM::IconButton::InitStruct::icon_width = 8 |
◆ isClickable
bool SDOM::IDisplayObject::InitStruct::isClickable = true |
|
inherited |
◆ isEnabled
bool SDOM::IDisplayObject::InitStruct::isEnabled = true |
|
inherited |
◆ isHidden
bool SDOM::IDisplayObject::InitStruct::isHidden = false |
|
inherited |
◆ name
std::string SDOM::IDisplayObject::InitStruct::name = TypeName |
|
inherited |
◆ outlineColor
SDL_Color SDOM::IDisplayObject::InitStruct::outlineColor = {0, 0, 0, 255} |
|
inherited |
◆ priority
int SDOM::IDisplayObject::InitStruct::priority = 0 |
|
inherited |
◆ tabEnabled
bool SDOM::IDisplayObject::InitStruct::tabEnabled = false |
|
inherited |
◆ tabPriority
int SDOM::IDisplayObject::InitStruct::tabPriority = 0 |
|
inherited |
◆ type
std::string SDOM::IDisplayObject::InitStruct::type = TypeName |
|
inherited |
◆ width
float SDOM::IDisplayObject::InitStruct::width = 0.0f |
|
inherited |
float SDOM::IDisplayObject::InitStruct::x = 0.0f |
|
inherited |
float SDOM::IDisplayObject::InitStruct::y = 0.0f |
|
inherited |
◆ z_order
int SDOM::IDisplayObject::InitStruct::z_order = 0 |
|
inherited |
The documentation for this struct was generated from the following file: