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
QCocoaWindow::BorderRange Struct Reference

#include <qcocoawindow.h>

Collaboration diagram for QCocoaWindow::BorderRange:

Public Member Functions

 BorderRange (quintptr i, int u, int l)
bool operator< (BorderRange const &right) const

Public Attributes

quintptr identifier
int upper
int lower

Detailed Description

Definition at line 269 of file qcocoawindow.h.

Constructor & Destructor Documentation

◆ BorderRange()

QCocoaWindow::BorderRange::BorderRange ( quintptr i,
int u,
int l )
inline

Definition at line 270 of file qcocoawindow.h.

References lower, and upper.

Member Function Documentation

◆ operator<()

bool QCocoaWindow::BorderRange::operator< ( BorderRange const & right) const
inline

Definition at line 274 of file qcocoawindow.h.

References upper.

Member Data Documentation

◆ identifier

quintptr QCocoaWindow::BorderRange::identifier

Definition at line 271 of file qcocoawindow.h.

◆ lower

int QCocoaWindow::BorderRange::lower

Definition at line 273 of file qcocoawindow.h.

Referenced by BorderRange().

◆ upper

int QCocoaWindow::BorderRange::upper

Definition at line 272 of file qcocoawindow.h.

Referenced by BorderRange(), and operator<().


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