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

/inkscape/src/ui/dialog/
H A Dinput.cpp427 Glib::RefPtr<Gtk::TreeStore> confDeviceStore; member in class:Inkscape::UI::Dialog::InputDialogImpl::ConfPanel
1076 confDeviceStore(Gtk::TreeStore::create(getCols())),
1078 confDeviceTree(confDeviceStore),
1113 rendr->signal_toggled().connect(sigc::bind(sigc::ptr_fun(commitCellStateChange), confDeviceStore));
1130 rendr->signal_edited().connect(sigc::bind(sigc::ptr_fun(commitCellModeChange), confDeviceStore));
1143 setupTree( confDeviceStore, confDeviceIter );
1231 confDeviceTree.get_selection()->select(confDeviceStore->get_iter("0"));
1362 stores.push_back(cfgPanel.confDeviceStore);

Completed in 21 milliseconds