ManaPlus
Variables
button.cpp File Reference

(986a3bf)

#include "gui/widgets/button.h"
#include "settings.h"
#include "resources/imageset.h"
#include "resources/imagerect.h"
#include "resources/image/image.h"
#include "gui/gui.h"
#include "gui/skin.h"
#include "gui/fonts/font.h"
#include "render/renderers.h"
#include "render/vertexes/imagecollection.h"
#include "utils/delete2.h"
#include "debug.h"

Go to the source code of this file.

Variables

static std::string const data [Button::BUTTON_COUNT]
 

Variable Documentation

◆ data

std::string const data[Button::BUTTON_COUNT]
static
Initial value:
=
{
".xml",
"_highlighted.xml",
"_pressed.xml",
"_disabled.xml"
}

Definition at line 91 of file button.cpp.

Referenced by Button::init().