Difference between revisions of "2013 Project Week:SimplifyRendererMouseInteraction"
From NAMIC Wiki
(2 intermediate revisions by 2 users not shown) | |||
Line 25: | Line 25: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | |||
* Review [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.2/SlicerApplication/MainApplicationGUI#Slice_Viewers current documentation]. | * Review [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.2/SlicerApplication/MainApplicationGUI#Slice_Viewers current documentation]. | ||
Line 33: | Line 32: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | * | + | * Make the mouse mode (action invoked on left mouse button) explicit. Allow user to select the default left button mode via a preferences option. |
+ | * Change mouse cursor icon to reflect current mouse mode | ||
+ | * Changing mouse modes controlled through a toolbar. | ||
+ | * When a mouse mode is active, the one-time actions (add fiducial etc.) are still available (through shortcuts) | ||
+ | * Mouse modes | ||
+ | ** 'Null' mode - no action in slice viewers, rotation only in 3D viewer - default mouse mode | ||
+ | ** Window/Level mode - W/L in slice viewers, rotation in 3D viewer. (Decision on W/L in 3D for volume rendering? How about linking to the shift transfer function?) | ||
+ | ** Selection mode? | ||
+ | ** Transform mode? | ||
+ | ** Allow extensions to define new modes? Extension provides name of the mode, icon for the pointer. | ||
</div> | </div> |
Latest revision as of 03:10, 16 January 2013
Home < 2013 Project Week:SimplifyRendererMouseInteractionKey Investigators
- Queen's: Csaba Pinter
- MGH: Greg Sharp
- BWH: Andrey Fedorov, Ron Kikinis
- Isomics: Steve Pieper
- Kitware: Jean-Cristophe Fillion-Robin
Objective
- The goal is to discuss mouse interactions on slice viewers and decide best course of action.
Approach, Plan
- Review current documentation.
Progress
- Make the mouse mode (action invoked on left mouse button) explicit. Allow user to select the default left button mode via a preferences option.
- Change mouse cursor icon to reflect current mouse mode
- Changing mouse modes controlled through a toolbar.
- When a mouse mode is active, the one-time actions (add fiducial etc.) are still available (through shortcuts)
- Mouse modes
- 'Null' mode - no action in slice viewers, rotation only in 3D viewer - default mouse mode
- Window/Level mode - W/L in slice viewers, rotation in 3D viewer. (Decision on W/L in 3D for volume rendering? How about linking to the shift transfer function?)
- Selection mode?
- Transform mode?
- Allow extensions to define new modes? Extension provides name of the mode, icon for the pointer.
Delivery Mechanism
This work will be delivered to the NA-MIC Kit as changes in the Slicer4 core.
References
- Mailing list thread