#include <ProgramOptionsDialog.h>
Public Member Functions | |
| TEnzymeRules () | |
| Constructor. | |
| virtual | ~TEnzymeRules () |
| virtual void | init () |
| Initialization. | |
| virtual void | load_global_settings () |
| Loads global settings from the database. | |
| virtual void | save_global_settings () |
| Save global settings to the database. | |
| virtual void | setup_options (TEnzymeSettingsTab *est) |
| Set options in the tab. | |
| virtual void | lookup_options (TEnzymeSettingsTab *est) |
| Look up options from the tab. | |
| virtual bool | isEqual (TEnzymeRules &r) |
| Compare with another set of settings. | |
| virtual wxString | to_string () |
| "Compress" to storable string | |
| virtual void | from_string (wxString &s) |
| "Decompress" from storage string | |
| virtual void | getVectorCuts (TVector *v) |
| virtual wxColour * | getColor (int cuts) |
| Returns a pointer to a wxColour structure with the correct color for the given number of cuts. | |
Public Attributes | |
| bool | useit |
| int | min_cutoff |
| int | max_cutoff |
| bool | use_min_cutoff |
| bool | use_max_cutoff |
| bool | recog4 |
| bool | recog5 |
| bool | recog6 |
| bool | recog_longer |
| bool | pattern3 |
| bool | pattern5 |
| bool | pattern_blunt |
| bool | showgc |
| wxString | default_group |
| wxColour | col1 |
| wxColour | col2 |
| wxColour | col3 |
| bool | join_enzymes |
| bool | use_color_coding |
| int | methylation |
Private Member Functions | |
| virtual wxColour | scan_color (wxString s) |
| Make color from string. | |
|
|
Constructor.
|
|
|
|
|
|
"Decompress" from storage string
|
|
|
Returns a pointer to a wxColour structure with the correct color for the given number of cuts.
|
|
|
|
|
|
Initialization.
|
|
|
Compare with another set of settings.
|
|
|
Loads global settings from the database.
|
|
|
Look up options from the tab.
|
|
|
Save global settings to the database.
|
|
|
Make color from string.
|
|
|
Set options in the tab.
|
|
|
"Compress" to storable string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1