Workspace 6.21.5
Public Member Functions | Properties | List of all members
OperationViewProgressBar Class Reference

#include <Workspace/Presentation/operationviewprogressbar.h>

Inherits QProgressBar.

Public Member Functions

 OperationViewProgressBar (DataExecution::Operation &op, QWidget *parent=nullptr)
 
 ~OperationViewProgressBar () override
 
QString getOpPlugin () const
 
QString getOpType () const
 

Properties

QString opPlugin
 
QString opType
 

Constructor & Destructor Documentation

◆ OperationViewProgressBar()

OperationViewProgressBar ( DataExecution::Operation op,
QWidget *  parent = nullptr 
)
Parameters
opThe operation to which the progress bar will be attached.
parentThe parent widget, usually left at the default value of a null pointer since the progress bar is usually added to a layout.

◆ ~OperationViewProgressBar()

~OperationViewProgressBar ( )
override

Member Function Documentation

◆ getOpPlugin()

QString getOpPlugin ( ) const

◆ getOpType()

QString getOpType ( ) const

Property Documentation

◆ opPlugin

QString opPlugin
read

◆ opType

QString opType
read