1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/src/gui/components/menus
2010-03-07 17:45:10 +00:00
..
juce_MenuBarComponent.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_MenuBarComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_MenuBarModel.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_MenuBarModel.h Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_PopupMenu.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 2010-03-07 17:45:10 +00:00
juce_PopupMenu.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PopupMenuCustomComponent.h Minor code tidy-ups. 2010-02-05 22:01:47 +00:00