Photosine 0.5
Loading...
Searching...
No Matches

#include <ImageProcessing.h>

Static Public Member Functions

static void open ()
static void close ()

Static Public Attributes

static std::shared_ptr< juce::Array< std::shared_ptr< AudioPluginImageProcessor > > > ImageProcessors

Private Member Functions

 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Processors)

Detailed Description

Class containing instances of AudioPluginImageProcessor.

Member Function Documentation

◆ close()

void ImageProcessing::Processors::close ( )
inlinestatic

Releases resources.

◆ JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR()

ImageProcessing::Processors::JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR ( Processors )
private

◆ open()

void ImageProcessing::Processors::open ( )
inlinestatic

Creates instance of ImageProcessors so items can be added to the array.

Member Data Documentation

◆ ImageProcessors

std::shared_ptr<juce::Array<std::shared_ptr<AudioPluginImageProcessor> > > ImageProcessing::Processors::ImageProcessors
inlinestatic

Array containing instances of AudioPluginImageProcessor


The documentation for this class was generated from the following file:
  • /Users/cliftonmarien/Documents/Photosine/Photosine/Source/ImageProcessing/ImageProcessing.h