kicad/include/view
Jon Evans 0afb249447 Add drawing priority support to VIEW
Call UseDrawPriority( true ) after creating GAL to enable.

VIEW::Add() gets a new optional argument to specify the draw order
when adding an item.  If the new argument is left default, the draw
order will increment with each call of VIEW::Add().

Fix std::bind calls after change to VIEW::Add
2017-02-28 14:47:20 +01:00
..
view.h Add drawing priority support to VIEW 2017-02-28 14:47:20 +01:00
view_controls.h Do not freeze cursor when a tool was cancelled using the context menu 2017-02-24 16:55:18 +01:00
view_group.h Removed unused fields in VIEW & ANTIALIASING_SMAA classes 2017-01-18 13:22:18 +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 Introduced VIEW_CONTROLS::SETTINGS to keep settings 2017-02-24 13:33:17 +01:00