From 4356666101e0e7985e65a19f86bc4a74519e93f9 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 7 Apr 2014 11:28:04 +0200 Subject: regtools: completely rework qeditor, improve soc desc library and tools The graphical editor can now display and editor description files. The library has been improved to provide more useful function. The XML format has been slightly changed: only one soc is allowed per file (this is was already de facto the case since was the root tag). Also introduce a DTD to validate the files. Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac --- utils/regtools/qeditor/analyser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utils/regtools/qeditor/analyser.h') diff --git a/utils/regtools/qeditor/analyser.h b/utils/regtools/qeditor/analyser.h index a06652bfb0..4f9830ac4c 100644 --- a/utils/regtools/qeditor/analyser.h +++ b/utils/regtools/qeditor/analyser.h @@ -5,13 +5,14 @@ #include #include #include "backend.h" +#include "regtab.h" -class Analyser : public QObject +class Analyser : public RegTabPanel { - Q_OBJECT public: Analyser(const SocRef& soc, IoBackend *backend); virtual ~Analyser(); + virtual void AllowWrite(bool en) { Q_UNUSED(en); } virtual QWidget *GetWidget() = 0; protected: -- cgit v1.2.3