Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
pqStatusBar Class Reference

pqStatusBar extends QStatusBar to support showing paraview progress. More...

#include <pqStatusBar.h>

Inherits QStatusBar.

Collaboration diagram for pqStatusBar:
Collaboration graph
[legend]

Public Slots

void handleMessage (const QString &message, int type)
 
void resetMessageIndicators ()
 

Signals

void messageIndicatorPressed ()
 

Public Member Functions

 pqStatusBar (QWidget *parent=nullptr)
 
 ~pqStatusBar () override
 

Protected Slots

void updateServerConfigInfo ()
 
void updateMemoryProgressBar ()
 

Protected Attributes

vtkNew< vtkPVSystemConfigInformationServerConfigsInfo
 
QProgressBar * MemoryProgressBar
 
QToolButton * ErrorIndicator
 
std::uint64_t ErrorCount = 0
 
QToolButton * WarningIndicator
 
std::uint64_t WarningCount = 0
 

Detailed Description

pqStatusBar extends QStatusBar to support showing paraview progress.

It uses pqProgressManager provided by pqApplicationCore to show the progress values. Internally uses pqProgressWidget to show the progress. It also shows a memory status bar that automatically updates.

Definition at line 25 of file pqStatusBar.h.

Constructor & Destructor Documentation

◆ pqStatusBar()

pqStatusBar::pqStatusBar ( QWidget *  parent = nullptr)

◆ ~pqStatusBar()

pqStatusBar::~pqStatusBar ( )
override

Member Function Documentation

◆ messageIndicatorPressed

void pqStatusBar::messageIndicatorPressed ( )
signal

◆ handleMessage

void pqStatusBar::handleMessage ( const QString &  message,
int  type 
)
slot

◆ resetMessageIndicators

void pqStatusBar::resetMessageIndicators ( )
slot

◆ updateServerConfigInfo

void pqStatusBar::updateServerConfigInfo ( )
protectedslot

◆ updateMemoryProgressBar

void pqStatusBar::updateMemoryProgressBar ( )
protectedslot

Member Data Documentation

◆ ServerConfigsInfo

vtkNew<vtkPVSystemConfigInformation> pqStatusBar::ServerConfigsInfo
protected

Definition at line 45 of file pqStatusBar.h.

◆ MemoryProgressBar

QProgressBar* pqStatusBar::MemoryProgressBar
protected

Definition at line 46 of file pqStatusBar.h.

◆ ErrorIndicator

QToolButton* pqStatusBar::ErrorIndicator
protected

Definition at line 47 of file pqStatusBar.h.

◆ ErrorCount

std::uint64_t pqStatusBar::ErrorCount = 0
protected

Definition at line 48 of file pqStatusBar.h.

◆ WarningIndicator

QToolButton* pqStatusBar::WarningIndicator
protected

Definition at line 49 of file pqStatusBar.h.

◆ WarningCount

std::uint64_t pqStatusBar::WarningCount = 0
protected

Definition at line 50 of file pqStatusBar.h.


The documentation for this class was generated from the following file: