![]() |
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 277 of file qcocoawindow.h.
|
inline |
Definition at line 278 of file qcocoawindow.h.
|
inline |
Definition at line 282 of file qcocoawindow.h.
References upper.
| quintptr QCocoaWindow::BorderRange::identifier |
Definition at line 279 of file qcocoawindow.h.
| int QCocoaWindow::BorderRange::lower |
Definition at line 281 of file qcocoawindow.h.
Referenced by BorderRange().
| int QCocoaWindow::BorderRange::upper |
Definition at line 280 of file qcocoawindow.h.
Referenced by BorderRange(), and operator<().