![]() |
Qt 6.x
The Qt SDK
|
#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 249 of file qcocoawindow.h.
|
inline |
Definition at line 250 of file qcocoawindow.h.
|
inline |
Definition at line 254 of file qcocoawindow.h.
References upper.
quintptr QCocoaWindow::BorderRange::identifier |
Definition at line 251 of file qcocoawindow.h.
int QCocoaWindow::BorderRange::lower |
Definition at line 253 of file qcocoawindow.h.
int QCocoaWindow::BorderRange::upper |
Definition at line 252 of file qcocoawindow.h.
Referenced by operator<().