2 ==============================================================================
4 This is an automatically generated file created by the Jucer!
6 Be careful when adding custom code to these files, as only the code within
7 the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
10 Created for JUCE version: JUCE v1.53.8
12 ------------------------------------------------------------------------------
14 JUCE and the Jucer are copyright 2004-10 by Raw Material Software ltd.
16 ==============================================================================
19 #ifndef __JUCER_PROJECTINFORMATIONCOMPONENT_H_2F89B0AC__
20 #define __JUCER_PROJECTINFORMATIONCOMPONENT_H_2F89B0AC__
22 //[Headers] -- You can add your own extra header files here --
23 #include "jucer_ProjectExporter.h"
28 //==============================================================================
31 Holds the tabs containing all the project info.
34 class ProjectInformationComponent
: public Component
,
35 public ChangeListener
,
39 //==============================================================================
40 ProjectInformationComponent (Project
& project_
);
41 ~ProjectInformationComponent();
43 //==============================================================================
44 //[UserMethods] -- You can add your own custom methods in this section.
45 void changeListenerCallback (ChangeBroadcaster
*);
46 void rebuildConfigTabs();
50 void buttonClicked (Button
* buttonThatWasClicked
);
51 void paint (Graphics
& g
);
55 //==============================================================================
56 //[UserVariables] -- You can add your own custom variables in this section.
60 void updateConfigTabs();
61 void showConfigMenu();
62 void showExporterMenu();
65 //==============================================================================
66 TabbedComponent configTabBox
;
67 TextButton editConfigsButton
;
68 TextButton openProjectButton
;
69 TextButton editExportersButton
;
70 TextButton saveAndOpenButton
;
72 //==============================================================================
73 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ProjectInformationComponent
);
77 #endif // __JUCER_PROJECTINFORMATIONCOMPONENT_H_2F89B0AC__