OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | List of all members
openstudio::WaitDialog Class Reference

#include <WaitDialog.hpp>

+ Inheritance diagram for openstudio::WaitDialog:

Public Member Functions

void resetLabels ()
 
QSize sizeHint () const override
 
 WaitDialog (const QString &windowTitle, const QString &windowMessage,*parent=nullptr)
 
virtual ~WaitDialog ()
 
- Public Member Functions inherited from openstudio::OSDialog
QPushButtonbackButton ()
 
QPushButtoncancelButton ()
 
QMargins layoutContentsMargins () const
 
QPushButtonokButton ()
 
 OSDialog (bool isIP=false,*parent=nullptr)
 
void setLayoutContentsMargins (const QMargins &layoutContentsMargins)
 
void setSizeHint (const QSize &sizeHint)
 
QSize sizeHint () const override
 
QVBoxLayout * upperLayout ()
 
virtual ~OSDialog ()
 

Public Attributes

QLabelm_firstLine
 
QLabelm_fourthLine
 
QLabelm_secondLine
 
QLabelm_thirdLine
 

Protected Slots

virtual void on_cancelButton (bool checked) override
 
- Protected Slots inherited from openstudio::OSDialog
virtual void on_backButton (bool checked)
 
virtual void on_cancelButton (bool checked)
 
virtual void on_okButton (bool checked)
 
virtual void toggleUnits (bool displayIP)
 

Protected Member Functions

void closeEvent (QCloseEvent *event) override
 
- Protected Member Functions inherited from openstudio::OSDialog
void mouseMoveEvent (QMouseEvent *event) override
 
void mousePressEvent (QMouseEvent *event) override
 
void mouseReleaseEvent (QMouseEvent *event) override
 
void paintEvent (QPaintEvent *event) override
 
void resizeEvent (QResizeEvent *event) override
 
void setOkButtonAsDefault (bool isDefault)
 

Additional Inherited Members

- Signals inherited from openstudio::OSDialog
void backButtonClicked (bool checked)
 
void cancelButtonClicked (bool checked)
 
void okButtonClicked (bool checked)
 
void toggleUnitsClicked (bool displayIP)
 
- Protected Attributes inherited from openstudio::OSDialog
QPushButtonm_backButton
 
QPushButtonm_cancelButton
 
bool m_isIP
 
QPushButtonm_okButton
 

Constructor & Destructor Documentation

openstudio::WaitDialog::WaitDialog ( const QString &  windowTitle,
const QString &  windowMessage,
parent = nullptr 
)
virtual openstudio::WaitDialog::~WaitDialog ( )
virtual

Member Function Documentation

void openstudio::WaitDialog::closeEvent ( QCloseEvent *  event)
overrideprotected
virtual void openstudio::WaitDialog::on_cancelButton ( bool  checked)
overrideprotectedvirtualslot
void openstudio::WaitDialog::resetLabels ( )
QSize openstudio::WaitDialog::sizeHint ( ) const
override

Member Data Documentation

QLabel* openstudio::WaitDialog::m_firstLine
QLabel* openstudio::WaitDialog::m_fourthLine
QLabel* openstudio::WaitDialog::m_secondLine
QLabel* openstudio::WaitDialog::m_thirdLine