#include <ImageView.hh>
◆ ImageView()
| ImageView::ImageView |
( |
double | scale | ) |
|
◆ ~ImageView()
| ImageView::~ImageView |
( |
| ) |
|
|
virtual |
◆ on_button_press_event()
| bool ImageView::on_button_press_event |
( |
GdkEventButton * | event | ) |
|
|
overridevirtual |
◆ on_button_release_event()
| bool ImageView::on_button_release_event |
( |
GdkEventButton * | event | ) |
|
|
overridevirtual |
◆ on_motion_notify_event()
| bool ImageView::on_motion_notify_event |
( |
GdkEventMotion * | event | ) |
|
|
overridevirtual |
◆ set_image_from_base64()
| void ImageView::set_image_from_base64 |
( |
const std::string & | b64 | ) |
|
◆ set_image_from_svg()
| void ImageView::set_image_from_svg |
( |
const std::string & | svg | ) |
|
◆ height_at_press
| int cadabra::ImageView::height_at_press |
|
private |
◆ image
| Gtk::Image cadabra::ImageView::image |
|
private |
◆ pixbuf
| Glib::RefPtr<Gdk::Pixbuf> cadabra::ImageView::pixbuf |
|
private |
◆ prev_x
| double cadabra::ImageView::prev_x |
|
private |
◆ prev_y
| double cadabra::ImageView::prev_y |
|
private |
◆ scale
| double cadabra::ImageView::scale |
|
private |
◆ sizing
| bool cadabra::ImageView::sizing |
|
private |
◆ vbox
| Gtk::VBox cadabra::ImageView::vbox |
|
private |
◆ width_at_press
| int cadabra::ImageView::width_at_press |
|
private |
The documentation for this class was generated from the following files: