data: save undefined in database field instead of using different node types

* expand toggle also for undefined classes
* changed direction of some template edges
* save same access component to specialized template functions and classes
This commit is contained in:
Eberhard Graether
2015-10-08 23:12:37 +02:00
parent ebeaff2724
commit c553e29ff8
20 changed files with 249 additions and 301 deletions
+4 -16
View File
@@ -111,6 +111,10 @@
<hatching>white</hatching>
<node>
<type>
<normal>#ededed</normal>
<hover>#ededed</hover>
</type>
<class>
<normal>#ededed</normal>
<hover>#ededed</hover>
@@ -123,10 +127,6 @@
<normal>#ededed</normal>
<hover>#ededed</hover>
</enum>
<undefined_type>
<normal>#ededed</normal>
<hover>#ededed</hover>
</undefined_type>
<typedef>
<normal>#ededed</normal>
<hover>#ededed</hover>
@@ -144,10 +144,6 @@
<normal>#F4D07D</normal>
<hover>#F4BC3D</hover>
</method>
<undefined_function>
<normal>#F4D07D</normal>
<hover>#F4BC3D</hover>
</undefined_function>
<field>
<normal>#7BB5D4</normal>
@@ -157,10 +153,6 @@
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
</global_variable>
<undefined_variable>
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
</undefined_variable>
<enum_constant>
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
@@ -180,10 +172,6 @@
<hover>#CCC</hover>
</file>
<undefined_macro>
<normal>#DDD</normal>
<hover>#CCC</hover>
</undefined_macro>
<macro>
<normal>#DDD</normal>
<hover>#CCC</hover>
+4 -16
View File
@@ -111,6 +111,10 @@
<hatching>#272728</hatching>
<node>
<type>
<normal>#4D4D4D</normal>
<hover>#4D4D4D</hover>
</type>
<class>
<normal>#4D4D4D</normal>
<hover>#4D4D4D</hover>
@@ -123,10 +127,6 @@
<normal>#4D4D4D</normal>
<hover>#4D4D4D</hover>
</enum>
<undefined_type>
<normal>#4D4D4D</normal>
<hover>#4D4D4D</hover>
</undefined_type>
<typedef>
<normal>#4D4D4D</normal>
<hover>#4D4D4D</hover>
@@ -144,10 +144,6 @@
<normal>#7A681F</normal>
<hover>#9C8528</hover>
</method>
<undefined_function>
<normal>#7A681F</normal>
<hover>#9C8528</hover>
</undefined_function>
<field>
<normal>#21516B</normal>
@@ -157,10 +153,6 @@
<normal>#21516B</normal>
<hover>#2A6484</hover>
</global_variable>
<undefined_variable>
<normal>#21516B</normal>
<hover>#2A6484</hover>
</undefined_variable>
<enum_constant>
<normal>#21516B</normal>
<hover>#2A6484</hover>
@@ -180,10 +172,6 @@
<hover>#247368</hover>
</file>
<undefined_macro>
<normal>#1B564E</normal>
<hover>#247368</hover>
</undefined_macro>
<macro>
<normal>#1B564E</normal>
<hover>#247368</hover>