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

/inkscape/src/ui/dialog/
H A Dinput.cpp494 Glib::RefPtr<Gtk::TreeStore> deviceStore; member in class:Inkscape::UI::Dialog::InputDialogImpl
615 deviceStore(Gtk::TreeStore::create(getCols())),
617 deviceTree(deviceStore),
899 setupTree( deviceStore, deviceIter );
1361 stores.push_back(deviceStore);
1445 Glib::RefPtr<Gtk::TreeStore> deviceStore = Glib::RefPtr<Gtk::TreeStore>::cast_dynamic(tree->get_model()); local
1449 deviceStore->foreach_iter( sigc::bind<Glib::ustring, Gtk::TreeModel::iterator*>(
1467 Gtk::TreeModel::Row deviceRow = *deviceStore->append(tabletIter->children());
1474 deviceStore->erase(deviceIter);
1476 deviceStore
[all...]

Completed in 21 milliseconds