a controller class for the snapshots subwindow available via MIB->Menu->File->Make snapshot
More...
|
| mibModel |
| handles to the model
|
|
| View |
| handle to the view
|
|
| listener |
| a cell array with handles to listeners
|
|
| extraController |
| an optional extra controller, used for making snapshots from volume rendering window
|
|
| snapshotFilename |
| a cell array {1:obj.mibModel.maxId} with filenames for saving the snapshots
|
|
| origHeight |
| a height of the image area to render
|
|
| origWidth |
| width of the image area to render
|
|
| resizedWidth |
| width of the image area to render with respect of the aspect ratio
|
|
| BatchOpt |
| a structure compatible with batch operation, see details in the contsructor
|
|
EVENT | closeEvent |
| > Description of events event firing when window is closed
|
|
a controller class for the snapshots subwindow available via MIB->Menu->File->Make snapshot
◆ mibSnapshotController()
mibSnapshotController.mibSnapshotController |
( |
| varargin | ) |
|
◆ closeWindow()
function mibSnapshotController.closeWindow |
( |
| ) |
|
◆ crop_Callback()
function mibSnapshotController.crop_Callback |
( |
| ) |
|
a callback for the Crop radio buttons
◆ FileFormat_Callback()
function mibSnapshotController.FileFormat_Callback |
( |
| ) |
|
a callback for selection of the output format
◆ Height_Callback()
function mibSnapshotController.Height_Callback |
( |
| ) |
|
a callback on change of obj.View.handles.Height
◆ listner_ModelEvent_Callback()
static function mibSnapshotController.listner_ModelEvent_Callback |
( |
| obj, |
|
|
| src, |
|
|
| evnt ) |
|
static |
callback function for detection of mibModel callbacks this function is recommended to use
- Required fields of evnt:
- Required fields of obj:
◆ measurementsOptions_Callback()
function mibSnapshotController.measurementsOptions_Callback |
( |
| ) |
|
update visualization settings for the measurements
◆ outputDir_Callback()
function mibSnapshotController.outputDir_Callback |
( |
| ) |
|
a callback for selection of the output file
◆ returnBatchOpt()
function mibSnapshotController.returnBatchOpt |
( |
| BatchOptOut | ) |
|
return structure with Batch Options and possible configurations via the notify syncBatch
event Parameters: BatchOptOut: a local structure with Batch Options generated during Continue callback. It may contain more fields than obj.BatchOpt structure
◆ ROIIndex_Callback()
function mibSnapshotController.ROIIndex_Callback |
( |
| ) |
|
◆ Scalebar_Callback()
function mibSnapshotController.Scalebar_Callback |
( |
| ) |
|
enable the scale bar and check of pixel size
◆ selectFileBtn_Callback()
function mibSnapshotController.selectFileBtn_Callback |
( |
| ) |
|
a callback for the select file button
◆ snapshotBtn_Callback()
function mibSnapshotController.snapshotBtn_Callback |
( |
| useBatchMode | ) |
|
◆ SplitChannels_Callback()
function mibSnapshotController.SplitChannels_Callback |
( |
| ) |
|
— Executes on button press in SplitChannels.
◆ updateBatchOptFromGUI()
function mibSnapshotController.updateBatchOptFromGUI |
( |
| hObject | ) |
|
◆ updateWidgets()
function mibSnapshotController.updateWidgets |
( |
| ) |
|
update widgets of the window
◆ updateWidthHeight()
function mibSnapshotController.updateWidthHeight |
( |
| ) |
|
update width/height for the snapshot
◆ ViewListner_Callback2()
static function mibSnapshotController.ViewListner_Callback2 |
( |
| obj, |
|
|
| src, |
|
|
| evnt ) |
|
static |
◆ Width_Callback()
function mibSnapshotController.Width_Callback |
( |
| ) |
|
a callback on change of obj.View.handles.Width
◆ BatchOpt
mibSnapshotController.BatchOpt |
a structure compatible with batch operation, see details in the contsructor
◆ closeEvent
EVENT mibSnapshotController.closeEvent |
> Description of events event firing when window is closed
- Events
- closeEvent
◆ extraController
mibSnapshotController.extraController |
an optional extra controller, used for making snapshots from volume rendering window
◆ listener
mibSnapshotController.listener |
a cell array with handles to listeners
◆ mibModel
mibSnapshotController.mibModel |
◆ origHeight
mibSnapshotController.origHeight |
a height of the image area to render
◆ origWidth
mibSnapshotController.origWidth |
width of the image area to render
◆ resizedWidth
mibSnapshotController.resizedWidth |
width of the image area to render with respect of the aspect ratio
◆ snapshotFilename
mibSnapshotController.snapshotFilename |
a cell array {1:obj.mibModel.maxId} with filenames for saving the snapshots
◆ View
mibSnapshotController.View |
The documentation for this class was generated from the following file: