23 #ifndef __TOOLS_SKILLGUI_GRAPH_VIEWPORT_H_
24 #define __TOOLS_SKILLGUI_GRAPH_VIEWPORT_H_
27 #include <papyrus-gtkmm/viewport.h>
55 Papyrus::AffineController::pointer
get_affine();
59 void set_bb(
double bbw,
double bbh);
60 void set_pad(
double pad_x,
double pad_y);
72 std::string __graph_fsm;
79 double __translation_x;
80 double __translation_y;
84 bool __scale_override;
86 Gtk::FileChooserDialog *__fcd;
87 Papyrus::AffineController::pointer __affine;
88 Papyrus::Translator::pointer __translator;