ParaView
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes
pqExodusIIPanel Class Reference

#include <pqExodusIIPanel.h>

Inheritance diagram for pqExodusIIPanel:
Inheritance graph
[legend]
Collaboration diagram for pqExodusIIPanel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 pqExodusIIPanel (pqProxy *proxy, QWidget *p=NULL)
 constructor
 ~pqExodusIIPanel ()
 destructor

Protected Slots

void applyDisplacements (int)
void displChanged (bool)
void modeChanged (int)
void onRefresh ()
void updateSIL ()
 Gets the SIL from the reader and updates the GUI.
void onSelectionChanged (pqOutputPort *)
 Called when the global selection changes.
void setSelectedBlocksCheckState (bool check=true)
 Slots called when the corresponding buttons are pressed.
void uncheckSelectedBlocks ()

Protected Member Functions

virtual void linkServerManagerProperties ()
 populate widgets with properties from the server manager

Protected Attributes

pqTreeWidgetItemObjectDisplItem
pqUI * UI

Detailed Description

Definition at line 47 of file pqExodusIIPanel.h.


Constructor & Destructor Documentation

pqExodusIIPanel::pqExodusIIPanel ( pqProxy proxy,
QWidget *  p = NULL 
)

constructor

pqExodusIIPanel::~pqExodusIIPanel ( )

destructor


Member Function Documentation

void pqExodusIIPanel::applyDisplacements ( int  ) [protected, slot]
void pqExodusIIPanel::displChanged ( bool  ) [protected, slot]
void pqExodusIIPanel::modeChanged ( int  ) [protected, slot]
void pqExodusIIPanel::onRefresh ( ) [protected, slot]
void pqExodusIIPanel::updateSIL ( ) [protected, slot]

Gets the SIL from the reader and updates the GUI.

void pqExodusIIPanel::onSelectionChanged ( pqOutputPort ) [protected, slot]

Called when the global selection changes.

We check if the newly created selection is a block-based selection on the data produced by the reader. If so, we enable the "Check Selected", "Uncheck Selected" buttons which make it possible for the user to quickly select blocks to read/not read. BUG #8281. For this to work, it requires that the pqSelectionManager is registered with the pqApplicationCore as "SelectionManager".

void pqExodusIIPanel::setSelectedBlocksCheckState ( bool  check = true) [protected, slot]

Slots called when the corresponding buttons are pressed.

void pqExodusIIPanel::uncheckSelectedBlocks ( ) [inline, protected, slot]

Definition at line 84 of file pqExodusIIPanel.h.

virtual void pqExodusIIPanel::linkServerManagerProperties ( ) [protected, virtual]

populate widgets with properties from the server manager

Reimplemented from pqNamedObjectPanel.


Member Data Documentation

Definition at line 91 of file pqExodusIIPanel.h.

pqUI* pqExodusIIPanel::UI [protected]

Definition at line 93 of file pqExodusIIPanel.h.


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