|
ParaView
|
pqCommandLineOptionsBehavior processes command-line options on startup and performs relevant actions such as loading data files, connecting to server etc. More...
#include <pqCommandLineOptionsBehavior.h>
Public Member Functions | |
| pqCommandLineOptionsBehavior (QObject *parent=0) | |
Static Public Member Functions | |
| static void | resetApplication () |
| Used during testing to "initialize" application state as much as possible. | |
Protected Slots | |
| void | processCommandLineOptions () |
| void | playTests () |
pqCommandLineOptionsBehavior processes command-line options on startup and performs relevant actions such as loading data files, connecting to server etc.
This also handles test playback and image comparison.
Definition at line 43 of file pqCommandLineOptionsBehavior.h.
| pqCommandLineOptionsBehavior::pqCommandLineOptionsBehavior | ( | QObject * | parent = 0 | ) |
| static void pqCommandLineOptionsBehavior::resetApplication | ( | ) | [static] |
Used during testing to "initialize" application state as much as possible.
| void pqCommandLineOptionsBehavior::processCommandLineOptions | ( | ) | [protected, slot] |
| void pqCommandLineOptionsBehavior::playTests | ( | ) | [protected, slot] |
1.7.5.1