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::detail::ConcreteScopedMessageBoxImpl Class Reference
Inheritance diagram for juce::detail::ConcreteScopedMessageBoxImpl:
juce::detail::ScopedMessageBoxImpl juce::AsyncUpdater

Public Member Functions

void close () override
 

Static Public Member Functions

static ScopedMessageBox show (std::unique_ptr< ScopedMessageBoxInterface > &&native, std::function< void(int)> callback)
 
static int showUnmanaged (std::unique_ptr< ScopedMessageBoxInterface > &&native, ModalComponentManager::Callback *cb)
 

Detailed Description

Definition at line 38 of file juce_ScopedMessageBoxImpl.h.

Constructor & Destructor Documentation

◆ ~ConcreteScopedMessageBoxImpl()

juce::detail::ConcreteScopedMessageBoxImpl::~ConcreteScopedMessageBoxImpl ( )
override

Definition at line 62 of file juce_ScopedMessageBoxImpl.h.

Member Function Documentation

◆ close()

void juce::detail::ConcreteScopedMessageBoxImpl::close ( )
overridevirtual

Implements juce::detail::ScopedMessageBoxImpl.

Definition at line 67 of file juce_ScopedMessageBoxImpl.h.

◆ show()

static ScopedMessageBox juce::detail::ConcreteScopedMessageBoxImpl::show ( std::unique_ptr< ScopedMessageBoxInterface > &&  native,
std::function< void(int)>  callback 
)
static

Definition at line 42 of file juce_ScopedMessageBoxImpl.h.

◆ showUnmanaged()

static int juce::detail::ConcreteScopedMessageBoxImpl::showUnmanaged ( std::unique_ptr< ScopedMessageBoxInterface > &&  native,
ModalComponentManager::Callback cb 
)
static

Definition at line 49 of file juce_ScopedMessageBoxImpl.h.


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