Contains data about a selection made by the user. More...
#include <controldata.h>
Public Attributes | |
QModelIndexList | selection |
Contains data about a selection made by the user.
The selection data contains of a list of model indices. This means the selection will only make sense if both parts of the communication use the same model. If the control layer needs to ask a selection from the ui layer, it should create a model and let the ui layer create a selection based on that model.
Definition at line 62 of file controldata.h.