From 3b914e5630ad1dfb28f94096dec6db36adfef8ec Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 30 Dec 2025 17:40:42 +0100 Subject: [PATCH] added category. --- src/lib/aqdiagram/graph/0BUILD | 4 ++ src/lib/aqdiagram/graph/category.t2d | 99 ++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 src/lib/aqdiagram/graph/category.t2d diff --git a/src/lib/aqdiagram/graph/0BUILD b/src/lib/aqdiagram/graph/0BUILD index 08cc617..8281f04 100644 --- a/src/lib/aqdiagram/graph/0BUILD +++ b/src/lib/aqdiagram/graph/0BUILD @@ -34,6 +34,7 @@ datapair.t2d + category.t2d subgraph.t2d tick.t2d axis.t2d @@ -42,6 +43,7 @@ datapair.c + category.c subgraph.c tick.c axis.c @@ -50,6 +52,7 @@ datapair.h + category.h subgraph.h tick.h axis.h @@ -59,6 +62,7 @@ datapair_p.h + category_p.h subgraph_p.h tick_p.h axis_p.h diff --git a/src/lib/aqdiagram/graph/category.t2d b/src/lib/aqdiagram/graph/category.t2d new file mode 100644 index 0000000..0a68a81 --- /dev/null +++ b/src/lib/aqdiagram/graph/category.t2d @@ -0,0 +1,99 @@ + + + + + + This class describes a set of report data for a given category. + + + AQDG_GRAPH_CATEGORY + AQDG_Graph_Category + category + + + with_list1 + with_list2 + with_tree2 + + + +
aqdiagram/aqdg_api.h
+
aqdiagram/graph/datapair.h
+
+ + + + + $(api) void $(struct_prefix)_AddDataPair($(struct_type) *st, AQDG_GRAPH_DATAPAIR *dp); + + + + + + void $(struct_prefix)_AddDataPair($(struct_type) *st, AQDG_GRAPH_DATAPAIR *dp) \n + { \n + if (st && dp) { \n + if (st->dataPairList==NULL) \n + st->dataPairList=AQDG_Graph_DataPair_List_new(); \n + AQDG_Graph_DataPair_List_Add(dp, st->dataPairList); \n + } \n + } \n + + + + + +
+ + + + + 0 + 0 + with_flags + public + + + + 0 + 0 + none with_getbymember + public + + + + public + own with_getbymember + const dup + const + + + + 0.0 + 0.0 + public + sortbymember + + + + 0.0 + 0.0 + public + sortbymember + + + + NULL + NULL + public + own + nodup + none + + + + +
+ +
+