![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include Prior® & Zeiss® & all devices supported by Micromanager 2.0 and python-microscope.
|
Static Public Member Functions | |
| static void | Initialize () |
| Initialize() is a function that initializes the BioImager UI. More... | |
| static void | Hide () |
| Hide() hides all the tools. More... | |
| static List< ToolStripMenuItem > | GetMenuItems () |
| static List< ToolStripMenuItem > | GetContextItems () |
| static ToolStripItem | GetMenuItemFromPath (string s, Function f) |
| static ToolStripItem | GetContextMenuItemFromPath (string s, Function f) |
| static ToolStripItem | GetMenuItemFromPath (string s) |
| static ToolStripItem | GetContextMenuItemFromPath (string s) |
| static void | AddMenu (string menu, Function f) |
| static void | AddContextMenu (string menu, Function f) |
| static void | AddMenu (string menu) |
| static void | AddContextMenu (string menu) |
| static void | AddROI (string an) |
Static Public Attributes | |
| static ROIManager | manager = null |
| static ChannelsTool | channelsTool = null |
| static TabsView | tabsView = null |
| static NodeView | nodeView = null |
| static Scripting | runner = null |
| static Recorder | recorder = null |
| static Imager | imager = null |
| static Tools | tools = null |
| static StackTools | stackTools = null |
| static ImageView | viewer = null |
| static StageTool | stage = null |
| static Series | seriesTool = null |
| static Recordings | recordings = null |
| static Automation | automation = null |
| static MicroscopeSetup | setup = null |
| static CellImager | cellImager = null |
| static SlideImager | slideImager = null |
| static BioConsole | console = null |
| static Light | lightTool = null |
| static Library | lib = null |
| static List< string > | recent = new List<string>() |
Properties | |
| static BioImage | Image [get] |
| static List< Channel > | Channels [get] |
| static List< ROI > | Annotations [get] |
|
static |
It takes a string and a function and adds a context menu item to the context menu
| menu | The path to the menu item. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 393 of file App.cs.
References BioImager.App.GetContextMenuItemFromPath().
|
static |
It takes a string and a function and adds a context menu item to the context menu
| menu | The path to the menu item. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 375 of file App.cs.
References BioImager.App.GetContextMenuItemFromPath().
Referenced by BioImager.Function.Initialize().
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
| menu | The menu path to add the menu item to. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 385 of file App.cs.
References BioImager.App.GetMenuItemFromPath().
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
| menu | The menu path to add the menu item to. |
| Function | The function that will be called when the menu item is clicked. |
Definition at line 367 of file App.cs.
References BioImager.App.GetMenuItemFromPath().
Referenced by BioImager.Function.Initialize().
|
static |
It takes a string, converts it to a ROI, and adds it to the list of ROIs
| an | the string representation of the ROI |
Definition at line 433 of file App.cs.
References BioImager.BioImage.StringToROI().
|
static |
It takes the context menu of the viewer and returns a list of all the items in the menu
Definition at line 136 of file App.cs.
References BioImager.ImageView.ViewContextMenu.
Referenced by BioImager.App.GetContextMenuItemFromPath().
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
| s | The path to the item. |
| Function |
Definition at line 315 of file App.cs.
References BioImager.App.GetContextItems(), and BioImager.ImageView.ViewContextMenu.
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
| s | The path to the item. |
| Function |
Definition at line 207 of file App.cs.
References BioImager.App.GetContextItems(), and BioImager.ImageView.ViewContextMenu.
Referenced by BioImager.App.AddContextMenu().
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
| s | The path to the menu item. |
| Function |
Definition at line 262 of file App.cs.
References BioImager.App.GetMenuItems().
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
| s | The path to the menu item. |
| Function |
Definition at line 153 of file App.cs.
References BioImager.App.GetMenuItems().
Referenced by BioImager.App.AddMenu().
|
static |
It takes a menu strip and returns a list of all the menu items in the menu strip
Definition at line 123 of file App.cs.
Referenced by BioImager.App.GetMenuItemFromPath().
|
static |
|
static |
Initialize() is a function that initializes the BioImager UI.
Definition at line 56 of file App.cs.
References BioImager.BioImage.Initialize(), and BioImager.ImageJ.Initialize().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticget |
|
staticget |
|
staticget |
Definition at line 37 of file App.cs.