Searched refs:row (Results 1 - 25 of 80) sorted by relevance

1234

/inkscape/src/ui/dialog/
H A Dmemory.cpp120 Gtk::ListStore::iterator row; local
122 row = model->children().begin();
132 if ( row == model->children().end() ) {
133 row = model->append();
136 row->set_value(columns.name, Glib::ustring(heap->name()));
138 row->set_value(columns.total, format_size(stats.size));
141 row->set_value(columns.total, Glib::ustring(_("Unknown")));
144 row->set_value(columns.used, format_size(stats.bytes_used));
147 row->set_value(columns.used, Glib::ustring(_("Unknown")));
152 row
[all...]
H A Ddocument-metadata.cpp138 int row = 1; local
139 for (entity = rdf_work_entities; entity && entity->name; entity++, row++) {
148 _page_metadata1.attach(*space, 0, row, 1, 1);
151 _page_metadata1.attach(w->_label, 1, row, 1, 1);
155 _page_metadata1.attach(*w->_packable, 2, row, 1, 1);
157 _page_metadata1.attach(*space, 0,1, row, row+1, Gtk::FILL, (Gtk::AttachOptions)0,0,0);
158 _page_metadata1.attach(w->_label, 1,2, row, row+1, Gtk::FILL, (Gtk::AttachOptions)0,0,0);
159 _page_metadata1.attach(*w->_packable, 2,3, row, ro
[all...]
H A Dalign-and-distribute.h78 guint row, guint col, bool onInterSpace,
81 guint row, guint col);
86 guint row, guint col);
89 guint row, guint col);
92 guint row, guint col);
95 guint row, guint col);
98 guint row, guint col);
100 guint row, guint col);
102 guint row, guint col);
105 guint row, guin
197 ActionAlign(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, guint coeffIndex) argument
[all...]
H A Ddocument-properties.cpp221 * array that has two entries per table row. The two entries code for four
483 // Find the index of the currently-selected row in the color profiles combobox
484 int row = _combo_avail.get_active_row_number(); local
486 if (row == -1){
493 Glib::ustring file = pairs[row].first;
494 Glib::ustring name = pairs[row].second;
542 Gtk::TreeModel::Row row = *(_LinkedProfilesListStore->append()); local
543 row[_LinkedProfilesListColumns.nameColumn] = prof->name;
544 // row[_LinkedProfilesListColumns.previewColumn] = "Color Preview";
647 gint row local
772 gint row = 0; local
1006 int row = 1; local
1352 Gtk::TreeModel::Row row = *(_ExternalScriptsListStore->append()); local
1357 Gtk::TreeModel::Row row = *(_EmbeddedScriptsListStore->append()); local
[all...]
H A Dalign-and-distribute.cpp63 guint row, guint column,
85 parent.attach(*pButton, column, row, 1, 1);
87 parent.attach(*pButton, column, column+1, row, row+1, Gtk::FILL, Gtk::FILL);
272 guint row, guint column,
278 Action(id, tiptext, row, column,
444 guint row,
447 Action(id, tiptext, row, column + 4,
477 dialog.removeOverlap_table().attach(removeOverlapXGapLabel, column, row, 1, 1);
478 dialog.removeOverlap_table().attach(removeOverlapXGap, column+1, row,
61 Action(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, Gtk::Grid &parent, AlignAndDistribute &dialog) argument
270 ActionDistribute(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, bool onInterSpace, Geom::Dim2 orientation, double kBegin, double kEnd ) argument
442 ActionRemoveOverlaps(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument
514 ActionGraphLayout(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument
551 ActionExchangePositions(Glib::ustring const &id, Glib::ustring const &tiptext, guint row, guint column, AlignAndDistribute &dialog, SortOrder order = None) argument
641 ActionUnclump(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument
672 ActionRandomize(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog) argument
760 ActionBaseline(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument
1226 addAlignButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1234 addDistributeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, bool onInterSpace, Geom::Dim2 orientation, float kBegin, float kEnd) argument
1256 addRemoveOverlapsButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1265 addGraphLayoutButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1274 addExchangePositionsButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1283 addExchangePositionsByZOrderButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1292 addExchangePositionsClockwiseButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1301 addUnclumpButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1310 addRandomizeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument
1320 addBaselineButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument
[all...]
H A Dlivepatheffect-add.cpp58 Gtk::TreeModel::Row row = *(effectlist_store->append()); local
60 row[_columns.name] = _( converter.get_label(data->id).c_str() );
61 row[_columns.data] = data;
65 select->select(row);
136 Gtk::TreeModel::Row row = *iter; local
137 return row[instance()._columns.data];
H A Dlayer-properties.cpp173 Gtk::ListStore::iterator row; local
174 row = _dropdown_list->append();
175 row->set_value(_dropdown_columns.position, LPOS_ABOVE);
176 row->set_value(_dropdown_columns.name, Glib::ustring(_("Above current")));
177 _layer_position_combo.set_active(row);
178 row = _dropdown_list->append();
179 row->set_value(_dropdown_columns.position, LPOS_BELOW);
180 row->set_value(_dropdown_columns.name, Glib::ustring(_("Below current")));
181 row = _dropdown_list->append();
182 row
284 Gtk::TreeModel::Row row = *iter; local
311 Gtk::TreeModel::Row row = *iter; local
[all...]
H A Dextension-editor.cpp113 Gtk::TreeModel::Row row = *iter; local
114 if (row[_page_list_columns._col_id] == _selection_search) {
133 /* Get the row info */
134 Gtk::TreeModel::Row row = *iter; local
135 Glib::ustring id = row[_page_list_columns._col_id];
136 Glib::ustring name = row[_page_list_columns._col_name];
216 Gtk::TreeModel::Row row = *iter; local
217 row[_page_list_columns._col_name] = ext->get_name();
218 row[_page_list_columns._col_id] = ext->get_id();
H A Dtags.cpp311 Gtk::TreeRow row = *iter; local
312 SPObject * obj = row[_model->_colObject];
324 Gtk::TreeModel::Row row = *iter; local
325 if ( obj == row[_model->_colObject] )
332 //row[_model->_colLabel] = layer->label() ? layer->label() : layer->getId();
340 row[_model->_colLabel] = label ? label : obj->getId();
341 row[_model->_colAddRemove] = SP_IS_TAG(obj);
363 Gtk::TreeModel::Row row = *iter; local
364 SPObject * it = row[_model->_colObject];
406 Gtk::TreeModel::Row row local
438 Gtk::TreeModel::Row row = *iter; local
479 Gtk::TreeModel::Row row = *iter; local
546 Gtk::TreeRow row = *iter; local
641 Gtk::TreeModel::Row row = *iter; local
706 Gtk::TreeModel::Row row = *iter; local
723 Gtk::TreeModel::Row row = *iter; local
779 Gtk::TreeModel::Row row = *iter; local
832 Gtk::TreeModel::Row row = *iter; local
843 _renameObject(Gtk::TreeModel::Row row, const Glib::ustring& name) argument
902 Gtk::TreeModel::Row row = *iter; local
[all...]
/inkscape/src/widgets/
H A Dspw-utilities.h35 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);
38 Gtk::Label * spw_label(Gtk::Table *table, gchar const *label_text, int col, int row, Gtk::Widget *target);
39 Gtk::HBox * spw_hbox(Gtk::Table *table, int width, int col, int row);
42 GtkWidget * spw_label_old(GtkWidget *table, gchar const *label_text, int col, int row);
50 gchar const *label, gchar *key, int col, int row,
55 gchar const *label, gchar *key, int row,
H A Dspw-utilities.cpp36 * Creates a label widget with the given text, at the given col, row
40 Gtk::Label * spw_label(Gtk::Grid *table, const gchar *label_text, int col, int row, Gtk::Widget* target) argument
42 Gtk::Label * spw_label(Gtk::Table *table, const gchar *label_text, int col, int row, Gtk::Widget* target)
72 table->attach(*label_widget, col, row, 1, 1);
74 table->attach(*label_widget, col, col+1, row, row+1, (Gtk::EXPAND | Gtk::FILL), static_cast<Gtk::AttachOptions>(0), 4, 0);
81 spw_label_old(GtkWidget *table, const gchar *label_text, int col, int row) argument
107 gtk_grid_attach(GTK_GRID(table), label_widget, col, row, 1, 1); local
109 gtk_table_attach(GTK_TABLE (table), label_widget, col, col+1, row, row local
121 spw_hbox(Gtk::Grid * table, int width, int col, int row) argument
170 spw_checkbutton(GtkWidget * dialog, GtkWidget * table, const gchar * label, gchar * key, int , int row, int insensitive, GCallback cb) argument
193 gtk_grid_attach(GTK_GRID(table), l, 0, row, 1, 1); local
195 gtk_table_attach (GTK_TABLE (table), l, 0, 1, row, row+1, local
206 gtk_grid_attach(GTK_GRID(table), b, 1, row, 1, 1); local
208 gtk_table_attach (GTK_TABLE (table), b, 1, 2, row, row+1, local
226 spw_dropdown(GtkWidget * dialog, GtkWidget * table, const gchar * label_text, gchar * key, int row, GtkWidget * selector ) argument
243 gtk_grid_attach(GTK_GRID(table), selector, 1, row, 1, 1); local
245 gtk_table_attach (GTK_TABLE (table), selector, 1, 2, row, row+1, local
[all...]
H A Dstroke-marker-selector.cpp153 Gtk::TreeModel::Row row = *(marker_store->append()); local
154 row[marker_columns.label] = _("No document selected");
155 row[marker_columns.marker] = g_strdup("None");
156 row[marker_columns.image] = NULL;
157 row[marker_columns.stock] = false;
158 row[marker_columns.history] = false;
159 row[marker_columns.separator] = false;
281 Gtk::TreeModel::Row row = (*iter); local
282 if (row[marker_columns.marker] &&
283 !strcmp(row[marker_column
356 Gtk::TreeModel::Row row = (*iter); local
379 Gtk::TreeModel::Row row = (*iter); local
387 Gtk::TreeModel::Row row = *(marker_store->prepend()); local
406 Gtk::TreeModel::Row row; local
448 Gtk::TreeModel::Row row = (*iter); local
[all...]
H A Ddash-selector.cpp87 Gtk::TreeModel::Row row = *(dash_store->append()); local
88 row[dash_columns.dash] = dashes[i];
89 row[dash_columns.pixbuf] = Glib::wrap(sp_dash_to_pixbuf(dashes[i]));
92 Gtk::TreeModel::Row row = *(dash_store->append()); local
93 row[dash_columns.dash] = dashes[np-1];
94 row[dash_columns.pixbuf] = Glib::wrap(sp_text_to_pixbuf((char *)"Custom"));
107 void SPDashSelector::prepareImageRenderer( Gtk::TreeModel::const_iterator const &row ) {
109 Glib::RefPtr<Gdk::Pixbuf> pixbuf = (*row)[dash_columns.pixbuf];
/inkscape/src/trace/
H A Dimagemap-gdk.cpp27 int row = 0; local
30 guchar *p = pixdata + row;
40 row += rowstride;
65 int row = 0; local
68 guchar *p = pixdata + row;
75 row += rowstride;
104 int row = 0; local
107 guchar *p = pixdata + row;
119 row += rowstride;
147 int row local
194 int row = 0; local
[all...]
/inkscape/share/extensions/
H A Drender_barcode_datamatrix.py451 def module(array, nrow, ncol, row, col, bit) :
452 if (row < 0) :
453 row = row + nrow
458 row = row + 4 - ((ncol+4)%8)
460 array[row][col] = bit
503 def utah(array, nrow, ncol, row, col, char):
504 module(array, nrow, ncol,row-2, col-2, bit(char,1))
505 module(array, nrow, ncol,row
[all...]
H A Drender_barcode_qrcode.py58 def isDark(self, row, col):
59 if (row < 0 or self.moduleCount <= row or col < 0 or self.moduleCount <= col):
60 raise Exception("%s,%s - %s" % (row, col, self.moduleCount))
61 return self.modules[row][col]
73 for row in range(self.moduleCount):
75 self.modules[row] = [None for x in range(self.moduleCount)]
78 self.modules[row][col] = None #//(col + row) % 3;
94 def setupPositionProbePattern(self, row, co
[all...]
/inkscape/src/libnrtype/
H A Dfont-lister.cpp116 Gtk::TreeModel::Row row = *iter; local
117 GList *styles = row[FontList.styles];
134 Gtk::TreeModel::Row row = *iter; local
135 if (!row[FontList.styles]) {
136 if (row[FontList.pango_family]) {
137 row[FontList.styles] = font_factory::Default()->GetUIStyles(row[FontList.pango_family]);
145 // Gtk::TreeModel::Row row = *iter;
146 // if( !row[FontList.onSystem] ) {
147 // std::cout << " Not on system: " << row[FontLis
164 Gtk::TreeModel::Row row = *iter2; local
206 Gtk::TreeModel::Row row = *iter; local
244 Gtk::TreeModel::Row row = *iter2; local
275 int row = i + start; local
493 Gtk::TreeModel::Row row = *iter; local
563 set_font_family(int row, bool check_style) argument
885 Gtk::TreeModel::Row row = *iter; local
909 Gtk::TreeModel::Row row = *iter; local
989 Gtk::TreeModel::Row row; local
[all...]
/inkscape/src/ui/widget/
H A Dcolor-wheel-selector.cpp64 gint row = 0; local
74 gtk_grid_attach(GTK_GRID(gobj()), _wheel, 0, row, 3, 1);
76 gtk_table_attach(GTK_TABLE(gobj()), _wheel, 0, 3, row, row + 1, (GtkAttachOptions)(GTK_EXPAND | GTK_FILL),
80 row++;
99 attach(*label, 0, row, 1, 1);
101 attach(*label, 0, 1, row, row + 1, Gtk::FILL, Gtk::FILL, XPAD, YPAD);
128 attach(*_slider, 1, row, 1, 1);
130 attach(*_slider, 1, 2, row, ro
[all...]
H A Dcombo-enums.h56 Gtk::TreeModel::Row row = *_model->append(); local
58 row[_columns.data] = data;
59 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
84 Gtk::TreeModel::Row row = *_model->append(); local
86 row[_columns.data] = data;
87 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
123 Gtk::TreeModel::Row row = *_model->append(); local
124 row[_columns.data] = 0;
125 row[_columns.label] = s;
H A Dcolor-notebook.cpp105 guint row = 0; local
141 attach(*Glib::wrap(_buttonbox), 0, row, 2, 1); local
143 attach(*Glib::wrap(_buttonbox), 0, 2, row, row + 1, Gtk::EXPAND | Gtk::FILL, static_cast<Gtk::AttachOptions>(0), local
147 row++;
161 attach(*notebook, 0, row, 2, 1);
163 attach(*notebook, 0, 2, row, row + 1, Gtk::EXPAND | Gtk::FILL, Gtk::EXPAND | Gtk::FILL, XPAD * 2, YPAD);
169 row++;
243 attach(*Glib::wrap(rgbabox), 0, row, local
245 attach(*Glib::wrap(rgbabox), 0, 2, row, row + 1, Gtk::FILL, Gtk::SHRINK, XPAD, YPAD); local
251 attach(*Glib::wrap(_p), 2, 3, row, row + 1, Gtk::FILL, Gtk::FILL, XPAD, YPAD); local
[all...]
H A Dlayer-selector.cpp270 Gtk::TreeIter row(
277 if ( row != _layer_model->children().end() ) {
278 _selector.set_active(row);
419 Gtk::TreeIter row(
426 if ( row != model->children().end() ) {
427 model->row_changed(model->get_path(row), row);
460 /** Builds and appends a row in the layer model object.
507 Gtk::ListStore::iterator row(_layer_model->append());
509 row
525 _destroyEntry(Gtk::ListStore::iterator const &row) argument
[all...]
/inkscape/src/
H A Dsp-mesh-array.cpp51 #include "sp-mesh-row.h"
80 row = r*3; // Convert from patch array to node array
84 if( row != 0 ) i = 1;
86 if( nodes->size() < row+i+1 ) {
87 std::vector< SPMeshNode* > row; local
88 nodes->push_back( row );
94 if( (*nodes)[row+i].size() < col+j+1 ){
100 (*nodes)[row+i].push_back( node );
117 p = (*nodes)[ row ][ col+pt ]->p;
120 p = (*nodes)[ row
[all...]
/inkscape/src/display/
H A Dnr-filter-tile.cpp94 for( int row=0; row < tile_rows; ++row ) {
96 Geom::Point offset( col*tile_area.width(), row*tile_area.height() );
/inkscape/src/2geom/
H A Dchoose.h41 // row index becomes n2 = n/2, row2 = n2*(n2+1)/2, row = row2*2+(n&1)?n2:0
68 unsigned row = (n*(n+1))/2; local
69 return pascals_triangle[row+k];
/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.cpp121 Gtk::TreeModel::Row row = *iter; local
122 PathAndDirection *w = row[_model->_colObject];
123 row[_model->_colReverse] = !row[_model->_colReverse];
124 w->reversed = row[_model->_colReverse];
214 Gtk::TreeModel::Row row = *iter; local
219 if (*iter == row[_model->_colObject]) {
221 _vector.insert(piter, row[_model->_colObject]);
241 Gtk::TreeModel::Row row = *iter; local
245 if (*iter == row[_mode
271 Gtk::TreeModel::Row row = *iter; local
354 Gtk::TreeModel::Row row = *iter; local
439 Gtk::TreeModel::Row row = *iter; local
[all...]

Completed in 1300 milliseconds

1234