Home
last modified time | relevance | path

Searched refs:mousePressEvent (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
Dqconf.h58 void mousePressEvent(QMouseEvent *e);
Dqconf.cc779 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent() function in ConfigList
783 Parent::mousePressEvent(e); in mousePressEvent()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1533 def mousePressEvent(self, event): member in SwitchGraphDataGraphicsItem
1535 super(SwitchGraphDataGraphicsItem, self).mousePressEvent(event)
1828 self.mousePressEvent = self.MousePressEvent