Home
last modified time | relevance | path

Searched refs:ZoomPanel (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dzoompanel.cc24 ZoomPanel::ZoomPanel (ImageArea* iarea) : iarea(iarea) in ZoomPanel() function in ZoomPanel
80 zoomIn->signal_clicked().connect ( sigc::mem_fun(*this, &ZoomPanel::zoomInClicked) ); in ZoomPanel()
81 zoomOut->signal_clicked().connect( sigc::mem_fun(*this, &ZoomPanel::zoomOutClicked) ); in ZoomPanel()
84 zoom11->signal_clicked().connect ( sigc::mem_fun(*this, &ZoomPanel::zoom11Clicked) ); in ZoomPanel()
97 void ZoomPanel::zoomInClicked () in zoomInClicked()
105 void ZoomPanel::zoomOutClicked () in zoomOutClicked()
113 void ZoomPanel::zoomFitClicked () in zoomFitClicked()
121 void ZoomPanel::zoomFitCropClicked () in zoomFitCropClicked()
129 void ZoomPanel::zoom11Clicked () in zoom11Clicked()
137 void ZoomPanel::refreshZoomLabel () in refreshZoomLabel()
[all …]
H A Dzoompanel.h25 class ZoomPanel :
42 explicit ZoomPanel (ImageArea* iarea);
H A Dimagearea.h44 friend class ZoomPanel; variable
77 ZoomPanel* zoomPanel;
H A Dimagearea.cc44 zoomPanel = Gtk::manage (new ZoomPanel (this)); in ImageArea()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dzoompanel.cc24 ZoomPanel::ZoomPanel (ImageArea* iarea) : iarea(iarea) in ZoomPanel() function in ZoomPanel
80 zoomIn->signal_clicked().connect ( sigc::mem_fun(*this, &ZoomPanel::zoomInClicked) ); in ZoomPanel()
81 zoomOut->signal_clicked().connect( sigc::mem_fun(*this, &ZoomPanel::zoomOutClicked) ); in ZoomPanel()
82 zoomFit->signal_clicked().connect( sigc::mem_fun(*this, &ZoomPanel::zoomFitClicked) ); in ZoomPanel()
84 zoom11->signal_clicked().connect ( sigc::mem_fun(*this, &ZoomPanel::zoom11Clicked) ); in ZoomPanel()
97 void ZoomPanel::zoomInClicked () in zoomInClicked()
105 void ZoomPanel::zoomOutClicked () in zoomOutClicked()
113 void ZoomPanel::zoomFitClicked () in zoomFitClicked()
129 void ZoomPanel::zoom11Clicked () in zoom11Clicked()
137 void ZoomPanel::refreshZoomLabel () in refreshZoomLabel()
[all …]
H A Dzoompanel.h26 class ZoomPanel : public Gtk::Grid
42 explicit ZoomPanel (ImageArea* iarea);
H A Dimagearea.h40 friend class ZoomPanel; variable
74 ZoomPanel* zoomPanel;
H A Dimagearea.cc46 zoomPanel = Gtk::manage (new ZoomPanel (this)); in ImageArea()