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
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"
31 //==============================================================================
34 An auto-generated component, created by the Jucer.
36 Describe your class and how it works here!
39 class AudioDemoSetupPage
: public Component
42 //==============================================================================
43 AudioDemoSetupPage (AudioDeviceManager
& deviceManager_
);
44 ~AudioDemoSetupPage();
46 //==============================================================================
47 //[UserMethods] -- You can add your own custom methods in this section.
50 void paint (Graphics
& g
);
55 //==============================================================================
56 juce_UseDebuggingNewOperator
59 //[UserVariables] -- You can add your own custom variables in this section.
60 AudioDeviceManager
& deviceManager
;
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__