|
ParaView
|
pqFixPathsInStateFilesBehavior puts up a dialog (pqFixStateFilenamesDialog) whenever a state file is loaded allowing the user to fix filenames for readers in the state file. More...
#include <pqFixPathsInStateFilesBehavior.h>
Public Member Functions | |
| pqFixPathsInStateFilesBehavior (QObject *parent=0) | |
| virtual | ~pqFixPathsInStateFilesBehavior () |
Static Public Member Functions | |
| static void | fixFileNames (vtkPVXMLElement *) |
| Description: Prompts for fixing filenames in state xml. | |
| static bool | blockDialog (bool) |
| Description: Provides a mechanism to block the dialog temporarily. | |
Protected Slots | |
| void | onLoadState (vtkPVXMLElement *stateXML) |
pqFixPathsInStateFilesBehavior puts up a dialog (pqFixStateFilenamesDialog) whenever a state file is loaded allowing the user to fix filenames for readers in the state file.
Definition at line 44 of file pqFixPathsInStateFilesBehavior.h.
| pqFixPathsInStateFilesBehavior::pqFixPathsInStateFilesBehavior | ( | QObject * | parent = 0 | ) |
| virtual pqFixPathsInStateFilesBehavior::~pqFixPathsInStateFilesBehavior | ( | ) | [virtual] |
| static void pqFixPathsInStateFilesBehavior::fixFileNames | ( | vtkPVXMLElement * | ) | [static] |
Description: Prompts for fixing filenames in state xml.
| static bool pqFixPathsInStateFilesBehavior::blockDialog | ( | bool | ) | [static] |
Description: Provides a mechanism to block the dialog temporarily.
Returns the current value of the ivar.
| void pqFixPathsInStateFilesBehavior::onLoadState | ( | vtkPVXMLElement * | stateXML | ) | [protected, slot] |
1.7.5.1