summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-05 15:37:37 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-05 15:37:37 +0000
commit9602b1569c3fa4ce4936a07173c05bb11b65204e (patch)
tree71310ae17ff177dafc3be218d5f8223a97ad0ec2 /src/GipfelWidget.H
parentfc1943e743aef85b907584ac6e38131dd40e36c6 (diff)
add get_... methods.
add get_... methods.
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 36f801f..187ad37 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.H,v 1.16 2005/05/05 15:24:43 hofmann Exp $"
+// "$Id: GipfelWidget.H,v 1.17 2005/05/05 17:37:37 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -62,6 +62,14 @@ class GipfelWidget : public Fl_Widget {
void set_tilt_angle(double a);
void set_scale(double s);
+
+ double get_center_angle();
+
+ double get_nick_angle();
+
+ double get_tilt_angle();
+
+ double get_scale();
void set_height_dist_ratio(double r);