BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.NodeView Class Reference
Inheritance diagram for BioCore.NodeView:

Classes

class  Node
 

Public Member Functions

 NodeView (string[] args)
 
void UpdateOverlay ()
 

UpdateOverlay() is a function that updates the overlay

More...
 
void InitNodes ()
 
void UpdateNodes ()
 
void Exit ()
 It closes the current form, exits the application, and exits the thread. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

Definition at line 3 of file NodeView.cs.

Constructor & Destructor Documentation

◆ NodeView()

BioCore.NodeView.NodeView ( string[]  args)

Definition at line 45 of file NodeView.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.NodeView.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file NodeView.Designer.cs.

◆ Exit()

void BioCore.NodeView.Exit ( )

It closes the current form, exits the application, and exits the thread.

Definition at line 159 of file NodeView.cs.

◆ InitNodes()

void BioCore.NodeView.InitNodes ( )

It creates a treeview with a root node called "BioImages" and then adds a child node for each BioImage in the Images.images list. Each child node has two child nodes, one for the planes and one for the ROIs

Definition at line 79 of file NodeView.cs.

◆ UpdateNodes()

void BioCore.NodeView.UpdateNodes ( )

If the number of images in the treeview is not the same as the number of images in the Images class, we refresh the whole treeview. If the number of ROIs in the treeview is not the same as the number of ROIs in the image, we refresh the ROIs

Returns
The return type is void.

Definition at line 121 of file NodeView.cs.

◆ UpdateOverlay()

void BioCore.NodeView.UpdateOverlay ( )

UpdateOverlay() is a function that updates the overlay

Definition at line 71 of file NodeView.cs.


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