Add remaining files
[juce-lv2.git] / juce / source / extras / JuceDemo / Source / demos / AudioDemoSetupPage.h
blobee651a2ee8571d8eb4ab6b5700ab450682674372
1 /*
2 ==============================================================================
4 This is an automatically generated file created by the Jucer!
6 Creation date: 1 May 2011 1:54:18pm
8 Be careful when adding custom code to these files, as only the code within
9 the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
10 and re-saved.
12 Jucer version: 1.12
14 ------------------------------------------------------------------------------
16 The Jucer is part of the JUCE library - "Jules' Utility Class Extensions"
17 Copyright 2004-6 by Raw Material Software ltd.
19 ==============================================================================
22 #ifndef __JUCER_HEADER_AUDIODEMOSETUPPAGE_AUDIODEMOSETUPPAGE_A3545895__
23 #define __JUCER_HEADER_AUDIODEMOSETUPPAGE_AUDIODEMOSETUPPAGE_A3545895__
25 //[Headers] -- You can add your own extra header files here --
26 #include "../jucedemo_headers.h"
27 //[/Headers]
31 //==============================================================================
32 /**
33 //[Comments]
34 An auto-generated component, created by the Jucer.
36 Describe your class and how it works here!
37 //[/Comments]
39 class AudioDemoSetupPage : public Component
41 public:
42 //==============================================================================
43 AudioDemoSetupPage (AudioDeviceManager& deviceManager_);
44 ~AudioDemoSetupPage();
46 //==============================================================================
47 //[UserMethods] -- You can add your own custom methods in this section.
48 //[/UserMethods]
50 void paint (Graphics& g);
51 void resized();
55 //==============================================================================
56 juce_UseDebuggingNewOperator
58 private:
59 //[UserVariables] -- You can add your own custom variables in this section.
60 AudioDeviceManager& deviceManager;
61 //[/UserVariables]
63 //==============================================================================
64 AudioDeviceSelectorComponent* deviceSelector;
67 //==============================================================================
68 // (prevent copy constructor and operator= being generated..)
69 AudioDemoSetupPage (const AudioDemoSetupPage&);
70 const AudioDemoSetupPage& operator= (const AudioDemoSetupPage&);
74 #endif // __JUCER_HEADER_AUDIODEMOSETUPPAGE_AUDIODEMOSETUPPAGE_A3545895__