Go to the documentation of this file.
4 #ifndef pqPVApplicationCore_h
5 #define pqPVApplicationCore_h
9 #include "pqApplicationComponentsModule.h"
32 bool addStandardArgs =
true, QObject* parent =
nullptr);
41 return qobject_cast<pqPVApplicationCore*>(Superclass::instance());
74 virtual void registerForQuicklaunch(QWidget*);
76 void loadStateFromPythonFile(
const QString& filename,
pqServer* server,
77 vtkTypeUInt32 location = 0x10 );
103 void aboutToShowQuickLaunch();
111 bool eventFilter(QObject* obj, QEvent* event)
override;
virtual pqTestUtility * testUtility()
Provides access to the test utility.
static pqPVApplicationCore * instance()
Returns the pqPVApplicationCore instance.
QPointer< pqSelectionManager > SelectionManager
pqAnimationManager manages the Animation sub-system.
command line options manager
pqPVApplicationCore is the application code used by ParaView-based applications that use more of Para...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
pqSelectionManager is the nexus for introspective surface selection in paraview.
This class is the crux of the ParaView application.
pqPythonManager * PythonManager
QList< QPointer< QWidget > > QuickLaunchMenus
pqPythonManager is a class to facilitate the use of a python interpreter by various paraview GUI comp...
QPointer< pqAnimationManager > AnimationManager