1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00
JUCE/modules/juce_gui_basics/properties
2018-03-22 15:04:53 +00: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 Minor cleanup in ChoicePropertyComponent 2018-03-22 15:04:21 +00:00
juce_ChoicePropertyComponent.h Minor cleanup in ChoicePropertyComponent 2018-03-22 15:04:21 +00:00
juce_MultiChoicePropertyComponent.cpp Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 2018-03-22 15:04:53 +00:00
juce_MultiChoicePropertyComponent.h Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 2018-03-22 15:04:53 +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 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 Added a isTextEditorMultiLine() method to TextPropertyComponent 2018-03-21 12:11:25 +00:00
juce_TextPropertyComponent.h Added a isTextEditorMultiLine() method to TextPropertyComponent 2018-03-21 12:11:25 +00:00