ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes
pqSpreadSheetViewSelectionModel Class Reference

This is the selection model used by spread sheet view. More...

#include <pqSpreadSheetViewSelectionModel.h>

List of all members.

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

vtkSMSourceProxygetSelectionSource ()
 Locate the selection source currently set on the representation being shown.

Protected Attributes

bool UpdatingSelection

Detailed Description

This is the selection model used by spread sheet view.

It manages two operations:

Definition at line 53 of file pqSpreadSheetViewSelectionModel.h.


Constructor & Destructor Documentation

pqSpreadSheetViewSelectionModel::pqSpreadSheetViewSelectionModel ( pqSpreadSheetViewModel model,
QObject *  parent = 0 
)
pqSpreadSheetViewSelectionModel::~pqSpreadSheetViewSelectionModel ( )

Member Function Documentation

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.


Member Data Documentation

Definition at line 83 of file pqSpreadSheetViewSelectionModel.h.


The documentation for this class was generated from the following file: