![]() |
BioGTK
6.3.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
Public Member Functions | |
| void | Init () |
| This function initializes the histogram control. | |
| void | HistogramControl_ButtonPressEvent (object o, ButtonPressEventArgs args) |
| void | HistogramControl_MotionNotifyEvent (object o, MotionNotifyEventArgs args) |
| void | UpdateChannel (Channel c) |
| void | UpdateView () |
Static Public Member Functions | |
| static HistogramControl | Create (Channel channel) |
Public Attributes | |
| Channel | channel = null |
Protected Member Functions | |
| HistogramControl (Builder builder, IntPtr handle, Channel channel) | |
Properties | |
| float | Bin [get, set] |
| float | Min [get, set] |
| float | Max [get, set] |
| int | GraphMax [get, set] |
| int | GraphMin [get, set] |
| bool | StackHistogram [get, set] |
| int | MouseX [get] |
| int | MouseY [get] |
| float | MouseValX [get] |
| float | MouseValY [get] |
| bool | AxisNumbers [get, set] |
| bool | AxisTicks [get, set] |
Definition at line 18 of file HistogramControl.cs.
|
protected |
Definition at line 49 of file HistogramControl.cs.
|
static |
Definition at line 44 of file HistogramControl.cs.
| void BioGTK.HistogramControl.HistogramControl_ButtonPressEvent | ( | object | o, |
| ButtonPressEventArgs | args ) |
This function is called when the user presses a button on the mouse
| o | The object that the event is being called on. |
| ButtonPressEventArgs |
Definition at line 185 of file HistogramControl.cs.
| void BioGTK.HistogramControl.HistogramControl_MotionNotifyEvent | ( | object | o, |
| MotionNotifyEventArgs | args ) |
The function takes the mouse position and divides it by the scaling factor to get the actual value of the mouse position
| o | The object that the event is being called from. |
| MotionNotifyEventArgs | This is the event that is triggered when the mouse is moved. |
Definition at line 199 of file HistogramControl.cs.
| void BioGTK.HistogramControl.Init | ( | ) |
This function initializes the histogram control.
Definition at line 60 of file HistogramControl.cs.
| void BioGTK.HistogramControl.UpdateChannel | ( | Channel | c | ) |
This function updates the channel variable with the channel that is passed in
| Channel | The channel object that contains the channel information. |
Definition at line 566 of file HistogramControl.cs.
| void BioGTK.HistogramControl.UpdateView | ( | ) |
The function UpdateView() is called when the user clicks the button. It calls the function QueueDraw() which is a function of the Gtk.DrawingArea widget. This function tells the widget to redraw itself
Definition at line 573 of file HistogramControl.cs.
| Channel BioGTK.HistogramControl.channel = null |
Definition at line 58 of file HistogramControl.cs.
|
getset |
Definition at line 546 of file HistogramControl.cs.
|
getset |
Definition at line 553 of file HistogramControl.cs.
|
getset |
Definition at line 455 of file HistogramControl.cs.
|
getset |
Definition at line 489 of file HistogramControl.cs.
|
getset |
Definition at line 495 of file HistogramControl.cs.
|
getset |
Definition at line 478 of file HistogramControl.cs.
|
getset |
Definition at line 467 of file HistogramControl.cs.
|
get |
Definition at line 530 of file HistogramControl.cs.
|
get |
Definition at line 537 of file HistogramControl.cs.
|
get |
Definition at line 514 of file HistogramControl.cs.
|
get |
Definition at line 521 of file HistogramControl.cs.
|
getset |
Definition at line 501 of file HistogramControl.cs.