Lines Matching refs:class

31 class Page;
32 class PDFDoc;
35 class Alignment;
36 class Button;
37 class CheckButton;
38 class ComboBoxText;
39 class DrawingArea;
40 class Frame;
41 class HBox;
43 class Scale;
45 class HScale;
47 class RadioButton;
48 class VBox;
49 class Label;
56 class SpinButton;
57 class Frame;
67 class PdfImportDialog : public Gtk::Dialog
94 class Gtk::Button * cancelbutton;
95 class Gtk::Button * okbutton;
96 class Gtk::Label * _labelSelect;
97 class Inkscape::UI::Widget::SpinButton * _pageNumberSpin;
98 class Gtk::Label * _labelTotalPages;
99 class Gtk::HBox * hbox2;
100 class Gtk::CheckButton * _cropCheck;
101 class Gtk::ComboBoxText * _cropTypeCombo;
102 class Gtk::HBox * hbox3;
103 class Gtk::VBox * vbox2;
104 class Inkscape::UI::Widget::Frame * _pageSettingsFrame;
105 class Gtk::Label * _labelPrecision;
106 class Gtk::Label * _labelPrecisionWarning;
108 class Gtk::RadioButton * _importViaPoppler; // Use poppler_cairo importing
109 class Gtk::Label * _labelViaPoppler;
110 class Gtk::RadioButton * _importViaInternal; // Use native (poppler based) importing
111 class Gtk::Label * _labelViaInternal;
114 class Gtk::Scale * _fallbackPrecisionSlider;
117 class Gtk::HScale * _fallbackPrecisionSlider;
118 class Gtk::Adjustment *_fallbackPrecisionSlider_adj;
120 class Gtk::Label * _labelPrecisionComment;
121 class Gtk::HBox * hbox6;
122 class Gtk::Label * _labelText;
123 class Gtk::ComboBoxText * _textHandlingCombo;
124 class Gtk::HBox * hbox5;
125 class Gtk::CheckButton * _localFontsCheck;
126 class Gtk::CheckButton * _embedImagesCheck;
127 class Gtk::VBox * vbox3;
128 class Inkscape::UI::Widget::Frame * _importSettingsFrame;
129 class Gtk::VBox * vbox1;
130 class Gtk::DrawingArea * _previewArea;
131 class Gtk::HBox * hbox1;
148 class PdfInput: public Inkscape::Extension::Implementation::Implementation {