BCESolve
BCESlider Class Reference

QScrollBar with added signal and slots. More...

#include <bceslider.hpp>

Inheritance diagram for BCESlider:
Collaboration diagram for BCESlider:

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: