Definition at line 5 of file App.cs.
◆ AddContextMenu() [1/2]
static void BioCore.App.AddContextMenu |
( |
string |
menu | ) |
|
|
static |
It takes a string and a function and adds a context menu item to the context menu
- Parameters
-
menu | The path to the menu item. |
Function | The function that will be called when the menu item is clicked. |
Definition at line 195 of file App.cs.
◆ AddContextMenu() [2/2]
static void BioCore.App.AddContextMenu |
( |
string |
menu, |
|
|
Function |
f |
|
) |
| |
|
static |
It takes a string and a function and adds a context menu item to the context menu
- Parameters
-
menu | The path to the menu item. |
Function | The function that will be called when the menu item is clicked. |
Definition at line 368 of file App.cs.
◆ AddMenu() [1/2]
static void BioCore.App.AddMenu |
( |
string |
menu | ) |
|
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
- Parameters
-
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 187 of file App.cs.
◆ AddMenu() [2/2]
static void BioCore.App.AddMenu |
( |
string |
menu, |
|
|
Function |
f |
|
) |
| |
|
static |
It takes a string and a function and adds the function to the menu item specified by the string
- Parameters
-
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 360 of file App.cs.
◆ AddROI()
static void BioCore.App.AddROI |
( |
string |
an | ) |
|
|
static |
It takes a string, converts it to a ROI, and adds it to the list of ROIs
- Parameters
-
an | the string representation of the ROI |
Definition at line 398 of file App.cs.
◆ GetContextItems()
static List< ToolStripMenuItem > BioCore.App.GetContextItems |
( |
| ) |
|
|
static |
It takes a list of items, and for each item in the list, it adds that item to the list, and then adds all the items in that item's submenu to the list
- Returns
- A list of ToolStripMenuItems
Definition at line 237 of file App.cs.
◆ GetContextMenuItemFromPath() [1/2]
static ToolStripItem BioCore.App.GetContextMenuItemFromPath |
( |
string |
s | ) |
|
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
- Parameters
-
- Returns
- A ToolStripItem
Definition at line 135 of file App.cs.
◆ GetContextMenuItemFromPath() [2/2]
static ToolStripItem BioCore.App.GetContextMenuItemFromPath |
( |
string |
s, |
|
|
Function |
f |
|
) |
| |
|
static |
It takes a string and a function, and adds the function to the context menu at the location specified by the string
- Parameters
-
- Returns
- A ToolStripItem
Definition at line 308 of file App.cs.
◆ GetMenuItemFromPath() [1/2]
static ToolStripItem BioCore.App.GetMenuItemFromPath |
( |
string |
s | ) |
|
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
- Parameters
-
- Returns
- A ToolStripItem
Definition at line 82 of file App.cs.
◆ GetMenuItemFromPath() [2/2]
static ToolStripItem BioCore.App.GetMenuItemFromPath |
( |
string |
s, |
|
|
Function |
f |
|
) |
| |
|
static |
It takes a string and a function, and adds the function to the menu item specified by the string
- Parameters
-
- Returns
- A ToolStripItem
Definition at line 254 of file App.cs.
◆ GetMenuItems()
static List< ToolStripMenuItem > BioCore.App.GetMenuItems |
( |
| ) |
|
|
static |
Retrieves all the menu items from the main menu strip
- Returns
- A list of ToolStripMenuItem objects representing the menu items
Definition at line 223 of file App.cs.
◆ Hide()
static void BioCore.App.Hide |
( |
| ) |
|
|
static |
◆ Initialize()
static void BioCore.App.Initialize |
( |
bool |
requireImageJ = false | ) |
|
|
static |
◆ channelsTool
Definition at line 8 of file App.cs.
◆ console
◆ lib
◆ manager
Definition at line 7 of file App.cs.
◆ nodeView
◆ recent
List<string> BioCore.App.recent = new List<string>() |
|
static |
◆ recorder
◆ runner
◆ seriesTool
Series BioCore.App.seriesTool = null |
|
static |
◆ stackTools
◆ tabsView
Definition at line 9 of file App.cs.
◆ tools
Tools BioCore.App.tools = null |
|
static |
◆ viewer
◆ Annotations
List<ROI> BioCore.App.Annotations |
|
staticget |
◆ Channels
◆ Image
Gets the BioImage object for the selected image in the ImageView. If no image is selected, returns the image from the tabsView.
The selected BioImage object.
Definition at line 27 of file App.cs.
◆ Initialized
bool BioCore.App.Initialized |
|
staticget |
The documentation for this class was generated from the following file: