1 // actionpolylinedel.cpp
3 // Part of the Architektonas Project
5 // Copyright (C) 2010 Underground Software
6 // See the README and GPLv2 files for licensing and warranty information
8 // JLH = James L. Hammons <jlhamm@acm.org>
11 // --- ---------- -----------------------------------------------------------
12 // JLH 09/13/2010 Created this file. :-)
15 #include "actionpolylinedel.h"
18 #include "dialogfactory.h"
19 #include "graphicview.h"
22 ActionPolylineDel::ActionPolylineDel(EntityContainer & container,
23 GraphicView & graphicView):
24 ActionInterface("Draw polyline", container, graphicView)
26 // vertex = Vector(false);
30 ActionPolylineDel::~ActionPolylineDel()
36 /*virtual*/ RS2::ActionType ActionPolylineDel::rtti()
38 return RS2::ActionPolylineDel;