Lines Matching defs:deviceStore
494 Glib::RefPtr<Gtk::TreeStore> deviceStore;
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());
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->erase(oldParent);
1484 Gtk::TreeIter newGroup = deviceStore->append(tabletIter->children());
1492 Gtk::TreeModel::Row deviceRow = *deviceStore->append(newGroup->children());
1500 deviceStore->foreach_iter( sigc::bind<Glib::ustring, Gtk::TreeModel::iterator*>(
1509 deviceRow = *deviceStore->append(newGroup->children());
1515 deviceStore->erase(linkIter);
1517 deviceStore->erase(oldParent);
1522 deviceStore->erase(deviceIter);
1524 deviceStore->erase(oldParent);