Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

WidgetImageBrowser

widget to navigate in multi-channel and/or multi-stack images. stack projection can be requested. adjust bit depth to limit viewer scale.

Requirements

GUI Layout Toolbox

ImageIO

Model-view-controller paradigm

the widget uses MVC design.

Model

updateFile updateIndexStack updateIndexChannel updateCData updateProjection requestSizeStack requestSizeChannel requestResolution requestCLimit

UI

user actions:

  • event_changeChannel
  • event_changeStack
  • event_requestProjection
  • event_changeCLimits

viewer responds:

  • updateStatus
  • updateLabelChannel
  • updateLabelStack
  • requestProjectionType
  • requestProjectionIsKeep
  • requestCLimitValues
  • requestStepChannel
  • requestStepStack
  • requestEnableChannel
  • requestEnableStack

VIEWER

  • updateCLimit
  • updatePreview