Lines Matching defs:Export
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 {
47 Export ();
48 ~Export ();
50 static Export &getInstance() {
51 return *new Export();
121 void (Export::*cb)() );
128 void (Export::*cb)() );
137 * Export button callback
207 * Export xdpi value changed callback
357 /* Export Button widgets */