added "extend" transform for pre3d rendering - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/plot-window.cpp
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2010年07月15日 13:57:44 +0200
committerfrancesco-ST <francesco.abbate@st.com>2010年07月15日 13:57:44 +0200
commit426d707efc9845a1230a8f8fa984338719a151a7 (patch)
tree48a31d20eca434223347dd10bb9fba58df059bc0 /agg-plot/plot-window.cpp
parentf93eaab58d78528b56710dbdbcf0b0232d1f46ad (diff)
downloadgsl-shell-426d707efc9845a1230a8f8fa984338719a151a7.tar.gz
added "extend" transform for pre3d rendering
The "extend" transform corresponds to agg::conv_contour and it allows to extend/shrink a polygon. Removed the on_draw callback.
Diffstat (limited to 'agg-plot/plot-window.cpp')
-rw-r--r--agg-plot/plot-window.cpp 11
1 files changed, 0 insertions, 11 deletions
diff --git a/agg-plot/plot-window.cpp b/agg-plot/plot-window.cpp
index 70fec188..655bb5e7 100644
--- a/agg-plot/plot-window.cpp
+++ b/agg-plot/plot-window.cpp
@@ -88,7 +88,6 @@ public:
delete m_canvas;
};
- virtual void on_draw();
virtual void on_init();
virtual void on_resize(int sx, int sy);
@@ -122,16 +121,6 @@ plot_window::on_init()
}
void
-plot_window::on_draw()
-{
- printf("on draw!\n");
- if (! m_canvas)
- return;
-
- m_canvas->clear();
-};
-
-void
plot_window::on_resize(int sx, int sy)
{
if (m_canvas)
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月17日 18:57:31 +0000

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