logic: save template parameters as child nodes with member access 'template parameter'
* added access node to graph for template parameters, no icon so far * don't reexpand function nodes with children when active before * removed console warnings for edges
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
EDGE_INHERITANCE = 0x80,
|
||||
EDGE_OVERRIDE = 0x100,
|
||||
EDGE_TYPEDEF_OF = 0x200,
|
||||
EDGE_TEMPLATE_PARAMETER = 0x400,
|
||||
EDGE_TEMPLATE_PARAMETER = 0x400, // unused since template parameters are children
|
||||
EDGE_TEMPLATE_ARGUMENT = 0x800,
|
||||
EDGE_TEMPLATE_DEFAULT_ARGUMENT = 0x1000,
|
||||
EDGE_TEMPLATE_SPECIALIZATION_OF = 0x2000,
|
||||
|
||||
Reference in New Issue
Block a user