##// END OF EJS Templates
Updated name to SocExplorer
Jeandet Alexis -
r15:b05d3dada040 default
parent child
Show More
@@ -7,17 +7,17
7 7 #include <QList>
8 8 #include <QTimer>
9 9 #include "registerwidget.h"
10 #if defined(LPPMON_SDK_BUILD)
11 # define LPPMON_SDK_EXPORT Q_DECL_EXPORT
10 #if defined(SOCEXPLORER_SDK_BUILD)
11 # define SOCEXPLORER_SDK_EXPORT Q_DECL_EXPORT
12 12 #else
13 # define LPPMON_SDK_EXPORT Q_DECL_IMPORT
13 # define SOCEXPLORER_SDK_EXPORT Q_DECL_IMPORT
14 14 #endif
15 15
16 16 /*
17 17 * TODO ADD an outdated marker
18 18 * Show outdated registers with a different color for example
19 19 */
20 class LPPMON_SDK_EXPORT peripheralWidget : public QWidget
20 class SOCEXPLORER_SDK_EXPORT peripheralWidget : public QWidget
21 21 {
22 22 Q_OBJECT
23 23 public:
@@ -3,13 +3,13
3 3 #include <QtWidgets>
4 4 #include <QWidget>
5 5 #include <QTimer>
6 #if defined(LPPMON_SDK_BUILD)
7 # define LPPMON_SDK_EXPORT Q_DECL_EXPORT
6 #if defined(SOCEXPLORER_SDK_BUILD)
7 # define SOCEXPLORER_SDK_EXPORT Q_DECL_EXPORT
8 8 #else
9 # define LPPMON_SDK_EXPORT Q_DECL_IMPORT
9 # define SOCEXPLORER_SDK_EXPORT Q_DECL_IMPORT
10 10 #endif
11 11
12 class LPPMON_SDK_EXPORT regWidgetElement
12 class SOCEXPLORER_SDK_EXPORT regWidgetElement
13 13 {
14 14 public:
15 15 regWidgetElement(const QString& value,QFont font,int xMargin,int yMargin)
@@ -57,7 +57,7 protected:
57 57 int p_yMargins;
58 58 };
59 59
60 class LPPMON_SDK_EXPORT bitfieldsElement: public regWidgetElement
60 class SOCEXPLORER_SDK_EXPORT bitfieldsElement: public regWidgetElement
61 61 {
62 62 class bitFieldAttribute
63 63 {
@@ -182,7 +182,7 private:
182 182 };
183 183
184 184
185 class LPPMON_SDK_EXPORT registerWidget : public QObject
185 class SOCEXPLORER_SDK_EXPORT registerWidget : public QObject
186 186 {
187 187 Q_OBJECT
188 188 public:
@@ -5,13 +5,13
5 5 #include <QtWidgets>
6 6 #include "peripheralwidget.h"
7 7
8 #if defined(LPPMON_SDK_BUILD)
9 # define LPPMON_SDK_EXPORT Q_DECL_EXPORT
8 #if defined(SOCEXPLORER_SDK_BUILD)
9 # define SOCEXPLORER_SDK_EXPORT Q_DECL_EXPORT
10 10 #else
11 # define LPPMON_SDK_EXPORT Q_DECL_IMPORT
11 # define SOCEXPLORER_SDK_EXPORT Q_DECL_IMPORT
12 12 #endif
13 13
14 class LPPMON_SDK_EXPORT socRegsViewer : public QScrollArea
14 class SOCEXPLORER_SDK_EXPORT socRegsViewer : public QScrollArea
15 15 {
16 16 Q_OBJECT
17 17 public:
General Comments 0
You need to be logged in to leave comments. Login now