Go to the documentation of this file.
23 #ifndef SUIT_SELECTIONMGR_H
24 #define SUIT_SELECTIONMGR_H
35 #pragma warning ( disable : 4251 )
47 virtual void selected(
SUIT_DataOwnerPtrList&,
const QString& = QString(),
const bool =
false )
const;
54 void setEnabled(
const bool,
const QString& = QString() );
57 bool hasSelectionMode(
const int )
const;
60 void setSelectionModes(
const int );
61 virtual void setSelectionModes(
const QList<int>& );
63 void appendSelectionModes(
const int );
64 virtual void appendSelectionModes(
const QList<int>& );
66 void removeSelectionModes(
const int );
67 virtual void removeSelectionModes(
const QList<int>& );
77 virtual void clearFilters();
79 bool autoDeleteFilter()
const;
80 void setAutoDeleteFilter(
const bool );
82 bool isSynchronizing()
const;
85 void selectionChanged();
111 #pragma warning ( default : 4251 )