4 #ifndef pqPVApplicationCore_h 5 #define pqPVApplicationCore_h 33 bool addStandardArgs =
true, QObject* parent =
nullptr);
82 virtual void registerForQuicklaunch(QWidget*);
84 void loadStateFromPythonFile(
const QString& filename,
pqServer* server,
91 void instantiateLiveSourceManager();
117 void aboutToShowQuickLaunch();
125 bool eventFilter(QObject* obj, QEvent* event)
override;
pqLiveSourceManager is the manager that handle all live sources in ParaView It is usually instantiate...
static pqPVApplicationCore * instance()
Returns the pqPVApplicationCore instance.
This class is the crux of the ParaView application.
QPointer< pqAnimationManager > AnimationManager
#define PQAPPLICATIONCOMPONENTS_EXPORT
command line options manager
pqAnimationManager manages the Animation sub-system.
pqSelectionManager is the nexus for introspective surface selection in paraview.
pqPythonManager is a class to facilitate the use of a python interpreter by various paraview GUI comp...
QPointer< pqLiveSourceManager > LiveSourceManager
QList< QPointer< QWidget > > QuickLaunchMenus
QPointer< pqSelectionManager > SelectionManager
pqPythonManager * PythonManager
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...
virtual pqTestUtility * testUtility()
Provides access to the test utility.