Difference between revisions of "SliceControllerSketches"

From Slicer Wiki
Jump to: navigation, search
Line 52: Line 52:
 
[[image:SliceControllerV8.png | center |thumb | 400 px |version 6 with Ron's comments]]
 
[[image:SliceControllerV8.png | center |thumb | 400 px |version 6 with Ron's comments]]
  
* Logic here is not quite right yet -- still modifying the sketch!!
+
[[image:SliceControllerV9.png | center |thumb | 400 px |version 6 with explanation]]
 +
 
  
 
* Modifications to Sketch 5b incorporating Ron's comments.
 
* Modifications to Sketch 5b incorporating Ron's comments.
 +
* Need to clearly indicate the following option types (am I missing any?):
 +
** per-layer optionally linked across viewers (e.g. set FG layer to greyscale1.nrrd in one or all slice viewer)
 +
** to all (or appropriate) layers, optionally linked across viewers (e.g. Fit-to-window)
 +
** to all (or appropriate) layers, always linked across viewers (e.g. crosshairs-on)
 +
** are there any options that are NEVER linked across viewers?
 +
 
* Note: no buttons have outline unless mouse-over to minimize visual clutter.
 
* Note: no buttons have outline unless mouse-over to minimize visual clutter.
 
* Optionally linked controls in one group, "Always" linked controls in other group.
 
* Optionally linked controls in one group, "Always" linked controls in other group.
Line 63: Line 70:
 
* Label map outlines toggle available per-layer
 
* Label map outlines toggle available per-layer
 
* Can extend this design later to include additional layers.
 
* Can extend this design later to include additional layers.
 +
* Can extend this to "select" a layer by clicking on its name.
 
* Comments/Corrections please!
 
* Comments/Corrections please!
  
 
--------------------
 
--------------------

Revision as of 17:36, 23 August 2011

Home < SliceControllerSketches

Back to Slicer 4 Developer Projects

Back to Slicer 4 Viewer Sketches

Presentation layer design for Slice Controllers

Simplest changes

Sketch 1

version 0
  • Fold options from Main GUI panel into Slice controllers.
  • Group options that are always linked across viewers and
  • Group options that are optionally linked across viewers
  • Make layers more obvious and open option for extending GUI for MORE layers later.
  • QUESTION: do we need a section for options that are NEVER linked across viewers?

Sketch 2

version 1
  • What if Slice number and DICOM number should be persistently visible and move into the viewer's colored bar.
  • Set off layers a little more?
  • Maybe compact things by putting all optionally linkedoptions in one row instead of two

More advanced changes...

Sketch 3

version 3a

version 3b

Sketch 4

version 4a

version 4b

Sketch 5

version 5a

version 5b

Sketch 6

version 6 with Ron's comments
version 6 with explanation


  • Modifications to Sketch 5b incorporating Ron's comments.
  • Need to clearly indicate the following option types (am I missing any?):
    • per-layer optionally linked across viewers (e.g. set FG layer to greyscale1.nrrd in one or all slice viewer)
    • to all (or appropriate) layers, optionally linked across viewers (e.g. Fit-to-window)
    • to all (or appropriate) layers, always linked across viewers (e.g. crosshairs-on)
    • are there any options that are NEVER linked across viewers?
  • Note: no buttons have outline unless mouse-over to minimize visual clutter.
  • Optionally linked controls in one group, "Always" linked controls in other group.
  • "Visibility" On/Off in each layer's row means Layer opacity = 100%/0% (for quick control.)
  • "Visibility" On/Off in "always linked controls means "Show in all 3D viewers".
  • Optional FG/BG toggle (Ron asks do we still want to offer this as a convenience if we also have ability to turn layers on/off?
  • Interpolation Toggle available per-layer
  • Label map outlines toggle available per-layer
  • Can extend this design later to include additional layers.
  • Can extend this to "select" a layer by clicking on its name.
  • Comments/Corrections please!