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
|
|
@ -30,6 +30,8 @@ namespace juce
|
|||
listeners and broadcast to them, you can derive from this.
|
||||
|
||||
@see ActionListener, ChangeListener
|
||||
|
||||
@tags{Events}
|
||||
*/
|
||||
class JUCE_API ActionBroadcaster
|
||||
{
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ namespace juce
|
|||
Interface class for delivery of events that are sent by an ActionBroadcaster.
|
||||
|
||||
@see ActionBroadcaster, ChangeListener
|
||||
|
||||
@tags{Events}
|
||||
*/
|
||||
class JUCE_API ActionListener
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ namespace juce
|
|||
|
||||
Basically, one or more calls to the triggerAsyncUpdate() will result in the
|
||||
message thread calling handleAsyncUpdate() as soon as it can.
|
||||
|
||||
@tags{Events}
|
||||
*/
|
||||
class JUCE_API AsyncUpdater
|
||||
{
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ namespace juce
|
|||
Holds a list of ChangeListeners, and sends messages to them when instructed.
|
||||
|
||||
@see ChangeListener
|
||||
|
||||
@tags{Events}
|
||||
*/
|
||||
class JUCE_API ChangeBroadcaster
|
||||
{
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@ class ChangeBroadcaster;
|
|||
callbacks, but ActionListeners perform one callback for every event posted.
|
||||
|
||||
@see ChangeBroadcaster, ActionListener
|
||||
|
||||
@tags{Events}
|
||||
*/
|
||||
class JUCE_API ChangeListener
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue