|
ParaView
|
This is the selection model used by spread sheet view. More...
#include <pqSpreadSheetViewSelectionModel.h>
Public Slots | |
| virtual void | select (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) |
| virtual void | select (const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) |
Signals | |
| void | selection (vtkSMSourceProxy *) |
Public Member Functions | |
| pqSpreadSheetViewSelectionModel (pqSpreadSheetViewModel *model, QObject *parent=0) | |
| ~pqSpreadSheetViewSelectionModel () | |
Protected Slots | |
| void | serverSelectionChanged (const QItemSelection &) |
Protected Member Functions | |
| vtkSMSourceProxy * | getSelectionSource () |
| Locate the selection source currently set on the representation being shown. | |
Protected Attributes | |
| bool | UpdatingSelection |
This is the selection model used by spread sheet view.
It manages two operations:
Definition at line 53 of file pqSpreadSheetViewSelectionModel.h.
| pqSpreadSheetViewSelectionModel::pqSpreadSheetViewSelectionModel | ( | pqSpreadSheetViewModel * | model, |
| QObject * | parent = 0 |
||
| ) |
| pqSpreadSheetViewSelectionModel::~pqSpreadSheetViewSelectionModel | ( | ) |
| virtual void pqSpreadSheetViewSelectionModel::select | ( | const QModelIndex & | index, |
| QItemSelectionModel::SelectionFlags | command | ||
| ) | [inline, virtual, slot] |
Definition at line 62 of file pqSpreadSheetViewSelectionModel.h.
| virtual void pqSpreadSheetViewSelectionModel::select | ( | const QItemSelection & | selection, |
| QItemSelectionModel::SelectionFlags | command | ||
| ) | [virtual, slot] |
| void pqSpreadSheetViewSelectionModel::selection | ( | vtkSMSourceProxy * | ) | [signal] |
| void pqSpreadSheetViewSelectionModel::serverSelectionChanged | ( | const QItemSelection & | ) | [protected, slot] |
| vtkSMSourceProxy* pqSpreadSheetViewSelectionModel::getSelectionSource | ( | ) | [protected] |
Locate the selection source currently set on the representation being shown.
If no selection exists, or selection present is not "updatable" by this model, we create a new selection.
bool pqSpreadSheetViewSelectionModel::UpdatingSelection [protected] |
Definition at line 83 of file pqSpreadSheetViewSelectionModel.h.
1.7.5.1