#include <OSDialog.hpp>
Signals | |
void | backButtonClicked (bool checked) |
void | cancelButtonClicked (bool checked) |
void | okButtonClicked (bool checked) |
void | toggleUnitsClicked (bool displayIP) |
Public Member Functions | |
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_backButton (bool checked) |
virtual void | on_cancelButton (bool checked) |
virtual void | on_okButton (bool checked) |
virtual void | toggleUnits (bool displayIP) |
Protected Member Functions | |
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) |
Protected Attributes | |
QPushButton * | m_backButton |
QPushButton * | m_cancelButton |
bool | m_isIP |
QPushButton * | m_okButton |
openstudio::OSDialog::OSDialog | ( | bool | isIP = false , |
* | parent = nullptr |
||
) |
|
inlinevirtual |
QPushButton* openstudio::OSDialog::backButton | ( | ) |
|
signal |
QPushButton* openstudio::OSDialog::cancelButton | ( | ) |
|
signal |
QMargins openstudio::OSDialog::layoutContentsMargins | ( | ) | const |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
QPushButton* openstudio::OSDialog::okButton | ( | ) |
|
signal |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
overrideprotected |
|
overrideprotected |
void openstudio::OSDialog::setLayoutContentsMargins | ( | const QMargins & | layoutContentsMargins | ) |
|
protected |
void openstudio::OSDialog::setSizeHint | ( | const QSize & | sizeHint | ) |
|
override |
|
protectedvirtualslot |
|
signal |
QVBoxLayout* openstudio::OSDialog::upperLayout | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |