runtime configuration options for ParaView Qt client More...
#include <pqCoreConfiguration.h>
Inherits QObject.
Public Member Functions | |
const std::string & | stateFileName () const |
Returns state file to load on startup, if any. More... | |
const std::vector< std::string > & | dataFileNames () const |
Returns data file to load on startup, if any. More... | |
const std::string & | pythonScript () const |
Returns the Python script to load on startup, if any. More... | |
const std::string & | baselineDirectory () const |
Returns directory where to output test results and temporary files, if any else an empty string is returned. More... | |
const std::string & | testDirectory () const |
Returns directory where to output test results and temporary files, if any else an empty string is returned. More... | |
const std::string & | dataDirectory () const |
Returns directory containing test data files, if any, else an empty string is returned. More... | |
bool | exitApplicationWhenTestsDone () const |
Returns true if the application should exit after test playback is complete. More... | |
int | catalystLivePort () const |
When specified, ParaView will attempt to connect a Catalyst Live session at the given port. More... | |
bool | populateOptions (vtkCLIOptions *options) |
Populate vtkCLIOptions instance with command line options to control the configurable options provided by this class. More... | |
int | testScriptCount () const |
Returns information about tests scripts. More... | |
const std::string & | testScript (int index) const |
Returns information about tests scripts. More... | |
const std::string & | testBaseline (int index) const |
Returns information about tests scripts. More... | |
int | testThreshold (int index) const |
Returns information about tests scripts. More... | |
void | setActiveTestIndex (int index) |
A little bit of hack to activate a particular test script. More... | |
const std::string & | testScript () const |
A little bit of hack to activate a particular test script. More... | |
const std::string & | testBaseline () const |
A little bit of hack to activate a particular test script. More... | |
int | testThreshold () const |
A little bit of hack to activate a particular test script. More... | |
bool | testMaster () const |
Collaboration testing related flags. More... | |
bool | testSlave () const |
Collaboration testing related flags. More... | |
Static Public Member Functions | |
static pqCoreConfiguration * | instance () |
Provides access to the singleton. More... | |
Protected Member Functions | |
pqCoreConfiguration () | |
~pqCoreConfiguration () override | |
class | pqPVApplicationCore |
void | addDataFile (const std::string &data) |
runtime configuration options for ParaView Qt client
pqCoreConfiguration is a singleton that maintains runtime configuration options for the ParaView Qt client.
Definition at line 25 of file pqCoreConfiguration.h.
|
protected |
|
overrideprotected |
|
static |
Provides access to the singleton.
|
inline |
Returns state file to load on startup, if any.
Definition at line 37 of file pqCoreConfiguration.h.
|
inline |
Returns data file to load on startup, if any.
Definition at line 42 of file pqCoreConfiguration.h.
|
inline |
Returns the Python script to load on startup, if any.
Definition at line 47 of file pqCoreConfiguration.h.
|
inline |
Returns directory where to output test results and temporary files, if any else an empty string is returned.
Definition at line 53 of file pqCoreConfiguration.h.
|
inline |
Returns directory where to output test results and temporary files, if any else an empty string is returned.
Definition at line 59 of file pqCoreConfiguration.h.
|
inline |
Returns directory containing test data files, if any, else an empty string is returned.
Definition at line 65 of file pqCoreConfiguration.h.
|
inline |
Returns information about tests scripts.
Definition at line 71 of file pqCoreConfiguration.h.
|
inline |
Returns information about tests scripts.
Definition at line 72 of file pqCoreConfiguration.h.
|
inline |
Returns information about tests scripts.
Definition at line 73 of file pqCoreConfiguration.h.
Returns information about tests scripts.
Definition at line 74 of file pqCoreConfiguration.h.
|
inline |
Returns true if the application should exit after test playback is complete.
Definition at line 81 of file pqCoreConfiguration.h.
|
inline |
When specified, ParaView will attempt to connect a Catalyst Live session at the given port.
Definition at line 87 of file pqCoreConfiguration.h.
bool pqCoreConfiguration::populateOptions | ( | vtkCLIOptions * | options | ) |
Populate vtkCLIOptions instance with command line options to control the configurable options provided by this class.
|
inline |
A little bit of hack to activate a particular test script.
Definition at line 99 of file pqCoreConfiguration.h.
|
inline |
A little bit of hack to activate a particular test script.
Definition at line 100 of file pqCoreConfiguration.h.
|
inline |
A little bit of hack to activate a particular test script.
Definition at line 101 of file pqCoreConfiguration.h.
|
inline |
A little bit of hack to activate a particular test script.
Definition at line 102 of file pqCoreConfiguration.h.
|
inline |
Collaboration testing related flags.
Definition at line 109 of file pqCoreConfiguration.h.
|
inline |
Collaboration testing related flags.
Definition at line 110 of file pqCoreConfiguration.h.
|
inlineprotected |
Definition at line 121 of file pqCoreConfiguration.h.
|
friend |
Definition at line 120 of file pqCoreConfiguration.h.