Public Member Functions | List of all members
pqSubsetInclusionLatticeWidget Class Reference

widget for showing a SIL (vtkSubsetInclusionLattice). More...

#include <pqSubsetInclusionLatticeWidget.h>

Inherits QWidget.

Public Member Functions

 pqSubsetInclusionLatticeWidget (QAbstractItemModel *amodel, QWidget *parent=0)
 
virtual ~pqSubsetInclusionLatticeWidget ()
 
QAbstractItemModel * model () const
 Returns the model being used. More...
 

Detailed Description

widget for showing a SIL (vtkSubsetInclusionLattice).

pqSubsetInclusionLatticeWidget can be used to show a vtkSubsetInclusionLattice in QWidget. Each top-level nodes in the SIL, is shown as a Tab with the subtree under those shown in separate pqTreeView instances under each of the tabs.

While it can work with any QAbstractItemModel, pqSubsetInclusionLatticeWidget is intended to be used with pqSubsetInclusionLatticeTreeModel.

See also
pqSILWidget

Definition at line 57 of file pqSubsetInclusionLatticeWidget.h.

Constructor & Destructor Documentation

◆ pqSubsetInclusionLatticeWidget()

pqSubsetInclusionLatticeWidget::pqSubsetInclusionLatticeWidget ( QAbstractItemModel *  amodel,
QWidget *  parent = 0 
)

◆ ~pqSubsetInclusionLatticeWidget()

virtual pqSubsetInclusionLatticeWidget::~pqSubsetInclusionLatticeWidget ( )
virtual

Member Function Documentation

◆ model()

QAbstractItemModel* pqSubsetInclusionLatticeWidget::model ( ) const

Returns the model being used.


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