Lines Matching refs:_store
323 _store->clear();
351 Gtk::TreeModel::iterator iter = parentRow ? _store->prepend(parentRow->children()) : _store->prepend();
371 _tree.expand_to_path( _store->get_path(iter) );
398 _store->foreach_iter( sigc::bind<SPObject*>(sigc::mem_fun(*this, &ObjectsPanel::_checkForUpdated), obj) );
489 _store->foreach(sigc::bind<SPItem *, bool>( sigc::mem_fun(*this, &ObjectsPanel::_checkForSelected), item, (*i)==items.back()));
495 _store->foreach(sigc::bind<SPItem *, bool>( sigc::mem_fun(*this, &ObjectsPanel::_checkForSelected), item, true));
838 Gtk::TreeModel::iterator iter = _store->get_iter(path);
839 if (_store->iter_is_valid(iter)) {
1013 if (_store->iter_is_valid(_store->get_iter(next_path))) {
1019 if (_store->iter_is_valid(_store->get_iter(up_path))) {
1029 Gtk::TreeModel::iterator iter = _store->get_iter(target_path);
1030 if (_store->iter_is_valid(iter)) {
1650 _store = Gtk::TreeStore::create( *zoop );
1653 _tree.set_model( _store );