21#ifndef PVVIEWER_CORE_H
22#define PVVIEWER_CORE_H
31class pqPVApplicationCore;
40 static pqPVApplicationCore* GetPVApplication();
41 static bool ParaViewInitAppCore();
45 static bool ParaviewInitApp();
46 static void ParaviewInitBehaviors(
bool =
false,
QMainWindow* = 0);
47 static void ParaviewLoadConfigurations(
const QString&,
bool =
false);
48 static void ParaviewCleanup();
#define PVVIEWER_EXPORT
Definition: PVViewer.h:30
Definition: PVServer_ServiceWrapper.h:33
! PARAVIS behaviors - mimic what is done in Qt/ApplicationComponents/pqParaViewBehaviors....
Definition: PVViewer_Behaviors.h:38
Pure static class gathering most of the interactions with ParaView's API and ParaView's start sequenc...
Definition: PVViewer_Core.h:38
virtual ~PVViewer_Core()
Definition: PVViewer_Core.h:52
static PVViewer_Behaviors * ParaviewBehaviors
Definition: PVViewer_Core.h:57
static pqPVApplicationCore * MyCoreApp
Definition: PVViewer_Core.h:54
static bool MyPqTabWidSingletonLoaded
Definition: PVViewer_Core.h:55
static pqPVApplicationCore * GetPVAppCore()
Definition: PVViewer_Core.h:42
static bool ConfigLoaded
Definition: PVViewer_Core.h:56