Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibMakeMovieController Class Reference

controller class for the render movie window available via MIB->Menu->File->Make movie More...

Inheritance diagram for mibMakeMovieController:
Collaboration diagram for mibMakeMovieController:

Public Member Functions

 mibMakeMovieController (varargin)
 constructor of the class Parameters: parameter 1: a handles to mibModel parameter 2: [optional] a handle to extra controllers parameter 3: [optional] a structure with additional parameters
 
function  closeWindow ()
 closing mibMakeMovieController window
 
function  updateWidgets ()
 update widgets of the window
 
function  splitChannelsCheck_Callback ()
 — Executes on button press in splitChannelsCheck.
 
function  roiPopup_Callback ()
 update shown roi
 
function  crop_Callback ()
 callback for the Crop radio buttons
 
function  codecPopup_Callback ()
 a callback for selection of the output format
 
function  scalebarCheck_Callback ()
 enable the scale bar and check of pixel size
 
function  outputDir_Callback ()
 a callback for selection of the output file
 
function  selectFileBtn_Callback ()
 a callback for the select file button
 
function  widthEdit_Callback ()
 a callback on change of obj.View.handles.widthEdit
 
function  heightEdit_Callback ()
 a callback on change of obj.View.handles.heightEdit
 
function  firstFrameEdit_Callback ()
 callback for change of obj.View.handles.firstFrameEdit
 
function  lastFrameEdit_Callback ()
 callback for change of obj.View.handles.lastFrameEdit
 
function  directionPopup_Callback ()
 callback for press obj.View.handles.directionPopup
 
function  continueBtn_Callback ()
 

Static Public Member Functions

static function  ViewListner_Callback2 (obj, src, evnt)
 
static function  listner_ModelEvent_Callback (obj, src, evnt)
 callback function for detection of mibModel callbacks this function is recommended to use
 

Public Attributes

 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 animations from volume rendering window
 
 extraOptions
 a structure with extra options for making movies .mode - a string with desired mode, spin - make a spin around selected axis
 
 movieFilename
 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
 
EVENT closeEvent
 > Description of events event firing when window is closed
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs.
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects.
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends.
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function.
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function.
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects.
 
 findprop
 Returns a meta.property objects associated with the specified property name.
 
 fields
 Returns a cell array of string containing the names of public properties.
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function.
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass.
 
 eq
 Relational functions example. See details for more information.
 
 transpose
 Transposes the elements of the handle object array.
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function.
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function.
 
 sort
 ort the handle objects in any array in ascending or descending order.
 

Detailed Description

controller class for the render movie window available via MIB->Menu->File->Make movie

Constructor & Destructor Documentation

◆ mibMakeMovieController()

mibMakeMovieController.mibMakeMovieController ( varargin)

constructor of the class Parameters: parameter 1: a handles to mibModel parameter 2: [optional] a handle to extra controllers parameter 3: [optional] a structure with additional parameters

References handle.addlistener.

Member Function Documentation

◆ closeWindow()

function mibMakeMovieController.closeWindow ( )

closing mibMakeMovieController window

References handle.isvalid, and handle.notify.

◆ codecPopup_Callback()

function mibMakeMovieController.codecPopup_Callback ( )

a callback for selection of the output format

◆ continueBtn_Callback()

function mibMakeMovieController.continueBtn_Callback ( )

References handle.disp, mibAddScaleBar(), min, and handle.notify.

Here is the call graph for this function:

◆ crop_Callback()

function mibMakeMovieController.crop_Callback ( )

callback for the Crop radio buttons

◆ directionPopup_Callback()

function mibMakeMovieController.directionPopup_Callback ( )

callback for press obj.View.handles.directionPopup

◆ firstFrameEdit_Callback()

function mibMakeMovieController.firstFrameEdit_Callback ( )

callback for change of obj.View.handles.firstFrameEdit

◆ heightEdit_Callback()

function mibMakeMovieController.heightEdit_Callback ( )

a callback on change of obj.View.handles.heightEdit

◆ lastFrameEdit_Callback()

function mibMakeMovieController.lastFrameEdit_Callback ( )

callback for change of obj.View.handles.lastFrameEdit

◆ listner_ModelEvent_Callback()

static function mibMakeMovieController.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:

References handle.fieldnames.

◆ outputDir_Callback()

function mibMakeMovieController.outputDir_Callback ( )

a callback for selection of the output file

◆ roiPopup_Callback()

function mibMakeMovieController.roiPopup_Callback ( )

update shown roi

References handle.notify.

◆ scalebarCheck_Callback()

function mibMakeMovieController.scalebarCheck_Callback ( )

enable the scale bar and check of pixel size

◆ selectFileBtn_Callback()

function mibMakeMovieController.selectFileBtn_Callback ( )

a callback for the select file button

◆ splitChannelsCheck_Callback()

function mibMakeMovieController.splitChannelsCheck_Callback ( )

— Executes on button press in splitChannelsCheck.

◆ updateWidgets()

function mibMakeMovieController.updateWidgets ( )

update widgets of the window

◆ ViewListner_Callback2()

static function mibMakeMovieController.ViewListner_Callback2 ( obj,
src,
evnt )
static

◆ widthEdit_Callback()

function mibMakeMovieController.widthEdit_Callback ( )

a callback on change of obj.View.handles.widthEdit

Member Data Documentation

◆ closeEvent

EVENT mibMakeMovieController.closeEvent

> Description of events event firing when window is closed

Events
closeEvent

◆ extraController

mibMakeMovieController.extraController

an optional extra controller, used for making animations from volume rendering window

◆ extraOptions

mibMakeMovieController.extraOptions

a structure with extra options for making movies .mode - a string with desired mode, spin - make a spin around selected axis

◆ listener

mibMakeMovieController.listener

a cell array with handles to listeners

◆ mibModel

mibMakeMovieController.mibModel

handles to the model

◆ movieFilename

mibMakeMovieController.movieFilename

a cell array {1:obj.mibModel.maxId} with filenames for saving the snapshots

◆ origHeight

mibMakeMovieController.origHeight

a height of the image area to render

◆ origWidth

mibMakeMovieController.origWidth

width of the image area to render

◆ resizedWidth

mibMakeMovieController.resizedWidth

width of the image area to render with respect of the aspect ratio

◆ View

mibMakeMovieController.View

handle to the view


The documentation for this class was generated from the following file: