#include <ProgramOptionsDialog.h>
Public Member Functions | |
| ProgramOptionsDialog (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| ~ProgramOptionsDialog () | |
| Destructor. | |
| virtual void | OnOK (wxCommandEvent &ev) |
| OK button event handler. | |
| virtual void | OnCancel (wxCommandEvent &ev) |
| Cancel button event handler. | |
| virtual void | OnAACol (wxCommandEvent &ev) |
| Amino acid color event handler. | |
| virtual void | OnCharHook (wxKeyEvent &event) |
| Key event handler. | |
Public Attributes | |
| vector< int > | translation_tables |
| wxNotebook * | nb |
| Pointer to the wxNotebook structure containing the tabs. | |
| TEnzymeSettingsTab * | globalEnzymesPanel |
| wxPanel * | globalSettingsPanel |
| wxChoice * | language |
| Pointer to the dropdown language list. | |
| wxChoice * | nonstandard_translation_table |
| wxCheckBox * | enhancedDisplay |
| wxCheckBox * | vectorTitle |
| wxCheckBox * | vectorLength |
| wxCheckBox * | loadLastProject |
| wxCheckBox * | useMetafile |
| wxCheckBox * | showSplashScreen |
| wxCheckBox * | checkUpdate |
| wxCheckBox * | useInternalHelp |
| wxCheckBox * | doRegisterStuff |
| wxCheckBox * | showEnzymePos |
| wxCheckBox * | use_nonstandard_translation_table |
| wxCheckBox * | showTips |
| wxCheckBox * | useTwoToolbars |
| wxCheckBox * | useOnlineHelp |
| wxCheckBox * | showToolTips |
| wxRadioBox * | editFeatureMode |
| Pointer to the list of choices of how to treat edited items. | |
| wxRadioBox * | showStopCodon |
| Pointer to the list of choices of how to display stop codons. | |
| wxColour | aacol |
| The color in which to draw the amino acids in DNA mode. | |
Private Member Functions | |
| virtual void | initGlobalSettings () |
| Initialize "Global settings" tab. | |
| virtual void | initGlobalEnzymes () |
| Initialize "Global enzyme settings" tab. | |
Private Attributes | |
| int | bo |
| int | lh |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Initialize "Global enzyme settings" tab.
|
|
|
Initialize "Global settings" tab.
|
|
|
Amino acid color event handler.
|
|
|
Cancel button event handler.
|
|
|
Key event handler.
|
|
|
OK button event handler.
|
|
|
The color in which to draw the amino acids in DNA mode.
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to the list of choices of how to treat edited items.
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to the dropdown language list.
|
|
|
|
|
|
|
|
|
Pointer to the wxNotebook structure containing the tabs.
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to the list of choices of how to display stop codons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1