This file is indexed.

/usr/share/doc/libjuce/apiref/classJUCEApplication.html is in libjuce-doc 4.3.0~repack-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JUCE: JUCEApplication Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">JUCE
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="classJUCEApplication-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">JUCEApplication Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>An instance of this class is used to specify initialisation and shutdown code for the application.  
 <a href="classJUCEApplication.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for JUCEApplication:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="classJUCEApplication.png" usemap="#JUCEApplication_map" alt=""/>
  <map id="JUCEApplication_map" name="JUCEApplication_map">
<area href="classJUCEApplicationBase.html" title="Abstract base class for application classes. " alt="JUCEApplicationBase" shape="rect" coords="0,0,166,24"/>
<area href="classApplicationCommandTarget.html" title="A command target publishes a list of command IDs that it can perform. " alt="ApplicationCommandTarget" shape="rect" coords="176,0,342,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a80e6dadf35b6954df90f2e11bb25ad8b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a80e6dadf35b6954df90f2e11bb25ad8b">JUCEApplication</a> ()</td></tr>
<tr class="memdesc:a80e6dadf35b6954df90f2e11bb25ad8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a JUCE app object.  <a href="#a80e6dadf35b6954df90f2e11bb25ad8b">More...</a><br /></td></tr>
<tr class="separator:a80e6dadf35b6954df90f2e11bb25ad8b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:add71c71bdb57bd2cfdf159e50b8fd680"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#add71c71bdb57bd2cfdf159e50b8fd680">~JUCEApplication</a> ()</td></tr>
<tr class="memdesc:add71c71bdb57bd2cfdf159e50b8fd680"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#add71c71bdb57bd2cfdf159e50b8fd680">More...</a><br /></td></tr>
<tr class="separator:add71c71bdb57bd2cfdf159e50b8fd680"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6d0ce92edbfcc864e69faeed9bde92bd"><td class="memItemLeft" align="right" valign="top">virtual const <a class="el" href="classString.html">String</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a6d0ce92edbfcc864e69faeed9bde92bd">getApplicationName</a> ()=0</td></tr>
<tr class="memdesc:a6d0ce92edbfcc864e69faeed9bde92bd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the application's name.  <a href="#a6d0ce92edbfcc864e69faeed9bde92bd">More...</a><br /></td></tr>
<tr class="separator:a6d0ce92edbfcc864e69faeed9bde92bd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d429c838740667370e1439bc0905471"><td class="memItemLeft" align="right" valign="top">virtual const <a class="el" href="classString.html">String</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a4d429c838740667370e1439bc0905471">getApplicationVersion</a> ()=0</td></tr>
<tr class="memdesc:a4d429c838740667370e1439bc0905471"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the application's version number.  <a href="#a4d429c838740667370e1439bc0905471">More...</a><br /></td></tr>
<tr class="separator:a4d429c838740667370e1439bc0905471"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae7f9d8176003e18a1b6f4c30a63fdbf6"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#ae7f9d8176003e18a1b6f4c30a63fdbf6">moreThanOneInstanceAllowed</a> () override</td></tr>
<tr class="memdesc:ae7f9d8176003e18a1b6f4c30a63fdbf6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether multiple instances of the app are allowed.  <a href="#ae7f9d8176003e18a1b6f4c30a63fdbf6">More...</a><br /></td></tr>
<tr class="separator:ae7f9d8176003e18a1b6f4c30a63fdbf6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adf79c71599bd3848e3d676ed4d95424e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#adf79c71599bd3848e3d676ed4d95424e">anotherInstanceStarted</a> (const <a class="el" href="classString.html">String</a> &amp;commandLine) override</td></tr>
<tr class="memdesc:adf79c71599bd3848e3d676ed4d95424e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Indicates that the user has tried to start up another instance of the app.  <a href="#adf79c71599bd3848e3d676ed4d95424e">More...</a><br /></td></tr>
<tr class="separator:adf79c71599bd3848e3d676ed4d95424e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8e9b08200268216a791326635ec9321c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a8e9b08200268216a791326635ec9321c">systemRequestedQuit</a> () override</td></tr>
<tr class="memdesc:a8e9b08200268216a791326635ec9321c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Called when the operating system is trying to close the application.  <a href="#a8e9b08200268216a791326635ec9321c">More...</a><br /></td></tr>
<tr class="separator:a8e9b08200268216a791326635ec9321c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6cadf3017be03ed3141f1b166599cb35"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a6cadf3017be03ed3141f1b166599cb35">suspended</a> () override</td></tr>
<tr class="memdesc:a6cadf3017be03ed3141f1b166599cb35"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method is called when the application is being put into background mode by the operating system.  <a href="#a6cadf3017be03ed3141f1b166599cb35">More...</a><br /></td></tr>
<tr class="separator:a6cadf3017be03ed3141f1b166599cb35"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a292fcde28c3270c5d3afa84dba14feab"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a292fcde28c3270c5d3afa84dba14feab">resumed</a> () override</td></tr>
<tr class="memdesc:a292fcde28c3270c5d3afa84dba14feab"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method is called when the application is being woken from background mode by the operating system.  <a href="#a292fcde28c3270c5d3afa84dba14feab">More...</a><br /></td></tr>
<tr class="separator:a292fcde28c3270c5d3afa84dba14feab"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af7939b3650dbba8e9abcaa9600f107d6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#af7939b3650dbba8e9abcaa9600f107d6">unhandledException</a> (const std::exception *e, const <a class="el" href="classString.html">String</a> &amp;sourceFilename, int lineNumber) override</td></tr>
<tr class="memdesc:af7939b3650dbba8e9abcaa9600f107d6"><td class="mdescLeft">&#160;</td><td class="mdescRight">If any unhandled exceptions make it through to the message dispatch loop, this callback will be triggered, in case you want to log them or do some other type of error-handling.  <a href="#af7939b3650dbba8e9abcaa9600f107d6">More...</a><br /></td></tr>
<tr class="separator:af7939b3650dbba8e9abcaa9600f107d6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1c117f0c85adf4cd41cbd3a629a0d80"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classApplicationCommandTarget.html">ApplicationCommandTarget</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#ad1c117f0c85adf4cd41cbd3a629a0d80">getNextCommandTarget</a> () override</td></tr>
<tr class="separator:ad1c117f0c85adf4cd41cbd3a629a0d80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3222d0245de1d1baf346addf9d00f2e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#ae3222d0245de1d1baf346addf9d00f2e">getCommandInfo</a> (<a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a>, <a class="el" href="structApplicationCommandInfo.html">ApplicationCommandInfo</a> &amp;) override</td></tr>
<tr class="separator:ae3222d0245de1d1baf346addf9d00f2e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a72ea0c210591a07bee0bb47a1a3a0db2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a72ea0c210591a07bee0bb47a1a3a0db2">getAllCommands</a> (<a class="el" href="classArray.html">Array</a>&lt; <a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a> &gt; &amp;) override</td></tr>
<tr class="separator:a72ea0c210591a07bee0bb47a1a3a0db2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a039df30ba3fa0291a8d0c0cde1e80312"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#a039df30ba3fa0291a8d0c0cde1e80312">perform</a> (const <a class="el" href="structApplicationCommandTarget_1_1InvocationInfo.html">InvocationInfo</a> &amp;) override</td></tr>
<tr class="separator:a039df30ba3fa0291a8d0c0cde1e80312"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classJUCEApplicationBase"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classJUCEApplicationBase')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classJUCEApplicationBase.html">JUCEApplicationBase</a></td></tr>
<tr class="memitem:a98ba445960e64ae6314626cd14659bd5 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a98ba445960e64ae6314626cd14659bd5">~JUCEApplicationBase</a> ()</td></tr>
<tr class="memdesc:a98ba445960e64ae6314626cd14659bd5 inherit pub_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="classJUCEApplicationBase.html#a98ba445960e64ae6314626cd14659bd5">More...</a><br /></td></tr>
<tr class="separator:a98ba445960e64ae6314626cd14659bd5 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad584bed05116674a1e68f60a1ac546f5 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5">initialise</a> (const <a class="el" href="classString.html">String</a> &amp;commandLineParameters)=0</td></tr>
<tr class="memdesc:ad584bed05116674a1e68f60a1ac546f5 inherit pub_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Called when the application starts.  <a href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5">More...</a><br /></td></tr>
<tr class="separator:ad584bed05116674a1e68f60a1ac546f5 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a318021f86bf379caeb4cb27c32f0f229 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a318021f86bf379caeb4cb27c32f0f229">shutdown</a> ()=0</td></tr>
<tr class="separator:a318021f86bf379caeb4cb27c32f0f229 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8eff5c3954a4a4f09153cc10165a588 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#aa8eff5c3954a4a4f09153cc10165a588">setApplicationReturnValue</a> (int newReturnValue) noexcept</td></tr>
<tr class="memdesc:aa8eff5c3954a4a4f09153cc10165a588 inherit pub_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the value that should be returned as the application's exit code when the app quits.  <a href="classJUCEApplicationBase.html#aa8eff5c3954a4a4f09153cc10165a588">More...</a><br /></td></tr>
<tr class="separator:aa8eff5c3954a4a4f09153cc10165a588 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7f483c8b97ddec5a4dcdf7ae7b4b0088 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a7f483c8b97ddec5a4dcdf7ae7b4b0088">getApplicationReturnValue</a> () const noexcept</td></tr>
<tr class="memdesc:a7f483c8b97ddec5a4dcdf7ae7b4b0088 inherit pub_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the value that has been set as the application's exit code.  <a href="classJUCEApplicationBase.html#a7f483c8b97ddec5a4dcdf7ae7b4b0088">More...</a><br /></td></tr>
<tr class="separator:a7f483c8b97ddec5a4dcdf7ae7b4b0088 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a50aeb95b30fa9f4859777ca5474dce09 inherit pub_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a50aeb95b30fa9f4859777ca5474dce09">isInitialising</a> () const noexcept</td></tr>
<tr class="memdesc:a50aeb95b30fa9f4859777ca5474dce09 inherit pub_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the application hasn't yet completed its <a class="el" href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5" title="Called when the application starts. ">initialise()</a> method and entered the main event loop.  <a href="classJUCEApplicationBase.html#a50aeb95b30fa9f4859777ca5474dce09">More...</a><br /></td></tr>
<tr class="separator:a50aeb95b30fa9f4859777ca5474dce09 inherit pub_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classApplicationCommandTarget"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classApplicationCommandTarget')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classApplicationCommandTarget.html">ApplicationCommandTarget</a></td></tr>
<tr class="memitem:a87a924f9667311234b74292dcd737a98 inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#a87a924f9667311234b74292dcd737a98">ApplicationCommandTarget</a> ()</td></tr>
<tr class="memdesc:a87a924f9667311234b74292dcd737a98 inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a command target.  <a href="classApplicationCommandTarget.html#a87a924f9667311234b74292dcd737a98">More...</a><br /></td></tr>
<tr class="separator:a87a924f9667311234b74292dcd737a98 inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aedcfa2f5c7f9798eaa717579d3d6e12a inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#aedcfa2f5c7f9798eaa717579d3d6e12a">~ApplicationCommandTarget</a> ()</td></tr>
<tr class="memdesc:aedcfa2f5c7f9798eaa717579d3d6e12a inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="classApplicationCommandTarget.html#aedcfa2f5c7f9798eaa717579d3d6e12a">More...</a><br /></td></tr>
<tr class="separator:aedcfa2f5c7f9798eaa717579d3d6e12a inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeffaac3af6c4922240e1e5e03ad0a1b5 inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#aeffaac3af6c4922240e1e5e03ad0a1b5">invoke</a> (const <a class="el" href="structApplicationCommandTarget_1_1InvocationInfo.html">InvocationInfo</a> &amp;invocationInfo, const bool asynchronously)</td></tr>
<tr class="memdesc:aeffaac3af6c4922240e1e5e03ad0a1b5 inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Makes this target invoke a command.  <a href="classApplicationCommandTarget.html#aeffaac3af6c4922240e1e5e03ad0a1b5">More...</a><br /></td></tr>
<tr class="separator:aeffaac3af6c4922240e1e5e03ad0a1b5 inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a93daac13c40f226ccab1e92a390ad61a inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#a93daac13c40f226ccab1e92a390ad61a">invokeDirectly</a> (const <a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a> commandID, const bool asynchronously)</td></tr>
<tr class="memdesc:a93daac13c40f226ccab1e92a390ad61a inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Invokes a given command directly on this target.  <a href="classApplicationCommandTarget.html#a93daac13c40f226ccab1e92a390ad61a">More...</a><br /></td></tr>
<tr class="separator:a93daac13c40f226ccab1e92a390ad61a inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aee836277019ca8182636e32701d814d7 inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classApplicationCommandTarget.html">ApplicationCommandTarget</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#aee836277019ca8182636e32701d814d7">getTargetForCommand</a> (const <a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a> commandID)</td></tr>
<tr class="memdesc:aee836277019ca8182636e32701d814d7 inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Searches this target and all subsequent ones for the first one that can handle the specified command.  <a href="classApplicationCommandTarget.html#aee836277019ca8182636e32701d814d7">More...</a><br /></td></tr>
<tr class="separator:aee836277019ca8182636e32701d814d7 inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5ee995932e10bd18dc6fff111f3835e inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#ab5ee995932e10bd18dc6fff111f3835e">isCommandActive</a> (const <a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a> commandID)</td></tr>
<tr class="memdesc:ab5ee995932e10bd18dc6fff111f3835e inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether this command can currently be performed by this target.  <a href="classApplicationCommandTarget.html#ab5ee995932e10bd18dc6fff111f3835e">More...</a><br /></td></tr>
<tr class="separator:ab5ee995932e10bd18dc6fff111f3835e inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8fb128295bd2117cfdc982db022ef6a inherit pub_methods_classApplicationCommandTarget"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classApplicationCommandTarget.html">ApplicationCommandTarget</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classApplicationCommandTarget.html#aa8fb128295bd2117cfdc982db022ef6a">findFirstTargetParentComponent</a> ()</td></tr>
<tr class="memdesc:aa8fb128295bd2117cfdc982db022ef6a inherit pub_methods_classApplicationCommandTarget"><td class="mdescLeft">&#160;</td><td class="mdescRight">If this object is a <a class="el" href="classComponent.html" title="The base class for all JUCE user-interface objects. ">Component</a>, this method will search upwards in its current UI hierarchy for the next parent component that implements the <a class="el" href="classApplicationCommandTarget.html" title="A command target publishes a list of command IDs that it can perform. ">ApplicationCommandTarget</a> class.  <a href="classApplicationCommandTarget.html#aa8fb128295bd2117cfdc982db022ef6a">More...</a><br /></td></tr>
<tr class="separator:aa8fb128295bd2117cfdc982db022ef6a inherit pub_methods_classApplicationCommandTarget"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ad15f6ff030ab610313c31aa8323383f8"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classJUCEApplication.html">JUCEApplication</a> *<a class="el" href="juce__PlatformDefs_8h.html#af0b3f78ca801d88a7912f4c6bbf50e58">JUCE_CALLTYPE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplication.html#ad15f6ff030ab610313c31aa8323383f8">getInstance</a> () noexcept</td></tr>
<tr class="memdesc:ad15f6ff030ab610313c31aa8323383f8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the global instance of the application object being run.  <a href="#ad15f6ff030ab610313c31aa8323383f8">More...</a><br /></td></tr>
<tr class="separator:ad15f6ff030ab610313c31aa8323383f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_static_methods_classJUCEApplicationBase"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classJUCEApplicationBase')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classJUCEApplicationBase.html">JUCEApplicationBase</a></td></tr>
<tr class="memitem:a7beddd11441f0657d771d897ca864005 inherit pub_static_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classJUCEApplicationBase.html">JUCEApplicationBase</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a7beddd11441f0657d771d897ca864005">getInstance</a> () noexcept</td></tr>
<tr class="memdesc:a7beddd11441f0657d771d897ca864005 inherit pub_static_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the global instance of the application object that's running.  <a href="classJUCEApplicationBase.html#a7beddd11441f0657d771d897ca864005">More...</a><br /></td></tr>
<tr class="separator:a7beddd11441f0657d771d897ca864005 inherit pub_static_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a542e212605f0aa693f687d8798998615 inherit pub_static_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a542e212605f0aa693f687d8798998615">quit</a> ()</td></tr>
<tr class="memdesc:a542e212605f0aa693f687d8798998615 inherit pub_static_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Signals that the main message loop should stop and the application should terminate.  <a href="classJUCEApplicationBase.html#a542e212605f0aa693f687d8798998615">More...</a><br /></td></tr>
<tr class="separator:a542e212605f0aa693f687d8798998615 inherit pub_static_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a61eedb3499aba883c3e4822a6c2c8973 inherit pub_static_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classStringArray.html">StringArray</a> <a class="el" href="juce__PlatformDefs_8h.html#af0b3f78ca801d88a7912f4c6bbf50e58">JUCE_CALLTYPE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a61eedb3499aba883c3e4822a6c2c8973">getCommandLineParameterArray</a> ()</td></tr>
<tr class="memdesc:a61eedb3499aba883c3e4822a6c2c8973 inherit pub_static_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the application's command line parameters as a set of strings.  <a href="classJUCEApplicationBase.html#a61eedb3499aba883c3e4822a6c2c8973">More...</a><br /></td></tr>
<tr class="separator:a61eedb3499aba883c3e4822a6c2c8973 inherit pub_static_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adee64be174cace396ba05ce3bbb6a280 inherit pub_static_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classString.html">String</a> <a class="el" href="juce__PlatformDefs_8h.html#af0b3f78ca801d88a7912f4c6bbf50e58">JUCE_CALLTYPE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#adee64be174cace396ba05ce3bbb6a280">getCommandLineParameters</a> ()</td></tr>
<tr class="memdesc:adee64be174cace396ba05ce3bbb6a280 inherit pub_static_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the application's command line parameters as a single string.  <a href="classJUCEApplicationBase.html#adee64be174cace396ba05ce3bbb6a280">More...</a><br /></td></tr>
<tr class="separator:adee64be174cace396ba05ce3bbb6a280 inherit pub_static_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab37b7899d09c4bd2b6f38a3ae13dcb33 inherit pub_static_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#ab37b7899d09c4bd2b6f38a3ae13dcb33">isStandaloneApp</a> () noexcept</td></tr>
<tr class="memdesc:ab37b7899d09c4bd2b6f38a3ae13dcb33 inherit pub_static_methods_classJUCEApplicationBase"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if this executable is running as an app (as opposed to being a plugin or other kind of shared library.  <a href="classJUCEApplicationBase.html#ab37b7899d09c4bd2b6f38a3ae13dcb33">More...</a><br /></td></tr>
<tr class="separator:ab37b7899d09c4bd2b6f38a3ae13dcb33 inherit pub_static_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classJUCEApplicationBase"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classJUCEApplicationBase')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classJUCEApplicationBase.html">JUCEApplicationBase</a></td></tr>
<tr class="memitem:a3b64c47474ca9bf96c4ad7c0ee8cb3f5 inherit pro_methods_classJUCEApplicationBase"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJUCEApplicationBase.html#a3b64c47474ca9bf96c4ad7c0ee8cb3f5">JUCEApplicationBase</a> ()</td></tr>
<tr class="separator:a3b64c47474ca9bf96c4ad7c0ee8cb3f5 inherit pro_methods_classJUCEApplicationBase"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An instance of this class is used to specify initialisation and shutdown code for the application. </p>
<p>Any application that wants to run an event loop must declare a subclass of <a class="el" href="classJUCEApplicationBase.html" title="Abstract base class for application classes. ">JUCEApplicationBase</a> or <a class="el" href="classJUCEApplication.html" title="An instance of this class is used to specify initialisation and shutdown code for the application...">JUCEApplication</a>, and implement its various pure virtual methods.</p>
<p>It then needs to use the START_JUCE_APPLICATION macro somewhere in a CPP file to declare an instance of this class and generate suitable platform-specific boilerplate code to launch the app.</p>
<p>Note that this class is derived from <a class="el" href="classJUCEApplicationBase.html" title="Abstract base class for application classes. ">JUCEApplicationBase</a>, which contains most of the useful methods and functionality. This derived class is here simply as a convenient way to also inherit from an <a class="el" href="classApplicationCommandTarget.html" title="A command target publishes a list of command IDs that it can perform. ">ApplicationCommandTarget</a>, and to implement default versions of some of the pure virtual base class methods. But you can derive your app object directly from <a class="el" href="classJUCEApplicationBase.html" title="Abstract base class for application classes. ">JUCEApplicationBase</a> if you want to, and by doing so can avoid having a dependency on the juce_gui_basics module.</p>
<p>e.g.</p><div class="fragment"><div class="line"><span class="keyword">class </span>MyJUCEApp  : <span class="keyword">public</span> <a class="code" href="classJUCEApplication.html">JUCEApplication</a></div><div class="line">{</div><div class="line"><span class="keyword">public</span>:</div><div class="line">    MyJUCEApp()  {}</div><div class="line">    ~MyJUCEApp() {}</div><div class="line"></div><div class="line">    <span class="keywordtype">void</span> <a class="code" href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5">initialise</a> (<span class="keyword">const</span> <a class="code" href="classString.html">String</a>&amp; commandLine)<span class="keyword"> override</span></div><div class="line"><span class="keyword">    </span>{</div><div class="line">        myMainWindow = <span class="keyword">new</span> MyApplicationWindow();</div><div class="line">        myMainWindow-&gt;setBounds (100, 100, 400, 500);</div><div class="line">        myMainWindow-&gt;setVisible (<span class="keyword">true</span>);</div><div class="line">    }</div><div class="line"></div><div class="line">    <span class="keywordtype">void</span> <a class="code" href="classJUCEApplicationBase.html#a318021f86bf379caeb4cb27c32f0f229">shutdown</a>()<span class="keyword"> override</span></div><div class="line"><span class="keyword">    </span>{</div><div class="line">        myMainWindow = <span class="keyword">nullptr</span>;</div><div class="line">    }</div><div class="line"></div><div class="line">    <span class="keyword">const</span> <a class="code" href="classString.html">String</a> <a class="code" href="classJUCEApplication.html#a6d0ce92edbfcc864e69faeed9bde92bd">getApplicationName</a>()<span class="keyword"> override</span></div><div class="line"><span class="keyword">    </span>{</div><div class="line">        <span class="keywordflow">return</span> <span class="stringliteral">&quot;Super JUCE-o-matic&quot;</span>;</div><div class="line">    }</div><div class="line"></div><div class="line">    <span class="keyword">const</span> <a class="code" href="classString.html">String</a> <a class="code" href="classJUCEApplication.html#a4d429c838740667370e1439bc0905471">getApplicationVersion</a>()<span class="keyword"> override</span></div><div class="line"><span class="keyword">    </span>{</div><div class="line">        <span class="keywordflow">return</span> <span class="stringliteral">&quot;1.0&quot;</span>;</div><div class="line">    }</div><div class="line"></div><div class="line"><span class="keyword">private</span>:</div><div class="line">    <a class="code" href="classScopedPointer.html">ScopedPointer&lt;MyApplicationWindow&gt;</a> myMainWindow;</div><div class="line">};</div><div class="line"></div><div class="line"><span class="comment">// this generates boilerplate code to launch our app class:</span></div><div class="line"><a class="code" href="juce__Initialisation_8h.html#a10c79cf9cafd40244a741e5945878e79">START_JUCE_APPLICATION</a> (MyJUCEApp)</div></div><!-- fragment --><dl class="section see"><dt>See also</dt><dd><a class="el" href="classJUCEApplicationBase.html" title="Abstract base class for application classes. ">JUCEApplicationBase</a>, <a class="el" href="juce__Initialisation_8h.html#a10c79cf9cafd40244a741e5945878e79" title="To start a JUCE app, use this macro: START_JUCE_APPLICATION (AppSubClass) where AppSubClass is the na...">START_JUCE_APPLICATION</a> </dd></dl>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a80e6dadf35b6954df90f2e11bb25ad8b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a80e6dadf35b6954df90f2e11bb25ad8b">&sect;&nbsp;</a></span>JUCEApplication()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">JUCEApplication::JUCEApplication </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructs a JUCE app object. </p>
<p>If subclasses implement a constructor or destructor, they shouldn't call any JUCE code in there - put your startup/shutdown code in <a class="el" href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5" title="Called when the application starts. ">initialise()</a> and <a class="el" href="classJUCEApplicationBase.html#a318021f86bf379caeb4cb27c32f0f229">shutdown()</a> instead. </p>

</div>
</div>
<a id="add71c71bdb57bd2cfdf159e50b8fd680"></a>
<h2 class="memtitle"><span class="permalink"><a href="#add71c71bdb57bd2cfdf159e50b8fd680">&sect;&nbsp;</a></span>~JUCEApplication()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">JUCEApplication::~JUCEApplication </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Destructor. </p>
<p>If subclasses implement a constructor or destructor, they shouldn't call any JUCE code in there - put your startup/shutdown code in <a class="el" href="classJUCEApplicationBase.html#ad584bed05116674a1e68f60a1ac546f5" title="Called when the application starts. ">initialise()</a> and <a class="el" href="classJUCEApplicationBase.html#a318021f86bf379caeb4cb27c32f0f229">shutdown()</a> instead. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="ad15f6ff030ab610313c31aa8323383f8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad15f6ff030ab610313c31aa8323383f8">&sect;&nbsp;</a></span>getInstance()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classJUCEApplication.html">JUCEApplication</a>* <a class="el" href="juce__PlatformDefs_8h.html#af0b3f78ca801d88a7912f4c6bbf50e58">JUCE_CALLTYPE</a> JUCEApplication::getInstance </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span><span class="mlabel">noexcept</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the global instance of the application object being run. </p>

</div>
</div>
<a id="a6d0ce92edbfcc864e69faeed9bde92bd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6d0ce92edbfcc864e69faeed9bde92bd">&sect;&nbsp;</a></span>getApplicationName()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual const <a class="el" href="classString.html">String</a> JUCEApplication::getApplicationName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the application's name. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#afa035ff6f164652542e7084f56f940fe">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="a4d429c838740667370e1439bc0905471"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d429c838740667370e1439bc0905471">&sect;&nbsp;</a></span>getApplicationVersion()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual const <a class="el" href="classString.html">String</a> JUCEApplication::getApplicationVersion </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the application's version number. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#a364c4e6df0c1b21f38a95be61589978c">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="ae7f9d8176003e18a1b6f4c30a63fdbf6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae7f9d8176003e18a1b6f4c30a63fdbf6">&sect;&nbsp;</a></span>moreThanOneInstanceAllowed()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool JUCEApplication::moreThanOneInstanceAllowed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Checks whether multiple instances of the app are allowed. </p>
<p>If you application class returns true for this, more than one instance is permitted to run (except on OSX where the OS automatically stops you launching a second instance of an app without explicitly starting it from the command-line).</p>
<p>If it's false, the second instance won't start, but it you will still get a callback to <a class="el" href="classJUCEApplication.html#adf79c71599bd3848e3d676ed4d95424e" title="Indicates that the user has tried to start up another instance of the app. ">anotherInstanceStarted()</a> to tell you about this - which gives you a chance to react to what the user was trying to do. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#a8b0b428b93e6972f3efae78bdda0fac6">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="adf79c71599bd3848e3d676ed4d95424e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adf79c71599bd3848e3d676ed4d95424e">&sect;&nbsp;</a></span>anotherInstanceStarted()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::anotherInstanceStarted </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classString.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>commandLine</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Indicates that the user has tried to start up another instance of the app. </p>
<p>This will get called even if <a class="el" href="classJUCEApplication.html#ae7f9d8176003e18a1b6f4c30a63fdbf6" title="Checks whether multiple instances of the app are allowed. ">moreThanOneInstanceAllowed()</a> is false. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#a77dc328a5400d0866b03a96684c0d9c4">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="a8e9b08200268216a791326635ec9321c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8e9b08200268216a791326635ec9321c">&sect;&nbsp;</a></span>systemRequestedQuit()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::systemRequestedQuit </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Called when the operating system is trying to close the application. </p>
<p>The default implementation of this method is to call <a class="el" href="classJUCEApplicationBase.html#a542e212605f0aa693f687d8798998615" title="Signals that the main message loop should stop and the application should terminate. ">quit()</a>, but it may be overloaded to ignore the request or do some other special behaviour instead. For example, you might want to offer the user the chance to save their changes before quitting, and give them the chance to cancel.</p>
<p>If you want to send a quit signal to your app, this is the correct method to call, because it means that requests that come from the system get handled in the same way as those from your own application code. So e.g. you'd call this method from a "quit" item on a menu bar. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#aa4ae0dcc3467f4927d8365b4814b1396">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="a6cadf3017be03ed3141f1b166599cb35"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6cadf3017be03ed3141f1b166599cb35">&sect;&nbsp;</a></span>suspended()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::suspended </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>This method is called when the application is being put into background mode by the operating system. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#ac641cfe5fd77b0f7ffb7b21e0d30f114">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="a292fcde28c3270c5d3afa84dba14feab"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a292fcde28c3270c5d3afa84dba14feab">&sect;&nbsp;</a></span>resumed()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::resumed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>This method is called when the application is being woken from background mode by the operating system. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#a3d6b5a8c46caa068a61fa775df38d014">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="af7939b3650dbba8e9abcaa9600f107d6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af7939b3650dbba8e9abcaa9600f107d6">&sect;&nbsp;</a></span>unhandledException()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::unhandledException </td>
          <td>(</td>
          <td class="paramtype">const std::exception *&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classString.html">String</a> &amp;&#160;</td>
          <td class="paramname"><em>sourceFilename</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>lineNumber</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>If any unhandled exceptions make it through to the message dispatch loop, this callback will be triggered, in case you want to log them or do some other type of error-handling. </p>
<p>If the type of exception is derived from the std::exception class, the pointer passed-in will be valid. If the exception is of unknown type, this pointer will be null. </p>

<p>Implements <a class="el" href="classJUCEApplicationBase.html#adb182f77016ee90f8d5443abcb0bb3f0">JUCEApplicationBase</a>.</p>

</div>
</div>
<a id="ad1c117f0c85adf4cd41cbd3a629a0d80"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad1c117f0c85adf4cd41cbd3a629a0d80">&sect;&nbsp;</a></span>getNextCommandTarget()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classApplicationCommandTarget.html">ApplicationCommandTarget</a>* JUCEApplication::getNextCommandTarget </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="classApplicationCommandTarget.html#a540016056ca6fc19818e951359c710da">ApplicationCommandTarget</a>.</p>

</div>
</div>
<a id="ae3222d0245de1d1baf346addf9d00f2e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae3222d0245de1d1baf346addf9d00f2e">&sect;&nbsp;</a></span>getCommandInfo()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::getCommandInfo </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a>&#160;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="structApplicationCommandInfo.html">ApplicationCommandInfo</a> &amp;&#160;</td>
          <td class="paramname">&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="classApplicationCommandTarget.html#a54171f3ee599f0b508fed08e647edf89">ApplicationCommandTarget</a>.</p>

</div>
</div>
<a id="a72ea0c210591a07bee0bb47a1a3a0db2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a72ea0c210591a07bee0bb47a1a3a0db2">&sect;&nbsp;</a></span>getAllCommands()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JUCEApplication::getAllCommands </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classArray.html">Array</a>&lt; <a class="el" href="juce__ApplicationCommandID_8h.html#afd69b5d28aad07b587b693925e09308b">CommandID</a> &gt; &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="classApplicationCommandTarget.html#a12b1c7a6abe2e5a5f27fda4a292fe33d">ApplicationCommandTarget</a>.</p>

</div>
</div>
<a id="a039df30ba3fa0291a8d0c0cde1e80312"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a039df30ba3fa0291a8d0c0cde1e80312">&sect;&nbsp;</a></span>perform()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool JUCEApplication::perform </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structApplicationCommandTarget_1_1InvocationInfo.html">InvocationInfo</a> &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Implements <a class="el" href="classApplicationCommandTarget.html#a0e8f962cda82e8aa1207d38361ff96f9">ApplicationCommandTarget</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="juce__Application_8h.html">juce_Application.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/>
<address class="footer"><small>All content &copy ROLI Ltd.</small></address><br/>
</body>
</html>