![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcocoawindow.h>
Public Member Functions | |
| BorderRange (quintptr i, int u, int l) | |
| bool | operator< (BorderRange const &right) const |
Public Attributes | |
| quintptr | identifier |
| int | upper |
| int | lower |
Definition at line 269 of file qcocoawindow.h.
|
inline |
Definition at line 270 of file qcocoawindow.h.
|
inline |
Definition at line 274 of file qcocoawindow.h.
References upper.
| quintptr QCocoaWindow::BorderRange::identifier |
Definition at line 271 of file qcocoawindow.h.
| int QCocoaWindow::BorderRange::lower |
Definition at line 273 of file qcocoawindow.h.
Referenced by BorderRange().
| int QCocoaWindow::BorderRange::upper |
Definition at line 272 of file qcocoawindow.h.
Referenced by BorderRange(), and operator<().