Public Slots | Public Member Functions | Protected Member Functions | List of all members
pqAboutDialog Class Reference

pqAboutDialog is the about dialog used by ParaView. More...

#include <pqAboutDialog.h>

Inherits QDialog.

Public Slots

void saveToFile ()
 Saves about dialog formatted output to a file. More...
 
void copyToClipboard ()
 Copy about dialog formatted output to the clipboard. More...
 

Public Member Functions

 pqAboutDialog (QWidget *Parent)
 
 ~pqAboutDialog () override
 
QString formatToText ()
 Format the about dialog content into textual form. More...
 

Protected Member Functions

void AddClientInformation ()
 
void AddServerInformation ()
 
void AddServerInformation (pqServer *server, QTreeWidget *tree)
 
QString formatToText (QTreeWidget *tree)
 

Detailed Description

pqAboutDialog is the about dialog used by ParaView.

It provides information about ParaView and current configuration.

Definition at line 22 of file pqAboutDialog.h.

Constructor & Destructor Documentation

◆ pqAboutDialog()

pqAboutDialog::pqAboutDialog ( QWidget *  Parent)

◆ ~pqAboutDialog()

pqAboutDialog::~pqAboutDialog ( )
override

Member Function Documentation

◆ formatToText() [1/2]

QString pqAboutDialog::formatToText ( )

Format the about dialog content into textual form.

◆ saveToFile

void pqAboutDialog::saveToFile ( )
slot

Saves about dialog formatted output to a file.

◆ copyToClipboard

void pqAboutDialog::copyToClipboard ( )
slot

Copy about dialog formatted output to the clipboard.

◆ AddClientInformation()

void pqAboutDialog::AddClientInformation ( )
protected

◆ AddServerInformation() [1/2]

void pqAboutDialog::AddServerInformation ( )
protected

◆ AddServerInformation() [2/2]

void pqAboutDialog::AddServerInformation ( pqServer server,
QTreeWidget *  tree 
)
protected

◆ formatToText() [2/2]

QString pqAboutDialog::formatToText ( QTreeWidget *  tree)
protected

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