7 #include <QScopedPointer> 12 #include "pqApplicationComponentsModule.h" 25 class PQAPPLICATIONCOMPONENTS_EXPORT
pqStatusBar :
public QStatusBar
28 typedef QStatusBar Superclass;
35 void messageIndicatorPressed();
38 void handleMessage(
const QString& message,
int type);
39 void resetMessageIndicators();
41 void updateServerConfigInfo();
42 void updateMemoryProgressBar();
48 std::uint64_t ErrorCount = 0;
50 std::uint64_t WarningCount = 0;
55 void updateWarningIndicator();
56 void updateErrorIndicator();
58 QScopedPointer<QStyle> ProgressBarStyle;
QProgressBar * MemoryProgressBar
pqStatusBar extends QStatusBar to support showing paraview progress.
QToolButton * WarningIndicator
vtkNew< vtkPVSystemConfigInformation > ServerConfigsInfo
QToolButton * ErrorIndicator