NCL Composer  0.1.5
 All Classes Functions Variables Pages
qnstgraphicsmapping.h
1 #ifndef QNSTGRAPHICSMAPPING_H
2 #define QNSTGRAPHICSMAPPING_H
3 
4 #include "qnstgraphicsreference.h"
5 
7 {
8 public:
10 
12 
13  QString getComponent() const;
14 
15  void setComponent(QString component);
16 
17  QString getComponentUid() const;
18 
19  void setComponentUid(QString componentUid);
20 
21  QString getSwitchPortUid() const;
22 
23  void setSwitchPortUid(QString switchportUid);
24 
25  QString getInterface() const;
26 
27  void setInterface(QString interface);
28 
29  QString getInterfaceUid() const;
30 
31  void setInterfaceUid(QString interfaceUid);
32 
33  virtual void setProperties(const QMap<QString, QString> &properties);
34 
35  virtual void getProperties(QMap<QString, QString> &properties);
36 
37 private:
38  QString component;
39 
40  QString componentUid;
41 
42  QString switchportUid;
43 
44  QString interface;
45 
46  QString interfaceUid;
47 };
48 
49 #endif // QNSTGRAPHICSMAPPING_H