mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Introjucer: wizards for auto-generating new Component classes
This commit is contained in:
parent
6e631bceb1
commit
d24ee139d3
21 changed files with 582 additions and 77 deletions
|
|
@ -27,13 +27,13 @@ public:
|
|||
//==============================================================================
|
||||
void initialise (const String& commandLine)
|
||||
{
|
||||
// Do your application's initialisation code here..
|
||||
// Add your application's initialisation code here..
|
||||
APPINITCODE
|
||||
}
|
||||
|
||||
void shutdown()
|
||||
{
|
||||
// Do your application's shutdown code here..
|
||||
// Add your application's shutdown code here..
|
||||
APPSHUTDOWNCODE
|
||||
}
|
||||
|
||||
|
|
@ -43,7 +43,6 @@ public:
|
|||
quit();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
const String getApplicationName()
|
||||
{
|
||||
return "APPNAME";
|
||||
|
|
@ -70,4 +69,4 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
// This macro generates the main() routine that starts the app.
|
||||
START_JUCE_APPLICATION(APPCLASSNAME)
|
||||
START_JUCE_APPLICATION (APPCLASSNAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue