/inkscape/src/ui/widget/ |
H A D | notebook-page.h | 21 class Grid; 46 Gtk::Grid& table() { return *_table; } 54 Gtk::Grid *_table;
|
H A D | notebook-page.cpp | 26 :_table(Gtk::manage(new Gtk::Grid()))
|
H A D | anchor-selector.h | 37 Gtk::Grid _container;
|
H A D | color-icc-selector.h | 28 : public Gtk::Grid
|
H A D | style-swatch.h | 33 class Grid; 79 Gtk::Grid *_table;
|
H A D | color-notebook.h | 39 : public Gtk::Grid
|
H A D | color-wheel-selector.h | 37 : public Gtk::Grid
|
H A D | page-sizer.h | 227 Gtk::Grid _customDimTable; 241 Gtk::Grid _marginTable; 261 Gtk::Grid _scaleTable; 275 Gtk::Grid _viewboxTable;
|
H A D | color-scales.h | 31 : public Gtk::Grid
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.h | 32 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 D | grid.cpp | 48 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 D | spw-utilities.h | 25 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 D | sp-attribute-widget.h | 30 class Grid; 142 Gtk::Grid *table;
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 55 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 D | calligraphic-profile-rename.h | 24 class Grid; 64 Gtk::Grid* _layout_table;
|
H A D | document-metadata.h | 66 Gtk::Grid _page_metadata1; 67 Gtk::Grid _page_metadata2;
|
H A D | tile.h | 34 class Grid;
|
H A D | guides.h | 75 Gtk::Grid _layout_table;
|
H A D | object-properties.h | 54 class Grid;
|
H A D | polar-arrange-tab.h | 79 Gtk::Grid parametersTable;
|
H A D | calligraphic-profile-rename.cpp | 34 _layout_table(Gtk::manage(new Gtk::Grid())),
|
/inkscape/src/ui/ |
H A D | previewholder.h | 25 class Grid; 73 Gtk::Grid *_insides;
|
H A D | previewholder.cpp | 57 _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 D | grid.h | 23 class Grid : public Inkscape::Extension::Implementation::Implementation { class in namespace:Inkscape::Extension::Internal
|
H A D | grid.cpp | 48 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());
|