Searched refs:InputDeviceImpl (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp169 class InputDeviceImpl : public InputDevice { class in namespace:Inkscape
171 InputDeviceImpl(Glib::RefPtr<Gdk::Device> device, std::set<Glib::ustring> &knownIDs);
172 virtual ~InputDeviceImpl() {}
198 InputDeviceImpl(InputDeviceImpl const &); // no copy
199 void operator=(InputDeviceImpl const &); // no assign
212 class IdMatcher : public std::unary_function<Glib::RefPtr<InputDeviceImpl>&, bool> {
215 bool operator ()(Glib::RefPtr<InputDeviceImpl>& dev) {return dev && (target == dev->getId());}
221 class LinkMatcher : public std::unary_function<Glib::RefPtr<InputDeviceImpl>&, bool> {
224 bool operator ()(Glib::RefPtr<InputDeviceImpl>
230 InputDeviceImpl::InputDeviceImpl(Glib::RefPtr<Gdk::Device> device, std::set<Glib::ustring> &knownIDs) function in class:Inkscape::InputDeviceImpl
[all...]

Completed in 27 milliseconds