summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regtab.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-08-09 18:39:45 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-09-07 17:46:42 +0200
commitef0299c62ee31d0c6cb3bc755457bf37647123ba (patch)
tree1fd295f035214756c595c972ee2e488b3ab25088 /utils/regtools/qeditor/regtab.h
parent3daa6d64f6337ce47bed7a30c3591c144a278f98 (diff)
downloadrockbox-ef0299c62ee31d0c6cb3bc755457bf37647123ba.tar.gz
rockbox-ef0299c62ee31d0c6cb3bc755457bf37647123ba.zip
qeditor: add soc panel, to display soc information
Change-Id: Ie442b82d96fb150c7466f1a274240f9b111fd91e
Diffstat (limited to 'utils/regtools/qeditor/regtab.h')
-rw-r--r--utils/regtools/qeditor/regtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/regtab.h b/utils/regtools/qeditor/regtab.h
index b5b1f56775..5c694464ab 100644
--- a/utils/regtools/qeditor/regtab.h
+++ b/utils/regtools/qeditor/regtab.h
@@ -57,11 +57,13 @@ protected:
57 }; 57 };
58 58
59 void FillDevSubTree(QTreeWidgetItem *item); 59 void FillDevSubTree(QTreeWidgetItem *item);
60 void FillSocSubTree(QTreeWidgetItem *item);
60 void FillRegTree(); 61 void FillRegTree();
61 void FillAnalyserList(); 62 void FillAnalyserList();
62 void UpdateSocList(); 63 void UpdateSocList();
63 void DisplayRegister(const SocRegRef& ref); 64 void DisplayRegister(const SocRegRef& ref);
64 void DisplayDevice(const SocDevRef& ref); 65 void DisplayDevice(const SocDevRef& ref);
66 void DisplaySoc(const SocRef& ref);
65 void SetDataSocName(const QString& socname); 67 void SetDataSocName(const QString& socname);
66 void SetPanel(RegTabPanel *panel); 68 void SetPanel(RegTabPanel *panel);
67 void UpdateSocFilename(); 69 void UpdateSocFilename();