Open 3D Engine AzQtComponents API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <SelectionProxyModel.h>
Inherits QItemSelectionModel.
This class is a QItemSelectionModel that syncs through proxy models and maintains selection. In Qt we can have a model being filtered/sorted by proxy models. If the selection model is connected to the original model, the view needs a new selection model that understands the filtering. This class does that conversion. @Note: this class does not support changing proxy models (anywhere in the chain). The class will have to be recreated with the new proxy model.