#include <WaitDialog.hpp>
Inheritance diagram for openstudio::WaitDialog:Public Member Functions | |
| QSize | sizeHint () const override |
| WaitDialog (const QString &windowTitle, const QString &windowMessage,*parent=nullptr) | |
| virtual | ~WaitDialog () |
Public Member Functions inherited from openstudio::OSDialog | |
| QPushButton * | backButton () |
| QPushButton * | cancelButton () |
| QMargins | layoutContentsMargins () const |
| QPushButton * | okButton () |
| OSDialog (bool isIP=false,*parent=nullptr) | |
| void | setLayoutContentsMargins (const QMargins &layoutContentsMargins) |
| void | setSizeHint (const QSize &sizeHint) |
| QSize | sizeHint () const override |
| QVBoxLayout * | upperLayout () |
| virtual | ~OSDialog () |
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 | |
| QPushButton * | m_backButton |
| QPushButton * | m_cancelButton |
| bool | m_isIP |
| QPushButton * | m_okButton |
| openstudio::WaitDialog::WaitDialog | ( | const QString & | windowTitle, |
| const QString & | windowMessage, | ||
| * | parent = nullptr |
||
| ) |
|
virtual |
|
overrideprotected |
|
overrideprotectedvirtualslot |
|
override |