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
CursorHandle Class Reference

#include <qwindowscursor.h>

+ Collaboration diagram for CursorHandle:

Public Member Functions

 CursorHandle (HCURSOR hcursor=nullptr)
 
 ~CursorHandle ()
 
bool isNull () const
 
HCURSOR handle () const
 

Detailed Description

Definition at line 33 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ CursorHandle()

CursorHandle::CursorHandle ( HCURSOR hcursor = nullptr)
inlineexplicit

Definition at line 37 of file qwindowscursor.h.

◆ ~CursorHandle()

CursorHandle::~CursorHandle ( )
inline

Definition at line 38 of file qwindowscursor.h.

Member Function Documentation

◆ handle()

HCURSOR CursorHandle::handle ( ) const
inline

Definition at line 45 of file qwindowscursor.h.

Referenced by QWindowsWindow::applyCursor(), and QWindowsWindow::setCursor().

+ Here is the caller graph for this function:

◆ isNull()

bool CursorHandle::isNull ( ) const
inline

Definition at line 44 of file qwindowscursor.h.

Referenced by QWindowsWindow::applyCursor(), and applyNewCursor().

+ Here is the caller graph for this function:

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