|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| WindowState (Plugin &) | |
Public Member Functions inherited from tracktion::engine::PluginWindowState | |
| PluginWindowState (Edit &) | |
| void | pickDefaultWindowBounds () |
| void | incRefCount () |
| void | decRefCount () |
| void | showWindowExplicitly () |
| void | closeWindowExplicitly () |
| bool | isWindowShowing () const |
| void | recreateWindowIfShowing () |
| void | hideWindowForShutdown () |
| void | pluginClicked (const juce::MouseEvent &) |
Public Attributes | |
| Plugin & | plugin |
Public Attributes inherited from tracktion::engine::PluginWindowState | |
| Edit & | edit |
| Engine & | engine |
| std::unique_ptr< juce::Component > | pluginWindow |
| int | windowShowerCount |
| bool | windowLocked |
| bool | temporarilyHidden |
| bool | wasExplicitlyClosed |
| juce::Rectangle< int > | lastWindowBounds |
| juce::Time | windowOpenTime |
Definition at line 381 of file tracktion_Plugin.h.
| tracktion::engine::Plugin::WindowState::WindowState | ( | Plugin & | p | ) |
Definition at line 65 of file tracktion_Plugin.cpp.
| Plugin& tracktion::engine::Plugin::WindowState::plugin |
Definition at line 385 of file tracktion_Plugin.h.