2#include "tool_window.hpp"
3#include "util/uuid.hpp"
15 void set_net(
const UUID &uu);
17 class Board &get_board()
21 class Plane *get_plane_and_reset_usage();
24 Gtk::ToggleButton *pick_button =
nullptr;
28 const UUID plane_uuid;
Definition edit_plane_window.hpp:12
Definition imp_interface.hpp:12
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition polygon.hpp:25
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16