Searched defs:getColumns (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Devent-log.h80 const EventModelColumns& getColumns() const { return _columns; } function in class:Inkscape::EventLog
/inkscape/src/ui/dialog/
H A Dglyphs.cpp321 GlyphColumns *GlyphsPanel::getColumns() function in class:Inkscape::UI::Dialog::GlyphsPanel
333 store(Gtk::ListStore::create(*getColumns())),
449 GlyphColumns *columns = getColumns();
604 gunichar ch = (*row)[getColumns()->code];
627 gunichar ch = (*row)[getColumns()->code];
655 gunichar ch = (*row)[getColumns()->code];
747 Glib::RefPtr<Gtk::ListStore> tmp = Gtk::ListStore::create(*getColumns());
767 GlyphColumns *columns = getColumns();
H A Dsymbols.cpp103 SymbolColumns* SymbolsDialog::getColumns() function in class:Inkscape::UI::Dialog::SymbolsDialog
114 store(Gtk::ListStore::create(*getColumns())),
161 SymbolColumns* columns = getColumns();
412 Glib::ustring symbol_id = (*row)[getColumns()->symbol_id];
467 return (*row)[getColumns()->symbol_id];
741 SymbolColumns* columns = getColumns();

Completed in 19 milliseconds