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
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 44 of file qwindowscursor.h.

Constructor & Destructor Documentation

◆ CursorHandle()

CursorHandle::CursorHandle ( HCURSOR hcursor = nullptr)
inlineexplicit

Definition at line 48 of file qwindowscursor.h.

◆ ~CursorHandle()

CursorHandle::~CursorHandle ( )
inline

Definition at line 49 of file qwindowscursor.h.

Member Function Documentation

◆ handle()

HCURSOR CursorHandle::handle ( ) const
inline

Definition at line 56 of file qwindowscursor.h.

◆ isNull()

bool CursorHandle::isNull ( ) const
inline

Definition at line 55 of file qwindowscursor.h.


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