Mana
|
#include "graphics.h"
#include "eventlistener.h"
#include "gui/palette.h"
#include "resources/image.h"
#include "utils/xml.h"
#include <array>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <variant>
Go to the source code of this file.
Classes | |
class | ThemeInfo |
struct | ColoredRectangle |
struct | SkinPart |
struct | TextFormat |
struct | SkinState |
struct | WidgetState |
class | Skin |
class | Theme |
Namespaces | |
namespace | gcn |
Enumerations | |
enum class | SkinType { Window , ToolWindow , Popup , SpeechBubble , Desktop , Button , ButtonUp , ButtonDown , ButtonLeft , ButtonRight , ButtonClose , ButtonSticky , CheckBox , RadioButton , TextField , Tab , ScrollArea , ScrollAreaHBar , ScrollAreaHMarker , ScrollAreaVBar , ScrollAreaVMarker , DropDownFrame , DropDownButton , ProgressBar , Slider , SliderHandle , ResizeGrip , ShortcutBox , EquipmentBox , ItemSlot , EmoteSlot } |
enum | StateFlags : uint8_t { STATE_HOVERED = 0x01 , STATE_SELECTED = 0x02 , STATE_DISABLED = 0x04 , STATE_FOCUSED = 0x08 } |
|
strong |
enum StateFlags : uint8_t |