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/filebrowser
2018-03-15 12:10:32 +00:00
..
juce_ContentSharer.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_ContentSharer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DirectoryContentsDisplayComponent.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_DirectoryContentsDisplayComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DirectoryContentsList.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_DirectoryContentsList.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileBrowserComponent.cpp FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file) 2018-02-09 12:25:35 +00:00
juce_FileBrowserComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileBrowserListener.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileChooser.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_FileChooser.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileChooserDialogBox.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_FileChooserDialogBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileListComponent.cpp FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file) 2018-02-09 12:25:35 +00:00
juce_FileListComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FilenameComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_FilenameComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FilePreviewComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileSearchPathListComponent.cpp Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
juce_FileSearchPathListComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileTreeComponent.cpp Added a method OptionalScopedPointer::reset() 2017-12-13 11:05:22 +00:00
juce_FileTreeComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ImagePreviewComponent.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_ImagePreviewComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00