![]() |
Microscopy Image Browser 2.91
MIB
|
controller class for the render movie window available via MIB->Menu->File->Make movie More...


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. | |
controller class for the render movie window available via MIB->Menu->File->Make movie
| 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.
| function mibMakeMovieController.closeWindow | ( | ) |
closing mibMakeMovieController window
References handle.isvalid, and handle.notify.
| function mibMakeMovieController.codecPopup_Callback | ( | ) |
a callback for selection of the output format
| function mibMakeMovieController.continueBtn_Callback | ( | ) |
References handle.disp, mibAddScaleBar(), min, and handle.notify.

| function mibMakeMovieController.crop_Callback | ( | ) |
callback for the Crop radio buttons
| function mibMakeMovieController.directionPopup_Callback | ( | ) |
callback for press obj.View.handles.directionPopup
| function mibMakeMovieController.firstFrameEdit_Callback | ( | ) |
callback for change of obj.View.handles.firstFrameEdit
| function mibMakeMovieController.heightEdit_Callback | ( | ) |
a callback on change of obj.View.handles.heightEdit
| function mibMakeMovieController.lastFrameEdit_Callback | ( | ) |
callback for change of obj.View.handles.lastFrameEdit
|
static |
callback function for detection of mibModel callbacks this function is recommended to use
References handle.fieldnames.
| function mibMakeMovieController.outputDir_Callback | ( | ) |
a callback for selection of the output file
| function mibMakeMovieController.roiPopup_Callback | ( | ) |
update shown roi
References handle.notify.
| function mibMakeMovieController.scalebarCheck_Callback | ( | ) |
enable the scale bar and check of pixel size
| function mibMakeMovieController.selectFileBtn_Callback | ( | ) |
a callback for the select file button
| function mibMakeMovieController.splitChannelsCheck_Callback | ( | ) |
— Executes on button press in splitChannelsCheck.
| function mibMakeMovieController.updateWidgets | ( | ) |
update widgets of the window
|
static |
| function mibMakeMovieController.widthEdit_Callback | ( | ) |
a callback on change of obj.View.handles.widthEdit
| EVENT mibMakeMovieController.closeEvent |
> Description of events event firing when window is closed
| mibMakeMovieController.extraController |
an optional extra controller, used for making animations from volume rendering window
| mibMakeMovieController.extraOptions |
a structure with extra options for making movies .mode - a string with desired mode, spin - make a spin around selected axis
| mibMakeMovieController.listener |
a cell array with handles to listeners
| mibMakeMovieController.mibModel |
handles to the model
| mibMakeMovieController.movieFilename |
a cell array {1:obj.mibModel.maxId} with filenames for saving the snapshots
| mibMakeMovieController.origHeight |
a height of the image area to render
| mibMakeMovieController.origWidth |
width of the image area to render
| mibMakeMovieController.resizedWidth |
width of the image area to render with respect of the aspect ratio
| mibMakeMovieController.View |
handle to the view