Searched defs:Export (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | export.h | 31 SELECTION_PAGE = 0, /**< Export the whole page */ 32 SELECTION_DRAWING, /**< Export everything drawn on the page */ 33 SELECTION_SELECTION, /**< Export everything that is selected */ 45 class Export : public Widget::Panel { class in namespace:Inkscape::UI::Dialog 47 Export (); 48 ~Export (); 50 static Export &getInstance() { 51 return *new Export(); 121 void (Export::*cb)() ); 128 void (Export [all...] |
H A D | export.cpp | 150 Export::Export (void) : function in class:Inkscape::UI::Dialog::Export 170 batch_export(_("B_atch export all selected objects"), _("Export each selected object into its own PNG file, using export hints if any (caution, overwrites without asking!)")), 191 /* Export area frame */ 193 Gtk::Label* lbl = new Gtk::Label(_("<b>Export area</b>"), Gtk::ALIGN_START); 206 unitChangedConn = unit_selector.signal_changed().connect(sigc::mem_fun(*this, &Export::onUnitChanged)); 218 selectiontype_buttons[i]->signal_clicked().connect(sigc::mem_fun(*this, &Export::onAreaToggled)); 233 &Export::onAreaX0Change); 237 &Export::onAreaX1Change); 241 &Export [all...] |
Completed in 16 milliseconds