NCL Composer  0.1.5
 All Classes Functions Variables Pages
qncg.h
1 #ifndef QNCG_H
2 #define QNCG_H
3 
4 class Qncg
5 {
6 public:
7  enum EntityType {
8  Node,
9  Edge,
10  Interface,
11 
12  NoType
13  };
14 
15  enum ResizeType {
16  Top,
17  TopRight,
18  Right,
19  BottomRight,
20  Bottom,
21  BottomLeft,
22  Left,
23  TopLeft,
24 
25  NoResizeType
26  };
27 };
28 
29 #endif // QNCG_H