|
BCESolve
|
QScrollBar with added signal and slots. More...
#include <bceslider.hpp>


Public Slots | |
| void | changeValue (int newValue) |
| Changes value of the slider. | |
| void | changeSliderPosition (int newValEmitted, BCESliderType typeEmitted, int playerEmitted) |
| Changes position of the slider. | |
Signals | |
| void | valueChanged (int newValue, BCESliderType type, int player) |
| Signals that the user has moved the BCESlider. | |
Public Member Functions | |
| BCESlider (BCESliderType _type, int _player) | |
| Constructor. | |
Private Attributes | |
| BCESliderType | sliderType |
| Type of BCEScrollBar. | |
| int | player |
| Player associated with the BCEScrollBar. | |
QScrollBar with added signal and slots.
This class is a QScrollBar containing additional information about whether the scroll bar is associated with the action, type, or state of a given player.