Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosView::WindowMinMaxCloseButtonsState Struct Reference

#include <qohosview.h>

Collaboration diagram for QOhosView::WindowMinMaxCloseButtonsState:

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

Detailed Description

Definition at line 78 of file qohosview.h.

Member Function Documentation

◆ operator!=()

bool QOhosView::WindowMinMaxCloseButtonsState::operator!= ( const WindowMinMaxCloseButtonsState & other) const

Definition at line 1698 of file qohosview.cpp.

References operator==().

Here is the call graph for this function:

◆ 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!=().

Here is the caller graph for this function:

Member Data Documentation

◆ closeButtonShown

bool QOhosView::WindowMinMaxCloseButtonsState::closeButtonShown = true

Definition at line 82 of file qohosview.h.

Referenced by operator==().

◆ maxButtonShown

bool QOhosView::WindowMinMaxCloseButtonsState::maxButtonShown = true

Definition at line 80 of file qohosview.h.

Referenced by operator==().

◆ minButtonShown

bool QOhosView::WindowMinMaxCloseButtonsState::minButtonShown = true

Definition at line 81 of file qohosview.h.

Referenced by operator==().


The documentation for this struct was generated from the following files: