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_gui_basics/buttons
2018-05-09 10:04:27 +01:00
..
juce_ArrowButton.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
juce_ArrowButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Button.cpp Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01:00
juce_Button.h Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value 2018-04-23 08:44:34 +01:00
juce_DrawableButton.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_DrawableButton.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_HyperlinkButton.cpp Added set and getJustificationType() methods to HyperlinkButton 2017-10-12 12:29:58 +01:00
juce_HyperlinkButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ImageButton.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ImageButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ShapeButton.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ShapeButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextButton.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_TextButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ToggleButton.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ToggleButton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ToolbarButton.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ToolbarButton.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00