 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
5 #include <gtkmm/image.h>
6 #include <gtkmm/eventbox.h>
Gtk::VBox vbox
Definition: ImageView.hh:26
virtual bool on_button_release_event(GdkEventButton *event) override
Definition: ImageView.cc:54
ImageView()
Definition: ImageView.cc:10
int height_at_press
Definition: ImageView.hh:32
An image viewing widget.
Definition: ImageView.hh:14
bool sizing
Definition: ImageView.hh:30
virtual bool on_button_press_event(GdkEventButton *event) override
Definition: ImageView.cc:42
Gtk::Image image
Definition: ImageView.hh:27
double prev_y
Definition: ImageView.hh:31
virtual ~ImageView()
Definition: ImageView.cc:26
virtual bool on_motion_notify_event(GdkEventMotion *event) override
Definition: ImageView.cc:30
Glib::RefPtr< Gdk::Pixbuf > pixbuf
Definition: ImageView.hh:28
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:80
void set_image_from_base64(const std::string &b64)
Definition: ImageView.cc:63
double prev_x
Definition: ImageView.hh:31
int width_at_press
Definition: ImageView.hh:32