Home | History | Annotate | Download | only in QtLauncher

Lines Matching defs:m_view

132     QWidget* m_view;
157 m_view = 0;
250 if (!touchMocking || obj != m_view)
302 touchPoint.setPos(m_view->mapFromGlobal(QCursor::pos()));
317 m_view->setFocus(Qt::OtherFocusReason);
374 m_view, SLOT(print(QPrinter*)));
381 QPixmap pixmap = QPixmap::grabWidget(m_view);
448 delete m_view;
455 m_view = view;
464 m_view = view;
468 m_view->installEventFilter(this);