openshot-audio  0.1.7
Public Member Functions | List of all members
juce::JUCEApplicationBase::MultipleInstanceHandler Struct Reference
Inheritance diagram for juce::JUCEApplicationBase::MultipleInstanceHandler:
juce::ActionListener

Public Member Functions

 MultipleInstanceHandler (const String &appName)
 
bool sendCommandLineToPreexistingInstance ()
 
void actionListenerCallback (const String &message) override
 
- Public Member Functions inherited from juce::ActionListener
virtual ~ActionListener ()
 

Constructor & Destructor Documentation

◆ MultipleInstanceHandler()

juce::JUCEApplicationBase::MultipleInstanceHandler::MultipleInstanceHandler ( const String appName)
inline

Member Function Documentation

◆ actionListenerCallback()

void juce::JUCEApplicationBase::MultipleInstanceHandler::actionListenerCallback ( const String message)
inlineoverridevirtual

Overridden by your subclass to receive the callback.

Parameters
messagethe string that was specified when the event was triggered by a call to ActionBroadcaster::sendActionMessage()

Implements juce::ActionListener.

◆ sendCommandLineToPreexistingInstance()

bool juce::JUCEApplicationBase::MultipleInstanceHandler::sendCommandLineToPreexistingInstance ( )
inline

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