27#include "bceenumeration.hpp"
68 BCESliderType typeEmitted,
71 setSliderPosition(newValEmitted);
QScrollBar with added signal and slots.
Definition: bceslider.hpp:37
int player
Player associated with the BCEScrollBar.
Definition: bceslider.hpp:45
void valueChanged(int newValue, BCESliderType type, int player)
Signals that the user has moved the BCESlider.
BCESliderType sliderType
Type of BCEScrollBar.
Definition: bceslider.hpp:38
void changeSliderPosition(int newValEmitted, BCESliderType typeEmitted, int playerEmitted)
Changes position of the slider.
Definition: bceslider.hpp:67
BCESlider(BCESliderType _type, int _player)
Constructor.
Definition: bceslider.hpp:50
void changeValue(int newValue)
Changes value of the slider.
Definition: bceslider.hpp:63