mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add documentation tags
This commit is contained in:
parent
e982c70438
commit
cdbc28c18b
534 changed files with 1531 additions and 72 deletions
|
|
@ -41,6 +41,8 @@ namespace juce
|
|||
resize and position it, then make it visible.
|
||||
|
||||
@see BubbleMessageComponent
|
||||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class JUCE_API BubbleComponent : public Component
|
||||
{
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ namespace juce
|
|||
set the Component::windowHasDropShadow flag when calling
|
||||
Component::addToDesktop(), and the system will create one of these if it's
|
||||
needed (which it obviously isn't on the Mac, for example).
|
||||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class JUCE_API DropShadower : private ComponentListener
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ namespace juce
|
|||
|
||||
/**
|
||||
The standard JUCE splash screen component.
|
||||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class JUCE_API JUCESplashScreen : public Component,
|
||||
private Timer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue