Lines Matching refs:InputDialogImpl
391 class InputDialogImpl : public InputDialog {
393 InputDialogImpl();
394 virtual ~InputDialogImpl() {}
564 }; // class InputDialogImpl
567 DeviceModelColumns &InputDialogImpl::getCols()
573 Glib::RefPtr<Gdk::Pixbuf> InputDialogImpl::getPix(PixId id)
605 InputDialog *dialog = new InputDialogImpl();
610 InputDialogImpl::InputDialogImpl() :
745 linkConnection = linkCombo.signal_changed().connect(sigc::mem_fun(*this, &InputDialogImpl::linkComboChanged));
851 testDetector.signal_event().connect(sigc::mem_fun(*this, &InputDialogImpl::eventSnoop));
896 deviceTree.get_selection()->signal_changed().connect(sigc::mem_fun(*this, &InputDialogImpl::resyncToSelection));
901 Inkscape::DeviceManager::getManager().signalDeviceChanged().connect(sigc::mem_fun(*this, &InputDialogImpl::handleDeviceChange));
902 Inkscape::DeviceManager::getManager().signalAxesChanged().connect(sigc::mem_fun(*this, &InputDialogImpl::updateDeviceAxes));
903 Inkscape::DeviceManager::getManager().signalButtonsChanged().connect(sigc::mem_fun(*this, &InputDialogImpl::updateDeviceButtons));
905 Inkscape::DeviceManager::getManager().signalLinkChanged().connect(sigc::bind(sigc::ptr_fun(&InputDialogImpl::updateDeviceLinks), deviceIter, treePtr));
950 void InputDialogImpl::ConfPanel::onModeChange()
967 void InputDialogImpl::setupTree( Glib::RefPtr<Gtk::TreeStore> store, Gtk::TreeIter &tablet )
1074 InputDialogImpl::ConfPanel::ConfPanel() :
1141 confDeviceTree.get_selection()->signal_changed().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::onTreeSelect));
1146 Inkscape::DeviceManager::getManager().signalLinkChanged().connect(sigc::bind(sigc::ptr_fun(&InputDialogImpl::updateDeviceLinks), confDeviceIter, treePtr));
1151 useExt.signal_toggled().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::useExtToggled));
1162 save.signal_clicked().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::saveSettings));
1171 modeCombo.signal_changed().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::onModeChange));
1200 //_kb_shortcut_renderer.signal_accel_edited().connect( sigc::mem_fun(*this, &InputDialogImpl::onKBTreeEdited) );
1201 //_kb_shortcut_renderer.signal_accel_cleared().connect( sigc::mem_fun(*this, &InputDialogImpl::onKBTreeCleared) );
1235 InputDialogImpl::ConfPanel::~ConfPanel()
1239 void InputDialogImpl::ConfPanel::setModeCellString(Gtk::CellRenderer *rndr, Gtk::TreeIter const &iter)
1255 void InputDialogImpl::ConfPanel::commitCellModeChange(Glib::ustring const &path, Glib::ustring const &newText, Glib::RefPtr<Gtk::TreeStore> store)
1269 void InputDialogImpl::ConfPanel::setCellStateToggle(Gtk::CellRenderer *rndr, Gtk::TreeIter const &iter)
1285 void InputDialogImpl::ConfPanel::commitCellStateChange(Glib::ustring const &path, Glib::RefPtr<Gtk::TreeStore> store)
1301 void InputDialogImpl::ConfPanel::onTreeSelect()
1320 void InputDialogImpl::ConfPanel::saveSettings()
1325 void InputDialogImpl::ConfPanel::useExtToggled()
1340 InputDialogImpl::ConfPanel::Blink::Blink(ConfPanel &parent) :
1347 InputDialogImpl::ConfPanel::Blink::~Blink()
1352 void InputDialogImpl::ConfPanel::Blink::notify(Preferences::Entry const &new_val)
1357 void InputDialogImpl::handleDeviceChange(Glib::RefPtr<InputDevice const> device)
1367 sigc::ptr_fun(&InputDialogImpl::findDevice),
1380 void InputDialogImpl::updateDeviceAxes(Glib::RefPtr<InputDevice const> device)
1397 void InputDialogImpl::updateDeviceButtons(Glib::RefPtr<InputDevice const> device)
1413 bool InputDialogImpl::findDevice(const Gtk::TreeModel::iterator& iter,
1428 bool InputDialogImpl::findDeviceByLink(const Gtk::TreeModel::iterator& iter,
1443 void InputDialogImpl::updateDeviceLinks(Glib::RefPtr<InputDevice const> device, Gtk::TreeIter tabletIter, Glib::RefPtr<Gtk::TreeView> tree)
1450 sigc::ptr_fun(&InputDialogImpl::findDevice),
1501 sigc::ptr_fun(&InputDialogImpl::findDeviceByLink),
1532 void InputDialogImpl::linkComboChanged() {
1557 void InputDialogImpl::resyncToSelection() {
1609 void InputDialogImpl::ConfPanel::setAxis(gint count)
1630 void InputDialogImpl::ConfPanel::setKeys(gint count)
1646 void InputDialogImpl::setupValueAndCombo( gint reported, gint actual, Gtk::Label& label, Gtk::ComboBoxText& combo )
1664 void InputDialogImpl::updateTestButtons( Glib::ustring const& key, gint hotButton )
1679 void InputDialogImpl::updateTestAxes( Glib::ustring const& key, GdkDevice* dev )
1756 void InputDialogImpl::mapAxesValues( Glib::ustring const& key, gdouble const * axes, GdkDevice* dev )
1807 Glib::ustring InputDialogImpl::getKeyFor( GdkDevice* device )
1835 bool InputDialogImpl::eventSnoop(GdkEvent* event)
1947 g_warning("InputDialogImpl::eventSnoop : unhandled GDK_SOURCE type!");