3 // Part of the Architektonas Project
4 // Originally part of QCad Community Edition by Andrew Mustun
5 // Extensively rewritten and refactored by James L. Hammons
6 // (C) 2010 Underground Software
8 // JLH = James L. Hammons <jlhamm@acm.org>
11 // --- ---------- -----------------------------------------------------------
12 // JLH 06/02/2010 Added this text. :-)
15 #include "rs_script.h"
20 RS_Script::RS_Script(const QString & name, const QString & /*path*/)
25 /** @return the name of this script. */
26 QString RS_Script::getName() const
31 /** @return the full path and file name of this script. */
32 QString RS_Script::getPath() const