23#ifndef BCELINEEDIT_HPP
24#define BCELINEEDIT_HPP
27#include "bceenumeration.hpp"
59 BCESliderType typeEmitted,
62 setText(QString::number(newValEmitted));
Read-only QLineEdits displaying slider values.
Definition: bcelineedit.hpp:37
BCESliderType sliderType
Type of BCELineEdit (Action, Type, State)
Definition: bcelineedit.hpp:38
BCELineEdit(BCESliderType _type, int _player)
Constructor.
Definition: bcelineedit.hpp:48
int player
Player associated with the BCELineEdit.
Definition: bcelineedit.hpp:45
void changeDisplayValue(int newValEmitted, BCESliderType typeEmitted, int playerEmitted)
Ensures slider is set to the changed value.
Definition: bcelineedit.hpp:58