1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/properties
2018-01-10 17:35:08 +00:00
..
juce_BooleanPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_BooleanPropertyComponent.h Used Button::onClick to simplify a bunch of library classes and demo code 2018-01-03 11:06:04 +00:00
juce_ButtonPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_ButtonPropertyComponent.h Used Button::onClick to simplify a bunch of library classes and demo code 2018-01-03 11:06:04 +00:00
juce_ChoicePropertyComponent.cpp Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 2018-01-05 14:50:05 +00:00
juce_ChoicePropertyComponent.h Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 2018-01-05 14:50:05 +00:00
juce_PropertyComponent.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_PropertyComponent.h Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 2017-11-27 10:47:54 +00:00
juce_PropertyPanel.cpp Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 2017-11-27 10:47:54 +00:00
juce_PropertyPanel.h 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_SliderPropertyComponent.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_SliderPropertyComponent.h 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_TextPropertyComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_TextPropertyComponent.h Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 2018-01-05 14:50:05 +00:00