Base class for communication data between the control and ui layer. More...
#include <controldata.h>
Public Attributes | |
bool | processData |
Base class for communication data between the control and ui layer.
Definition at line 41 of file controldata.h.
Indicates whether the data should be processed. For example: if the user is asked to input some data but clicks cancel, the data should not be processed.
Definition at line 50 of file controldata.h.