added lua methods for the plot window - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/agg-parse-trans.h
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2010年07月12日 14:36:26 +0200
committerfrancesco-ST <francesco.abbate@st.com>2010年07月12日 14:36:26 +0200
commit672a38519fcdaf698f459a9c222c2071cff49220 (patch)
treebb4f5de4b753bc02dc7b32e4cd498ab3a6a9e00f /agg-plot/agg-parse-trans.h
parent3bb87ad6eaae77b17a0f76675cbe90fd6047b075 (diff)
downloadgsl-shell-672a38519fcdaf698f459a9c222c2071cff49220.tar.gz
added lua methods for the plot window
Diffstat (limited to 'agg-plot/agg-parse-trans.h')
-rw-r--r--agg-plot/agg-parse-trans.h 24
1 files changed, 24 insertions, 0 deletions
diff --git a/agg-plot/agg-parse-trans.h b/agg-plot/agg-parse-trans.h
new file mode 100644
index 00000000..02dff4ac
--- /dev/null
+++ b/agg-plot/agg-parse-trans.h
@@ -0,0 +1,24 @@
+#ifndef AGG_PARSE_TRANS_H
+#define AGG_PARSE_TRANS_H
+
+extern "C" {
+#include "lua.h"
+}
+
+#include "vertex-source.h"
+
+extern vertex_source * parse_spec (lua_State *L, int specindex,
+ vertex_source *obj);
+
+extern vertex_source * parse_spec_pipeline (lua_State *L, int index,
+ vertex_source *obj);
+
+
+extern vertex_source * build_stroke (lua_State *L, int i, vertex_source *s);
+extern vertex_source * build_curve (lua_State *L, int i, vertex_source *s);
+extern vertex_source * build_marker (lua_State *L, int i, vertex_source *s);
+extern vertex_source * build_dash (lua_State *L, int i, vertex_source *s);
+extern vertex_source * build_translate (lua_State *L, int i, vertex_source *s);
+extern vertex_source * build_rotate (lua_State *L, int i, vertex_source *s);
+
+#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月15日 10:27:03 +0000

AltStyle によって変換されたページ (->オリジナル) /