![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosview.h>
Public Member Functions | |
| bool | operator== (const WindowMinMaxCloseButtonsState &other) const |
| bool | operator!= (const WindowMinMaxCloseButtonsState &other) const |
Public Attributes | |
| bool | maxButtonShown = true |
| bool | minButtonShown = true |
| bool | closeButtonShown = true |
Definition at line 78 of file qohosview.h.
| bool QOhosView::WindowMinMaxCloseButtonsState::operator!= | ( | const WindowMinMaxCloseButtonsState & | other | ) | const |
Definition at line 1698 of file qohosview.cpp.
References operator==().
| bool QOhosView::WindowMinMaxCloseButtonsState::operator== | ( | const WindowMinMaxCloseButtonsState & | other | ) | const |
Definition at line 1691 of file qohosview.cpp.
References closeButtonShown, maxButtonShown, and minButtonShown.
Referenced by operator!=().
| bool QOhosView::WindowMinMaxCloseButtonsState::closeButtonShown = true |
Definition at line 82 of file qohosview.h.
Referenced by operator==().
| bool QOhosView::WindowMinMaxCloseButtonsState::maxButtonShown = true |
Definition at line 80 of file qohosview.h.
Referenced by operator==().
| bool QOhosView::WindowMinMaxCloseButtonsState::minButtonShown = true |
Definition at line 81 of file qohosview.h.
Referenced by operator==().