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/properties
2018-03-29 15:27:53 +01:00
..
juce_BooleanPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_BooleanPropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ButtonPropertyComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_ButtonPropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ChoicePropertyComponent.cpp Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
juce_ChoicePropertyComponent.h Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
juce_MultiChoicePropertyComponent.cpp Fixed a positioning bug in MultiChoicePropertyComponent 2018-03-28 18:33:37 +01:00
juce_MultiChoicePropertyComponent.h Fixed typo in docs of MultiChoicePropertyComponent 2018-03-29 15:27:53 +01: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 Add documentation tags 2018-03-15 12:10:32 +00:00
juce_PropertyPanel.cpp Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 2017-11-27 10:47:54 +00:00
juce_PropertyPanel.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_SliderPropertyComponent.cpp Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
juce_SliderPropertyComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextPropertyComponent.cpp Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
juce_TextPropertyComponent.h Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00