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 | List of all members
juce::FileChooser::NonNative Class Referencefinal
Inheritance diagram for juce::FileChooser::NonNative:
std::enable_shared_from_this< NonNative >

Public Member Functions

 NonNative (FileChooser &fileChooser, int flags, FilePreviewComponent *preview)
 
void launch () override
 
void runModally () override
 
- Public Member Functions inherited from std::enable_shared_from_this< NonNative >
enable_shared_from_this (T... args)
 
operator= (T... args)
 
shared_from_this (T... args)
 
weak_from_this (T... args)
 
~enable_shared_from_this (T... args)
 

Detailed Description

Definition at line 30 of file juce_FileChooser.cpp.

Constructor & Destructor Documentation

◆ NonNative()

juce::FileChooser::NonNative::NonNative ( FileChooser fileChooser,
int  flags,
FilePreviewComponent preview 
)

Definition at line 34 of file juce_FileChooser.cpp.

◆ ~NonNative()

juce::FileChooser::NonNative::~NonNative ( )
override

Definition at line 46 of file juce_FileChooser.cpp.

Member Function Documentation

◆ launch()

void juce::FileChooser::NonNative::launch ( )
override

Definition at line 51 of file juce_FileChooser.cpp.

◆ runModally()

void juce::FileChooser::NonNative::runModally ( )
override

Definition at line 65 of file juce_FileChooser.cpp.


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