#include <SDOM_Radiobox.hpp>
|
IconIndex | icon_index = IconIndex::Radiobox_Unselected |
|
std::string | text = "Radiobox" |
|
int | font_size = 8 |
|
SDL_Color | label_color = {255, 255, 255, 255} |
|
SDL_Color | border_color = {0, 0, 0, 128} |
|
bool | isChecked = false |
|
bool | border = false |
|
PanelBaseIndex | base_index = PanelBaseIndex::Frame |
|
std::string | icon_resource = "internal_icon_8x8" |
|
int | icon_width = 8 |
|
int | icon_height = 8 |
|
std::string | font_resource = "internal_font_8x8" |
|
int | font_width = 8 |
|
int | font_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::Radiobox::InitStruct::InitStruct |
( |
| ) |
|
|
inline |
◆ anchorBottom
◆ anchorLeft
◆ anchorRight
◆ anchorTop
◆ backgroundColor
SDL_Color SDOM::IDisplayObject::InitStruct::backgroundColor = {255, 255, 255, 128} |
|
inherited |
◆ base_index
◆ border
bool SDOM::Radiobox::InitStruct::border = false |
◆ border_color
SDL_Color SDOM::Radiobox::InitStruct::border_color = {0, 0, 0, 128} |
◆ 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 |
◆ font_height
int SDOM::IPanelObject::InitStruct::font_height = 8 |
|
inherited |
◆ font_resource
std::string SDOM::IPanelObject::InitStruct::font_resource = "internal_font_8x8" |
|
inherited |
◆ font_size
int SDOM::Radiobox::InitStruct::font_size = 8 |
◆ font_width
int SDOM::IPanelObject::InitStruct::font_width = 8 |
|
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::IPanelObject::InitStruct::icon_height = 8 |
|
inherited |
◆ icon_index
◆ icon_resource
std::string SDOM::IPanelObject::InitStruct::icon_resource = "internal_icon_8x8" |
|
inherited |
◆ icon_width
int SDOM::IPanelObject::InitStruct::icon_width = 8 |
|
inherited |
◆ isChecked
bool SDOM::Radiobox::InitStruct::isChecked = false |
◆ isClickable
bool SDOM::IDisplayObject::InitStruct::isClickable = true |
|
inherited |
◆ isEnabled
bool SDOM::IDisplayObject::InitStruct::isEnabled = true |
|
inherited |
◆ isHidden
bool SDOM::IDisplayObject::InitStruct::isHidden = false |
|
inherited |
◆ label_color
SDL_Color SDOM::Radiobox::InitStruct::label_color = {255, 255, 255, 255} |
◆ 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 |
◆ text
std::string SDOM::Radiobox::InitStruct::text = "Radiobox" |
◆ 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: