kicad/include/view
Maciej Suminski 004ca3c6f9 Fixed a memory leak in VIEW_ITEM (proper way of doing 9bc2bb2)
The problem with simple deleting VIEW_ITEM_DATA upon VIEW_ITEM removal was
caused by the default copy constructors that copied pointers.
Once a copy of an item was destroyed, the VIEW_ITEM_DATA has been
destroyed, effectively invalidating m_viewPrivData for the other item.
2017-01-16 14:57:50 +01:00
..
view.h Fixed panning & cursor control with arrow keys in flipped view 2016-12-12 16:45:52 +01:00
view_controls.h Add support for optional touchpad panning. 2016-02-24 14:53:02 -05:00
view_group.h Code formatting 2016-12-12 16:45:52 +01:00
view_item.h Fixed a memory leak in VIEW_ITEM (proper way of doing 9bc2bb2) 2017-01-16 14:57:50 +01:00
view_rtree.h Merged rtree.h, to avoid code duplication. 2013-11-13 17:03:22 +01:00
wx_view_controls.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00