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.Recordings Class Reference
Inheritance diagram for BioCore.Recordings:

Classes

class  Node
 

Public Member Functions

void InitElements ()
 It's a function that adds nodes to a treeview. More...
 
void UpdateElements ()
 It clears the nodes of the treeview, then adds the nodes back in. More...
 
void OpenRecording (string file)
 
void OpenProperty (string file)
 

Static Public Member Functions

static void Perform (string act)
 
static object GetProperty (Automation.Action.ValueType automation, string pro)
 

Protected Member Functions

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

Detailed Description

Definition at line 10 of file Recordings.cs.

Constructor & Destructor Documentation

◆ Recordings()

BioCore.Recordings.Recordings ( )

Definition at line 13 of file Recordings.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.Recordings.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 Recordings.designer.cs.

◆ GetProperty()

static object BioCore.Recordings.GetProperty ( Automation.Action.ValueType  automation,
string  pro 
)
static

It gets the value of a property from the automation object

Parameters
automationThis is the automation object that is passed to the function.
proThe name of the property you want to get.
Returns
The value of the property.

Definition at line 191 of file Recordings.cs.

◆ InitElements()

void BioCore.Recordings.InitElements ( )

It's a function that adds nodes to a treeview.

Definition at line 32 of file Recordings.cs.

◆ OpenProperty()

void BioCore.Recordings.OpenProperty ( string  file)

This function opens a recording file and adds it to the Properties collection

Parameters
fileThe file path of the recording

Definition at line 393 of file Recordings.cs.

◆ OpenRecording()

void BioCore.Recordings.OpenRecording ( string  file)

This function opens a recording file and adds it to the Automation.Recordings dictionary

Parameters
fileThe file path to the recording

Definition at line 384 of file Recordings.cs.

◆ Perform()

static void BioCore.Recordings.Perform ( string  act)
static

It runs a recording

Parameters
actThe name of the recording you want to run.

Definition at line 179 of file Recordings.cs.

◆ UpdateElements()

void BioCore.Recordings.UpdateElements ( )

It clears the nodes of the treeview, then adds the nodes back in.

Definition at line 93 of file Recordings.cs.


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