34#include <NDEVR/Battery.h>
35#include <NDEVR/Button.h>
36#include <NDEVR/Dictionary.h>
37#include <NDEVR/UUID.h>
53 void addLocalBatteries();
55 void stateChangeSlot(
bool originator);
65 void setSensor(
Battery* sensor);
66 void addSensor(
Battery* sensor,
bool update =
true);
67 void removeSensor(
Battery* sensor,
bool update =
true);
68 void clearSensors(
bool update =
true);
69 void setColumnCount(
uint04 column_count);
70 void addLocalBatteries();
Definition BatteryWidget.h:47
Dictionary< UUID, QPointer< Battery > > m_sensors
Definition BatteryWidget.h:57
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition Dictionary.h:48
Represents a color in the RGB space with optional alpha transparency.
Definition RGBColor.h:53
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120