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 Member Functions

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

Protected Slots

void updateServerConfigInfo ()
 
void updateMemoryProgressBar ()
 

Protected Attributes

vtkNew< vtkPVSystemConfigInformationServerConfigsInfo
 
QProgressBar * MemoryProgressBar
 

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 22 of file pqStatusBar.h.

Constructor & Destructor Documentation

◆ pqStatusBar()

pqStatusBar::pqStatusBar ( QWidget *  parent = nullptr)

◆ ~pqStatusBar()

pqStatusBar::~pqStatusBar ( )
override

Member Function Documentation

◆ updateServerConfigInfo

void pqStatusBar::updateServerConfigInfo ( )
protectedslot

◆ updateMemoryProgressBar

void pqStatusBar::updateMemoryProgressBar ( )
protectedslot

Member Data Documentation

◆ ServerConfigsInfo

vtkNew<vtkPVSystemConfigInformation> pqStatusBar::ServerConfigsInfo
protected

Definition at line 36 of file pqStatusBar.h.

◆ MemoryProgressBar

QProgressBar* pqStatusBar::MemoryProgressBar
protected

Definition at line 37 of file pqStatusBar.h.


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