Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 249 of file qcocoawindow.h.

Constructor & Destructor Documentation

◆ BorderRange()

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

Definition at line 250 of file qcocoawindow.h.

Member Function Documentation

◆ operator<()

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

Definition at line 254 of file qcocoawindow.h.

References upper.

Member Data Documentation

◆ identifier

quintptr QCocoaWindow::BorderRange::identifier

Definition at line 251 of file qcocoawindow.h.

◆ lower

int QCocoaWindow::BorderRange::lower

Definition at line 253 of file qcocoawindow.h.

◆ upper

int QCocoaWindow::BorderRange::upper

Definition at line 252 of file qcocoawindow.h.

Referenced by operator<().


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