JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
juce::MouseCursor::SharedCursorHandle Class Reference

Public Member Functions

 SharedCursorHandle (const MouseCursor::StandardCursorType type)
 
 SharedCursorHandle (const ScaledImage &image, Point< int > hotSpot)
 
bool isStandardType (MouseCursor::StandardCursorType type) const noexcept
 
PlatformSpecificHandlegetHandle () noexcept
 
MouseCursor::StandardCursorType getType () const noexcept
 

Static Public Member Functions

static std::shared_ptr< SharedCursorHandlecreateStandard (const MouseCursor::StandardCursorType type)
 

Detailed Description

Definition at line 29 of file juce_MouseCursor.cpp.

Constructor & Destructor Documentation

◆ SharedCursorHandle() [1/2]

juce::MouseCursor::SharedCursorHandle::SharedCursorHandle ( const MouseCursor::StandardCursorType  type)
explicit

Definition at line 32 of file juce_MouseCursor.cpp.

◆ SharedCursorHandle() [2/2]

juce::MouseCursor::SharedCursorHandle::SharedCursorHandle ( const ScaledImage image,
Point< int hotSpot 
)

Definition at line 39 of file juce_MouseCursor.cpp.

Member Function Documentation

◆ createStandard()

static std::shared_ptr< SharedCursorHandle > juce::MouseCursor::SharedCursorHandle::createStandard ( const MouseCursor::StandardCursorType  type)
static

Definition at line 49 of file juce_MouseCursor.cpp.

◆ getHandle()

PlatformSpecificHandle * juce::MouseCursor::SharedCursorHandle::getHandle ( )
noexcept

Definition at line 74 of file juce_MouseCursor.cpp.

◆ getType()

MouseCursor::StandardCursorType juce::MouseCursor::SharedCursorHandle::getType ( ) const
noexcept

Definition at line 75 of file juce_MouseCursor.cpp.

◆ isStandardType()

bool juce::MouseCursor::SharedCursorHandle::isStandardType ( MouseCursor::StandardCursorType  type) const
noexcept

Definition at line 69 of file juce_MouseCursor.cpp.


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