Searched refs:Grid (Results 1 - 25 of 53) sorted by relevance

123

/inkscape/src/ui/widget/
H A Dnotebook-page.h21 class Grid;
46 Gtk::Grid& table() { return *_table; }
54 Gtk::Grid *_table;
H A Dnotebook-page.cpp26 :_table(Gtk::manage(new Gtk::Grid()))
H A Danchor-selector.h37 Gtk::Grid _container;
H A Dcolor-icc-selector.h28 : public Gtk::Grid
H A Dstyle-swatch.h33 class Grid;
79 Gtk::Grid *_table;
H A Dcolor-notebook.h39 : public Gtk::Grid
H A Dcolor-wheel-selector.h37 : public Gtk::Grid
H A Dpage-sizer.h227 Gtk::Grid _customDimTable;
241 Gtk::Grid _marginTable;
261 Gtk::Grid _scaleTable;
275 Gtk::Grid _viewboxTable;
H A Dcolor-scales.h31 : public Gtk::Grid
/inkscape/src/extension/plugins/grid2/
H A Dgrid.h32 class Grid : public Inkscape::Extension::Implementation::Implementation { class in namespace:Inkscape::Extension::Internal
45 extern "C" G_MODULE_EXPORT Inkscape::Extension::Implementation::Implementation* GetImplementation() { return new Inkscape::Extension::Internal::Grid(); }
H A Dgrid.cpp48 Grid::load (Inkscape::Extension::Extension */*module*/)
50 // std::cout << "Hey, I'm Grid, I'm loading!" << std::endl;
91 Grid::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/)
190 Grid::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/)
/inkscape/src/widgets/
H A Dspw-utilities.h25 class Grid;
35 Gtk::Label * spw_label(Gtk::Grid *table, gchar const *label_text, int col, int row, Gtk::Widget *target);
36 Gtk::HBox * spw_hbox(Gtk::Grid *table, int width, int col, int row);
H A Dsp-attribute-widget.h30 class Grid;
142 Gtk::Grid *table;
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.h55 Gtk::Grid &align_table(){return _alignTable;}
56 Gtk::Grid &distribute_table(){return _distributeTable;}
57 Gtk::Grid &rearrange_table(){return _rearrangeTable;}
58 Gtk::Grid &removeOverlap_table(){return _removeOverlapTable;}
59 Gtk::Grid &nodes_table(){return _nodesTable;}
105 guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute);
115 Gtk::Grid _alignTable, _distributeTable, _rearrangeTable, _removeOverlapTable, _nodesTable;
167 Gtk::Grid &parent,
183 Gtk::Grid &_parent;
H A Dcalligraphic-profile-rename.h24 class Grid;
64 Gtk::Grid* _layout_table;
H A Ddocument-metadata.h66 Gtk::Grid _page_metadata1;
67 Gtk::Grid _page_metadata2;
H A Dtile.h34 class Grid;
H A Dguides.h75 Gtk::Grid _layout_table;
H A Dobject-properties.h54 class Grid;
H A Dpolar-arrange-tab.h79 Gtk::Grid parametersTable;
H A Dcalligraphic-profile-rename.cpp34 _layout_table(Gtk::manage(new Gtk::Grid())),
/inkscape/src/ui/
H A Dpreviewholder.h25 class Grid;
73 Gtk::Grid *_insides;
H A Dpreviewholder.cpp57 _insides = Gtk::manage(new Gtk::Grid());
61 Gtk::Grid* spaceHolder = Gtk::manage(new Gtk::Grid());
417 _insides = Gtk::manage(new Gtk::Grid());
473 _insides = Gtk::manage(new Gtk::Grid());
502 _insides = Gtk::manage(new Gtk::Grid());
/inkscape/src/extension/internal/
H A Dgrid.h23 class Grid : public Inkscape::Extension::Implementation::Implementation { class in namespace:Inkscape::Extension::Internal
H A Dgrid.cpp48 Grid::load (Inkscape::Extension::Extension */*module*/)
50 // std::cout << "Hey, I'm Grid, I'm loading!" << std::endl;
88 Grid::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/)
184 Grid::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/)
200 Grid::init (void)
204 "<name>" N_("Grid") "</name>\n"
220 "</inkscape-extension>\n", new Grid());

Completed in 1026 milliseconds

123