Qt Events Reference
This page documents Qt button constants and modifier keys used by SlicerMouseMaster.
Modifier Keys
Qt Modifier |
Constant |
|---|---|
Shift |
|
Ctrl |
|
Alt |
|
Meta |
|
Event Flow
When a mouse button is pressed:
Qt Application receives the event via
eventFilterMouseMasterEventHandler.eventFilter()processes it:Normalizes button via
PlatformAdapterGets current Slicer module context
Looks up binding: context-specific first, then default
Executes action via
ActionRegistryReturns
True(consumed) orFalse(pass-through)