![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
Inheritance diagram for MemaApplication:
Collaboration diagram for MemaApplication:Classes | |
| struct | MemaTaskbarComponent |
Public Member Functions | |
| MemaApplication () | |
| ~MemaApplication () | |
| const juce::String | getApplicationName () override |
| const juce::String | getApplicationVersion () override |
| bool | moreThanOneInstanceAllowed () override |
| void | initialise (const juce::String &commandLine) override |
| void | shutdown () override |
| std::unique_ptr< Mema::MemaUIComponent > | createAndConnectMemaUIComponent () |
| void | disconnectAndDeleteMemaUIComponent () |
| void | showUiAsCalloutBox (const juce::Point< int > &positionToPointTo) |
| void | showUiAsStandaloneWindow () |
|
inline |
Definition at line 97 of file Main.cpp.
References disconnectAndDeleteMemaUIComponent().
|
inline |
Definition at line 165 of file Main.cpp.
References disconnectAndDeleteMemaUIComponent(), and showUiAsStandaloneWindow().
Referenced by showUiAsCalloutBox(), and showUiAsStandaloneWindow().
|
inline |
Definition at line 255 of file Main.cpp.
Referenced by createAndConnectMemaUIComponent(), showUiAsCalloutBox(), and ~MemaApplication().
|
inlineoverride |
Definition at line 103 of file Main.cpp.
Referenced by initialise(), and MemaApplication::MemaTaskbarComponent::MemaTaskbarComponent().
|
inlineoverride |
|
inlineoverride |
Definition at line 108 of file Main.cpp.
References getApplicationName(), showUiAsCalloutBox(), and showUiAsStandaloneWindow().
|
inlineoverride |
|
inline |
Definition at line 268 of file Main.cpp.
References createAndConnectMemaUIComponent(), and disconnectAndDeleteMemaUIComponent().
Referenced by initialise().
|
inline |
Definition at line 285 of file Main.cpp.
References createAndConnectMemaUIComponent().
Referenced by createAndConnectMemaUIComponent(), and initialise().