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

/inkscape/src/
H A Ddevice-manager.cpp333 std::vector< Glib::RefPtr<Gdk::Device> > devList = dm->list_devices(Gdk::DEVICE_TYPE_SLAVE);
335 std::vector< Glib::RefPtr<Gdk::Device> > devList = display->list_devices();
341 //devList = fakeList;
345 for ( std::vector< Glib::RefPtr<Gdk::Device> >::iterator dev = devList.begin(); dev != devList.end(); ++dev ) {
674 std::vector< Glib::RefPtr<Gdk::Device> > devList = dm->list_devices(Gdk::DEVICE_TYPE_SLAVE); local
676 std::vector< Glib::RefPtr<Gdk::Device> > devList = display->list_devices(); local
680 std::vector< Glib::RefPtr<Gdk::Device> >::iterator dev = devList.begin();
683 while (dev != devList.end() && (*dev)->get_source() != Gdk::SOURCE_MOUSE) {
687 if (dev != devList
[all...]
/inkscape/src/ui/dialog/
H A Dinput.cpp969 std::list<Glib::RefPtr<InputDevice const> > devList = Inkscape::DeviceManager::getManager().getDevices(); local
970 if ( !devList.empty() ) {
979 for ( std::list<Glib::RefPtr<InputDevice const> >::iterator it = devList.begin(); it != devList.end(); ++it ) {
1057 for ( std::list<Glib::RefPtr<InputDevice const> >::iterator it = devList.begin(); it != devList.end(); ++it ) {
1545 std::list<Glib::RefPtr<InputDevice const> > devList = Inkscape::DeviceManager::getManager().getDevices(); local
1546 for ( std::list<Glib::RefPtr<InputDevice const> >::const_iterator it = devList.begin(); it != devList.end(); ++it ) {
1575 std::list<Glib::RefPtr<InputDevice const> > devList local
[all...]

Completed in 21 milliseconds