NCL Composer
0.1.5
Main Page
Related Pages
Classes
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
composer-plugins
qnclstructural
deps
libqncg
src
qncg.h
Generated on Tue Jun 18 2013 16:03:01 for NCL Composer by
1.8.4