ManaPlus
Variables
sliderlist.cpp File Reference

(986a3bf)

#include "gui/widgets/sliderlist.h"
#include "gui/gui.h"
#include "gui/fonts/font.h"
#include "gui/models/listmodel.h"
#include "gui/widgets/button.h"
#include "gui/widgets/label.h"
#include "debug.h"

Go to the source code of this file.

Variables

static const int buttonWidth = 27
 
static const int buttonSpace = 30
 
static const int sliderHeight = 30
 

Variable Documentation

◆ buttonSpace

const int buttonSpace = 30
static

Definition at line 36 of file sliderlist.cpp.

Referenced by SliderList::resize(), and SliderList::updateLabel().

◆ buttonWidth

const int buttonWidth = 27
static

Definition at line 35 of file sliderlist.cpp.

Referenced by Pincode::addButtons(), SliderList::resize(), and Window::widgetResized().

◆ sliderHeight

const int sliderHeight = 30
static

Definition at line 37 of file sliderlist.cpp.

Referenced by SliderList::SliderList().