|
| | BioConsole (Builder builder, IntPtr handle) |
| | Specialised constructor for use only by derived class.
|
| |
| void | SetupHandlers () |
| | Sets up the handlers.
|
| |
Definition at line 10 of file BioConsole.cs.
◆ BioConsole()
| BioGTK.BioConsole.BioConsole |
( |
Builder | builder, |
|
|
IntPtr | handle ) |
|
protected |
Specialised constructor for use only by derived class.
- Parameters
-
| builder | The builder. |
| handle | The handle. |
Definition at line 61 of file BioConsole.cs.
61 : base(handle)
62 {
63 _builder = builder;
64 builder.Autoconnect(this);
66 App.ApplyStyles(this);
67 }
void SetupHandlers()
Sets up the handlers.
◆ Create()
Create a new BioConsole object using the Glade file "BioGTK.Glade.BioConsole.glade"
- Returns
- A new instance of the BioConsole class.
Definition at line 52 of file BioConsole.cs.
53 {
54 Builder builder = new Builder(new FileStream(System.IO.Path.GetDirectoryName(Environment.ProcessPath) + "/" + "Glade/BioConsole.glade", FileMode.Open));
55 return new BioConsole(builder, builder.GetObject(
"console").Handle);
56 }
BioConsole(Builder builder, IntPtr handle)
Specialised constructor for use only by derived class.
◆ SetupHandlers()
| void BioGTK.BioConsole.SetupHandlers |
( |
| ) |
|
|
protected |
Sets up the handlers.
Definition at line 74 of file BioConsole.cs.
75 {
76 runBut.Clicked += RunBut_Clicked;
77 imagejBut.Clicked += ImagejBut_Clicked;
78 headlessBox.Clicked += HeadlessBox_Clicked;
79 resultsBox.Clicked += ResultsBox_Clicked;
80 selRadioBut.Clicked += SelRadioBox_Clicked;
81 tabRadioBut.Clicked += TabRadioBox_Clicked;
82 consoleBox.Buffer.Changed += Buffer_Changed;
83 consoleBox.KeyPressEvent += Console_KeyPressEvent;
84 }
◆ headless
| bool BioGTK.BioConsole.headless = false |
|
static |
◆ onTab
| bool BioGTK.BioConsole.onTab = false |
|
static |
◆ resultInNewTab
| bool BioGTK.BioConsole.resultInNewTab = false |
|
static |
◆ useBioformats
| bool BioGTK.BioConsole.useBioformats = true |
|
static |
The documentation for this class was generated from the following file: