1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_events/broadcasters
2018-07-03 11:51:13 +01:00
..
juce_ActionBroadcaster.cpp Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 2017-09-27 12:57:55 +01:00
juce_ActionBroadcaster.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ActionListener.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_AsyncUpdater.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_AsyncUpdater.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ChangeBroadcaster.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_ChangeBroadcaster.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ChangeListener.h Add documentation tags 2018-03-15 12:10:32 +00:00