#include <OSListController.hpp>
| openstudio::OSItemSelectionController::OSItemSelectionController |
( |
| ) |
|
| virtual openstudio::OSItemSelectionController::~OSItemSelectionController |
( |
| ) |
|
|
inlinevirtual |
| bool openstudio::OSItemSelectionController::allowMultipleSelections |
( |
| ) |
const |
| void openstudio::OSItemSelectionController::emitSelectionChanged |
( |
| ) |
|
|
slot |
| void openstudio::OSItemSelectionController::selectAllItems |
( |
| ) |
|
|
slot |
| std::vector<QPointer<OSListItem> > openstudio::OSItemSelectionController::selectedItems |
( |
| ) |
const |
| void openstudio::OSItemSelectionController::selectionChanged |
( |
std::vector< QPointer< OSListItem > > |
selectedItems | ) |
|
|
signal |
| void openstudio::OSItemSelectionController::setAllowMultipleSelections |
( |
bool |
multipleSelections | ) |
|
| void openstudio::OSItemSelectionController::unselectAllItems |
( |
| ) |
|
|
slot |