Class DeviceControlWidget¶
Defined in File devicecontrolwidget.h
Class Documentation¶
-
class
DeviceControlWidget: public QWidget¶ Public Functions
-
DeviceControlWidget(QWidget *parent = 0)¶
-
~DeviceControlWidget()¶
-
QByteArray *
get_maestro_cue()¶ Returns the Maestro Cuefile.
- Return
Maestro Cuefile.
-
void
run_cue(uint8_t *cue, int size)¶ Updates the Maestro’s Cuefile. This also sends the Cue to all connected devices.
- Parameters
cue: The Cue to execute.size: The size of the Cue.
-
void
save_devices()¶ Saves the device list to settings.
-
void
update_cuefile_size()¶ Regenerates the Maestro Cuefile and updates the size in the UI.
TODO: Move to separate thread
-