|
| CAlignSpanView::CAlignSpanView () |
|
void | CAlignSpanView::x_InitMenuResources () |
|
void | CAlignSpanView::x_InitWidget () |
|
virtual void | CAlignSpanView::x_UpdateStatusMessage () |
|
virtual void | CAlignSpanView::x_Update () |
|
| CAnnotCompareView::CAnnotCompareView () |
|
virtual void | CAnnotCompareView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual const CObject * | CAnnotCompareView::x_GetOrigObject () const |
|
void | CAnnotCompareView::x_InitWidget () |
|
| CBLAST_Dlg_Item::CBLAST_Dlg_Item () |
|
| CBLAST_Dlg_Item::CBLAST_Dlg_Item (const string &label, const string &path, bool is_database=false) |
|
| CBLAST_Dlg_Item::~CBLAST_Dlg_Item () |
|
wxString | CBLAST_Dlg_Item::GetLabel () const |
|
const string & | CBLAST_Dlg_Item::GetPath () const |
|
bool | CBLAST_Dlg_Item::IsDatabase () const |
|
bool | CBLAST_Dlg_Item::IsVisible () const |
|
void | CBLAST_Dlg_Item::SetVisible (bool visible) |
|
bool | CBLAST_Dlg_Item::IsExpanded () const |
|
void | CBLAST_Dlg_Item::Expand (bool expand) |
|
CBLAST_Dlg_Item * | CBLAST_Dlg_Item::GetParent () |
|
TNameToItemMap * | CBLAST_Dlg_Item::GetChildItems () |
|
CBLAST_Dlg_Item * | CBLAST_Dlg_Item::GetChildByLabel (const string &label) |
|
void | CBLAST_Dlg_Item::AddChild (CBLAST_Dlg_Item &item) |
|
const wxTreeItemId & | CBLAST_Dlg_Item::GetId () const |
|
void | CBLAST_Dlg_Item::SetId (const wxTreeItemId &id) |
|
| CBLAST_DB_Dialog::CBLAST_DB_Dialog () |
|
| CBLAST_DB_Dialog::CBLAST_DB_Dialog (wxWindow *parent, wxWindowID id=ID_CBLAST_DB_DIALOG, const wxString &caption=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL) |
|
bool | CBLAST_DB_Dialog::Create (wxWindow *parent, wxWindowID id=ID_CBLAST_DB_DIALOG, const wxString &caption=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL) |
|
| CBLAST_DB_Dialog::~CBLAST_DB_Dialog () |
|
void | CBLAST_DB_Dialog::Init () |
|
void | CBLAST_DB_Dialog::CreateControls () |
|
void | CBLAST_DB_Dialog::OnInitDialog (wxInitDialogEvent &event) |
|
void | CBLAST_DB_Dialog::OnSearchTextUpdated (wxCommandEvent &event) |
|
void | CBLAST_DB_Dialog::OnResetBtnClick (wxCommandEvent &event) |
|
void | CBLAST_DB_Dialog::OnTreectrlSelChanged (wxTreeEvent &event) |
|
void | CBLAST_DB_Dialog::OnTreectrlItemActivated (wxTreeEvent &event) |
|
void | CBLAST_DB_Dialog::OnTreectrlItemCollapsed (wxTreeEvent &event) |
|
void | CBLAST_DB_Dialog::OnTreectrlItemExpanded (wxTreeEvent &event) |
|
void | CBLAST_DB_Dialog::OnOkClick (wxCommandEvent &event) |
|
wxBitmap | CBLAST_DB_Dialog::GetBitmapResource (const wxString &name) |
|
wxIcon | CBLAST_DB_Dialog::GetIconResource (const wxString &name) |
|
static bool | CBLAST_DB_Dialog::ShowToolTips () |
|
void | CBLAST_DB_Dialog::SetToolName (const string &tool) |
|
void | CBLAST_DB_Dialog::SetDBMap (const TDbMap &map) |
|
void | CBLAST_DB_Dialog::SelectDatabases (vector< string > &databases) |
|
void | CBLAST_DB_Dialog::GetSelectedDatabases (vector< string > &databases) |
|
void | CBLAST_DB_Dialog::x_CreateItems () |
|
void | CBLAST_DB_Dialog::x_BuildTreeItems (CBLAST_Dlg_Item &item) |
|
void | CBLAST_DB_Dialog::x_CreateTreeItems () |
|
void | CBLAST_DB_Dialog::x_FilterItems (const string &query) |
|
void | CBLAST_DB_Dialog::x_UpdateCollapsedState (wxTreeItemId id) |
|
void | CBLAST_DB_Dialog::x_UpdateFilterStatusText (bool reset, int n) |
|
CBLAST_Dlg_Item * | CBLAST_DB_Dialog::x_GetSelectedDBItem () |
|
void | CBLAST_DB_Dialog::x_OnDatabaseSelected () |
|
| CNetBlastSubmittingJob::CNetBlastSubmittingJob (string tool_name, const CBLASTParams ¶ms, CNetBLASTUIDataSource &ds) |
| CNetBlastSubmittingJob. More...
|
|
void | CNetBlastSubmittingJob::GetDescriptors (TDescriptors &descriptors) |
|
void | CNetBlastSubmittingJob::GetErrors (vector< string > &errors) const |
|
void | CNetBlastSubmittingJob::x_Run () |
| this fucntions performs real work More...
|
|
void | CNetBlastSubmittingJob::x_SetStatusText (const string &text) |
|
void | CNetBlastSubmittingJob::x_ResetState () |
|
void | CNetBlastSubmittingJob::x_AddError (const string &error) |
|
| CNetBlastMonitoringJob::CNetBlastMonitoringJob (CNetBLASTUIDataSource &ds, IServiceLocator *srv_locator, const string &tool_name, TDescriptors &descriptors) |
| CNetBlastSubmittingJob. More...
|
|
virtual void | CNetBlastMonitoringJob::SetLoadingOptions (CSelectProjectOptions &options) |
|
EJobState | CNetBlastMonitoringJob::x_Run () |
| this functions performs real work every call to this function does pools each job once, then functions exits if some of jobs are still pending it returns eRunning state, so that it can be executed one more time More...
|
|
void | CNetBlastMonitoringJob::x_SetStatusText (const string &text) |
|
void | CNetBlastMonitoringJob::x_ResetState () |
|
void | CNetBlastMonitoringJob::x_StartRetrivingTask (const vector< string > &RIDs) |
|
| CNetBlastLoadingJob::CNetBlastLoadingJob (CNetBLASTUIDataSource &ds, const vector< string > *RIDs=NULL, CScope *scope=NULL) |
| CNetBlastLoadingJob. More...
|
|
void | CNetBlastLoadingJob::SetRIDs (CNetBLASTUIDataSource &ds, const vector< string > &RIDs) |
|
bool | CNetBlastLoadingJob::HasErrors () const |
|
void | CNetBlastLoadingJob::GetErrors (vector< string > &errors) const |
|
virtual void | CNetBlastLoadingJob::x_CreateProjectItems () |
| iterates on the given RIDs and creates Project Items or accumulates error More...
|
|
void | CNetBlastLoadingJob::x_CreateProjectItemsFromBlastResult (objects::CSeq_align_set &results, CRef< blast::CRemoteBlast > RemoteBlast) |
|
| CBLASTSearchOptionsPanel::CBLASTSearchOptionsPanel () |
|
| CBLASTSearchOptionsPanel::CBLASTSearchOptionsPanel (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHOPTIONSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(), long style=wxTAB_TRAVERSAL) |
|
bool | CBLASTSearchOptionsPanel::Create (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHOPTIONSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(), long style=wxTAB_TRAVERSAL) |
|
| CBLASTSearchOptionsPanel::~CBLASTSearchOptionsPanel () |
|
void | CBLASTSearchOptionsPanel::Init () |
|
void | CBLASTSearchOptionsPanel::CreateControls () |
|
bool | CBLASTSearchOptionsPanel::TransferDataToWindow () |
|
bool | CBLASTSearchOptionsPanel::TransferDataFromWindow () |
|
void | CBLASTSearchOptionsPanel::OnNucRadioSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnProtRadioSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnQuerySequenceSetSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnProgramComboSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnSubjectSequencesSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnSubjectNCBIDBSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnSubjectLocalDBSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnSubjectSequenceSetSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnDatabaseComboSelected (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnBrowseDatabases (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnSelectLocalDB (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnLocalDBLoaderClick (wxCommandEvent &event) |
|
wxBitmap | CBLASTSearchOptionsPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CBLASTSearchOptionsPanel::GetIconResource (const wxString &name) |
|
static bool | CBLASTSearchOptionsPanel::ShowToolTips () |
|
void | CBLASTSearchOptionsPanel::Setup (CNetBLASTUIDataSource &ds, const string &tool_name) |
|
void | CBLASTSearchOptionsPanel::SetParams (CBLASTParams *params, map< string, TConstScopedObjects > *nuc_objects, map< string, TConstScopedObjects > *prot_objects) |
|
void | CBLASTSearchOptionsPanel::SelectInputType () |
|
bool | CBLASTSearchOptionsPanel::CanDoNext () |
|
void | CBLASTSearchOptionsPanel::x_OnInputTypeChanged (bool nuc_input) |
|
void | CBLASTSearchOptionsPanel::x_OnSubjInputTypeChanged () |
|
void | CBLASTSearchOptionsPanel::x_UpdateDBCombo () |
|
void | CBLASTSearchOptionsPanel::x_CheckDBLoaded () |
|
void | CBLASTSearchOptionsPanel::x_UpdateSubjects () |
|
void | CBLASTSearchOptionsPanel::OnTryAgain (wxCommandEvent &event) |
|
void | CBLASTSearchOptionsPanel::OnTimer (wxTimerEvent &event) |
|
void | CBLASTSearchOptionsPanel::x_UpdateSubjectType () |
|
void | CBLASTSearchOptionsPanel::x_UpdateQuerySeqSet () |
|
void | CBLASTSearchOptionsPanel::x_FillQueryList () |
|
void | CBLASTSearchOptionsPanel::x_UpdateSubjectSeqSet () |
|
void | CBLASTSearchOptionsPanel::x_FillSubjectList () |
|
| CBLASTParams::SProgParams::SProgParams () |
|
| CBLASTParams::SProgParams::SProgParams (int thresh, int word, double ev, bool low_c, int query_gen_code, int db_gen_code) |
|
| CBLASTParams::CBLASTParams () |
|
bool & | CBLASTParams::IsNucInput () |
|
bool | CBLASTParams::IsNucInput () const |
|
TConstScopedObjects & | CBLASTParams::GetSeqLocs () |
|
const TConstScopedObjects & | CBLASTParams::GetSeqLocs () const |
|
blast::EProgram & | CBLASTParams::GetCurrProgram () |
| returns the current program for the currently selected input type More...
|
|
const blast::EProgram | CBLASTParams::GetCurrProgram () const |
|
blast::EProgram & | CBLASTParams::GetProgram (bool nuc) |
| returns the selected programs for the given input type More...
|
|
const blast::EProgram | CBLASTParams::GetProgram (bool nuc) const |
|
string & | CBLASTParams::GetCurrDatabase () |
| returns the current database for the current program More...
|
|
const string & | CBLASTParams::GetCurrDatabase () const |
|
string & | CBLASTParams::GetDatabase (bool nuc_db) |
| returns the database of the specified type More...
|
|
const string & | CBLASTParams::GetDatabase (bool nuc_db) const |
|
TMRUDatabases & | CBLASTParams::GetCurrMRUDatabases () |
| returns MRU databases for the current program More...
|
|
TMRUDatabases & | CBLASTParams::GetMRUDatabases (bool nuc_db) |
|
string & | CBLASTParams::GetEntrezQuery () |
|
string | CBLASTParams::GetEntrezQuery () const |
|
bool | CBLASTParams::IsSubjNucInput () const |
|
TConstScopedObjects & | CBLASTParams::GetSubjSeqLocs () |
|
const TConstScopedObjects & | CBLASTParams::GetSubjSeqLocs () const |
|
SProgParams & | CBLASTParams::GetCurrParams () |
| returns params for the current program More...
|
|
const SProgParams & | CBLASTParams::GetCurrParams () const |
|
void | CBLASTParams::ResetCurrParams () |
|
string & | CBLASTParams::GetAdvancedParams () |
|
string | CBLASTParams::GetAdvancedParams () const |
|
static TRepeatLibs | CBLASTParams::GetAllRepeatLibs () |
|
static string | CBLASTParams::GetRepeatLib (const string &repeat_db) |
|
static string | CBLASTParams::GetRepeatDb (const string &repeat_lib) |
|
string & | CBLASTParams::GetJobTitle () |
|
string | CBLASTParams::GetJobTitle () const |
|
bool | CBLASTParams::IsStandaloneRequested () const |
|
void | CBLASTParams::StandaloneRequested (bool req) |
|
bool | CBLASTParams::IsCompartmentsRequested () const |
|
void | CBLASTParams::FindCompartments (bool req) |
|
void | CBLASTParams::SetWM_Dir (const string &wm_dir_path) |
|
const string & | CBLASTParams::GetWmDir () const |
|
vector< string > & | CBLASTParams::ToArgVec (vector< string > &arg_vec) const |
|
CArgs * | CBLASTParams::ToArgs (vector< string > &argv) const |
|
CRef< blast::CBlastOptionsHandle > | CBLASTParams::ToBlastOptions (bool local=false) const |
|
CRef< blast::CBlastOptionsHandle > | CBLASTParams::ToArgVecBlastOptions (vector< string > &arg_vec, bool local=true) const |
|
objects::CUser_object * | CBLASTParams::ToUserObject () const |
|
void | CBLASTParams::FromUserObject (const objects::CUser_object &user_obj) |
|
static void | CBLASTParams::GetProgramLabels (bool nuc_input, vector< string > &labels) |
|
static string | CBLASTParams::GetProgramLabel (blast::EProgram program) |
|
static blast::EProgram | CBLASTParams::GetProgramByLabel (const string &str) |
|
static bool | CBLASTParams::IsNucInput (blast::EProgram program) |
|
static bool | CBLASTParams::IsNucDatabase (blast::EProgram program) |
|
static bool | CBLASTParams::UseDustFilter (blast::EProgram program) |
|
static bool | CBLASTParams::NeedsThreshold (blast::EProgram program) |
|
static bool | CBLASTParams::NeedsDbGeneticCode (blast::EProgram program) |
|
static bool | CBLASTParams::NeedsQueryGeneticCode (blast::EProgram program) |
|
static int | CBLASTParams::GetGeneticCodeByLabel (const string &label) |
|
static string | CBLASTParams::GetGeneticCodeLabel (int code_id) |
|
static void | CBLASTParams::GetGeneticCodeLabels (vector< string > &labels) |
|
void | CBLASTParams::PrintParams (const string &log_title) const |
| LOG_POST params for forensic purposes. More...
|
|
string | CBLASTParams::GetLocalNucDB () const |
|
void | CBLASTParams::SetLocalNucDB (const string &value) |
|
string | CBLASTParams::GetLocalProtDB () const |
|
void | CBLASTParams::SetLocalProtDB (const string &value) |
|
ESubjectType | CBLASTParams::GetSubjectType () const |
|
void | CBLASTParams::SetSubjectType (ESubjectType subjectType) |
|
bool | CBLASTParams::GetLocalDBLoader () const |
|
void | CBLASTParams::SetLocalDBLoader (bool value) |
|
void | CBLASTParams::x_AddProgramParams (blast::EProgram program, int thresh, int word, int ev) |
|
void | CBLASTParams::x_ArgsToBlastOptions (const string &cmd_line, blast::CBlastOptions &opts) const |
|
static objects::CUser_object * | CBLASTParams::x_ToUserObject (blast::EProgram prg, const SProgParams ¶ms) |
| converts SProgParams into CUser_object More...
|
|
static void | CBLASTParams::x_FromUserObject (const objects::CUser_object &user_obj, blast::EProgram prg, SProgParams ¶ms) |
| reads SProgParams fields from CUser_object More...
|
|
| CBLASTSearchParamsPanel::CBLASTSearchParamsPanel () |
|
| CBLASTSearchParamsPanel::CBLASTSearchParamsPanel (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(), long style=wxTAB_TRAVERSAL) |
|
bool | CBLASTSearchParamsPanel::Create (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(), long style=wxTAB_TRAVERSAL) |
|
| CBLASTSearchParamsPanel::~CBLASTSearchParamsPanel () |
|
void | CBLASTSearchParamsPanel::Init () |
|
void | CBLASTSearchParamsPanel::CreateControls () |
|
bool | CBLASTSearchParamsPanel::TransferDataToWindow () |
|
bool | CBLASTSearchParamsPanel::TransferDataFromWindow () |
|
void | CBLASTSearchParamsPanel::OnRepeatTypeSelected (wxCommandEvent &event) |
|
void | CBLASTSearchParamsPanel::OnWindowmaskerTaxIdSelected (wxCommandEvent &event) |
|
void | CBLASTSearchParamsPanel::OnWMDownload (wxCommandEvent &event) |
|
void | CBLASTSearchParamsPanel::OnStandaloneClick (wxCommandEvent &event) |
|
wxString | CBLASTSearchParamsPanel::GetAdvParams () const |
|
void | CBLASTSearchParamsPanel::SetAdvParams (wxString value) |
|
wxString | CBLASTSearchParamsPanel::GetDbGeneticCode () const |
|
void | CBLASTSearchParamsPanel::SetDbGeneticCode (wxString value) |
|
double | CBLASTSearchParamsPanel::GetEValue () const |
|
void | CBLASTSearchParamsPanel::SetEValue (double value) |
|
bool | CBLASTSearchParamsPanel::GetFilterLowComplex () const |
|
void | CBLASTSearchParamsPanel::SetFilterLowComplex (bool value) |
|
wxString | CBLASTSearchParamsPanel::GetJobTitle () const |
|
void | CBLASTSearchParamsPanel::SetJobTitle (wxString value) |
|
wxString | CBLASTSearchParamsPanel::GetGeneticCode () const |
|
void | CBLASTSearchParamsPanel::SetGeneticCode (wxString value) |
|
long | CBLASTSearchParamsPanel::GetThreshold () const |
|
void | CBLASTSearchParamsPanel::SetThreshold (long value) |
|
long | CBLASTSearchParamsPanel::GetWordSize () const |
|
void | CBLASTSearchParamsPanel::SetWordSize (long value) |
|
wxBitmap | CBLASTSearchParamsPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CBLASTSearchParamsPanel::GetIconResource (const wxString &name) |
|
static bool | CBLASTSearchParamsPanel::ShowToolTips () |
|
void | CBLASTSearchParamsPanel::SetParams (CBLASTParams *params) |
|
void | CBLASTSearchParamsPanel::x_InitGeneticCodesCombo () |
|
void | CBLASTSearchParamsPanel::x_HideShowInputs () |
|
void | CBLASTSearchParamsPanel::x_UpdateMaskCtrls () |
|
void | CBLASTSearchParamsPanel::x_InitTaxons () |
|
void | CBLASTSearchParamsPanel::x_ShowWM (bool show) |
|
| CBlastSearchTask::CBlastSearchTask (IServiceLocator *srv_locator, CNetBLASTUIDataSource &ds, const string &tool_name) |
| CBlastSearchTask. More...
|
|
virtual | CBlastSearchTask::~CBlastSearchTask () |
|
virtual void | CBlastSearchTask::Init_SubmitSearch (const CBLASTParams ¶ms) |
| setup the task for submitting and monitoring BLAST jobs, and for retrieving results More...
|
|
virtual void | CBlastSearchTask::Init_Monitoring (TDescriptors &descriptors) |
| setup the task for monitoring BLAST jobs and for retrieving results More...
|
|
virtual void | CBlastSearchTask::Init_RetrieveRID (const vector< string > &RIDs) |
| setup the task for retrieving results More...
|
|
virtual void | CBlastSearchTask::SetLoadingOptions (CSelectProjectOptions &options) |
| define how the task results shall be handled More...
|
|
virtual string | CBlastSearchTask::GetStatusText () const |
| overriding CAppTask::GetStatusText() More...
|
|
void | CBlastSearchTask::x_InitMonitoringStage (TDescriptors &descriptors) |
| preapres App Job for monitoring stage of the task More...
|
|
void | CBlastSearchTask::x_ReportErrors (vector< string > &errors) |
|
| CBLASTSeqToolJob::CBLASTSeqToolJob (const CBLASTParams ¶ms) |
|
static Boolean | CBLASTSeqToolJob::s_BlastInterrupt (SBlastProgress *prog) |
| static callback for BLAST interruption this must match the API in CBl2Seq and BLAST More...
|
|
virtual void | CBLASTSeqToolJob::RequestCancel () |
| RequestCancel() is called to notify the Job that it shall exit Run() function ASAP. More...
|
|
virtual void | CBLASTSeqToolJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
void | CBLASTSeqToolJob::x_CreateProjectItems (vector< CRef< objects::CSeq_align_set > > &aligns) |
|
| CBLASTToolManager::CBLASTToolManager () |
| CBLASTToolManager. More...
|
|
CRef< CNetBLASTUIDataSource > | CBLASTToolManager::GetBLASTDataSource () |
|
virtual void | CBLASTToolManager::x_SelectCompatibleInputObjects () |
|
virtual bool | CBLASTToolManager::x_IsNucInput () const |
| defines whether Nucleotide or Protein options shall be selected by default More...
|
|
virtual void | CBLASTToolManager::x_CreateOptionsPanelIfNeeded () |
|
virtual bool | CBLASTToolManager::x_CreateParamsPanelIfNeeded () |
|
void | CBLASTToolManager::x_InitProjectParams () |
|
bool | CBLASTToolManager::x_ValidateParams () |
| validate parameters after Params page More...
|
|
| SCleanupAlignmentsParams::SCleanupAlignmentsParams () |
|
void | SCleanupAlignmentsParams::Init () |
|
| CCleanupAlignmentsParamsPanel::CCleanupAlignmentsParamsPanel () |
|
| CCleanupAlignmentsParamsPanel::CCleanupAlignmentsParamsPanel (wxWindow *parent, wxWindowID id=ID_CCLEANUPALIGNMENTSPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
bool | CCleanupAlignmentsParamsPanel::Create (wxWindow *parent, wxWindowID id=ID_CCLEANUPALIGNMENTSPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
| CCleanupAlignmentsParamsPanel::~CCleanupAlignmentsParamsPanel () |
|
void | CCleanupAlignmentsParamsPanel::Init () |
|
void | CCleanupAlignmentsParamsPanel::CreateControls () |
|
void | CCleanupAlignmentsParamsPanel::SetParams (SCleanupAlignmentsParams *params, TConstScopedObjects *objects) |
|
bool | CCleanupAlignmentsParamsPanel::TransferDataToWindow () |
|
bool | CCleanupAlignmentsParamsPanel::TransferDataFromWindow () |
|
virtual void | CCleanupAlignmentsParamsPanel::SetRegistryPath (const string &path) |
| CAlgoToolManagerParamsPanel. More...
|
|
virtual void | CCleanupAlignmentsParamsPanel::LoadSettings () |
|
virtual void | CCleanupAlignmentsParamsPanel::SaveSettings () const |
| override in derived classes More...
|
|
void | CCleanupAlignmentsParamsPanel::OnComboboxSelected (wxCommandEvent &event) |
|
wxBitmap | CCleanupAlignmentsParamsPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CCleanupAlignmentsParamsPanel::GetIconResource (const wxString &name) |
|
static bool | CCleanupAlignmentsParamsPanel::ShowToolTips () |
|
void | CCleanupAlignmentsParamsPanel::x_AdjustToAlgoSelector () |
| Switch params panel according to current algo-selector. More...
|
|
| CCleanupAlignmentsToolManager::CCleanupAlignmentsToolManager () |
|
void | CCleanupAlignmentsToolManager::x_SelectCompatibleInputObjects () |
| select only Seq-aligns More...
|
|
bool | CCleanupAlignmentsToolManager::x_AreSelfAlignmentsOnly () const |
|
| CCleanupAlignmentsJob::CCleanupAlignmentsJob (const SCleanupAlignmentsParams ¶ms) |
| CCleanupAlignmentsJob. More...
|
|
virtual void | CCleanupAlignmentsJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CClustalOmegaTool::CClustalOmegaTool () |
| CClustalOmegaTool. More...
|
|
void | CClustalOmegaTool::x_SelectCompatibleInputObjects () |
|
| CClustalOmegaToolJob::CClustalOmegaToolJob (const CClustalOmegaToolParams ¶ms) |
| CClustalOmegaToolJob. More...
|
|
virtual wxString | CClustalOmegaToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide) |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CClustalOmegaToolJob::x_GetObjects () |
| Returns the sequences that will be aligned. More...
|
|
| CClustalOmegaToolParams::CClustalOmegaToolParams () |
|
| CClustalOmegaToolParams::CClustalOmegaToolParams (const CClustalOmegaToolParams &data) |
|
| CClustalOmegaToolParams::~CClustalOmegaToolParams () |
|
void | CClustalOmegaToolParams::operator= (const CClustalOmegaToolParams &data) |
|
bool | CClustalOmegaToolParams::operator== (const CClustalOmegaToolParams &data) const |
|
void | CClustalOmegaToolParams::Copy (const CClustalOmegaToolParams &data) |
|
void | CClustalOmegaToolParams::Init () |
|
virtual void | CClustalOmegaToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CClustalOmegaToolParams::SaveSettings () const |
|
virtual void | CClustalOmegaToolParams::LoadSettings () |
|
const TConstScopedObjects & | CClustalOmegaToolParams::GetObjects () const |
|
TConstScopedObjects & | CClustalOmegaToolParams::SetObjects () |
|
wxString | CClustalOmegaToolParams::GetClustalOmegaPath () const |
|
void | CClustalOmegaToolParams::SetClustalOmegaPath (wxString value) |
|
wxString | CClustalOmegaToolParams::GetCommandLine () const |
|
void | CClustalOmegaToolParams::SetCommandLine (wxString value) |
|
bool | CClustalOmegaToolParams::GetGenerateTree () const |
|
void | CClustalOmegaToolParams::SetGenerateTree (bool value) |
|
wxString | CClustalOmegaToolParams::GetClustalOmegaExecutable () const |
|
| CClustalwTool::CClustalwTool () |
| CClustalwTool. More...
|
|
void | CClustalwTool::x_SelectCompatibleInputObjects () |
|
| CClustalwToolJob::CClustalwToolJob (const CClustalwToolParams ¶ms) |
| CClustalwToolJob. More...
|
|
virtual wxString | CClustalwToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide) |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CClustalwToolJob::x_GetObjects () |
| Returns the sequences that will be aligned. More...
|
|
| CClustalwToolParams::CClustalwToolParams () |
|
| CClustalwToolParams::CClustalwToolParams (const CClustalwToolParams &data) |
|
| CClustalwToolParams::~CClustalwToolParams () |
|
void | CClustalwToolParams::operator= (const CClustalwToolParams &data) |
|
bool | CClustalwToolParams::operator== (const CClustalwToolParams &data) const |
|
void | CClustalwToolParams::Copy (const CClustalwToolParams &data) |
|
void | CClustalwToolParams::Init () |
|
virtual void | CClustalwToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CClustalwToolParams::SaveSettings () const |
|
virtual void | CClustalwToolParams::LoadSettings () |
|
const TConstScopedObjects & | CClustalwToolParams::GetObjects () const |
|
TConstScopedObjects & | CClustalwToolParams::SetObjects () |
|
wxString | CClustalwToolParams::GetClustalWPath () const |
|
void | CClustalwToolParams::SetClustalWPath (wxString value) |
|
wxString | CClustalwToolParams::GetCommandLine () const |
|
void | CClustalwToolParams::SetCommandLine (wxString value) |
|
bool | CClustalwToolParams::GetGenerateTree () const |
|
void | CClustalwToolParams::SetGenerateTree (bool value) |
|
wxString | CClustalwToolParams::GetClustalWExecutable () const |
|
| CCreateGeneModelToolManager::CCreateGeneModelToolManager () |
|
void | CCreateGeneModelToolManager::x_SelectCompatibleInputObjects () |
|
void | CCreateGeneModelToolManager::x_RemoveDuplicates () |
|
| SGeneCdsmRnaFeats::SGeneCdsmRnaFeats () |
|
| SGeneCdsmRnaFeats::~SGeneCdsmRnaFeats () |
|
CConstRef< objects::CSeq_id > | SGeneCdsmRnaFeats::GetID (objects::CScope *scope) const |
| SGeneCdsmRnaFeats. More...
|
|
void | SGeneCdsmRnaFeats::CrossLinkTriple () |
|
static void | SGeneCdsmRnaFeats::s_CreateXRefLink (objects::CSeq_feat &from_feat, objects::CSeq_feat &to_feat) |
|
static void | SGeneCdsmRnaFeats::s_CreateDBXref (const objects::CSeq_feat &from_feat, objects::CSeq_feat &to_feat, const string &dbname) |
|
| CCreateGeneModelTask::CCreateGeneModelTask (const string &descr, CProjectService *service, CSelectProjectOptions &options, const SCreateGeneModelParams ¶ms) |
|
virtual | CCreateGeneModelTask::~CCreateGeneModelTask () |
|
static objects::CObject_id::TId | CCreateGeneModelTask::s_GetGeneID (const objects::CSeq_feat &feat) |
|
static objects::CObject_id::TId | CCreateGeneModelTask::s_FindHighestFeatId (const objects::CSeq_entry_Handle seh) |
|
static bool | CCreateGeneModelTask::s_FeaturesHaveIDs (const objects::CSeq_annot &annot) |
|
static bool | CCreateGeneModelTask::s_FeaturesHaveXrefs (const objects::CSeq_annot &annot) |
|
static void | CCreateGeneModelTask::s_AssignFeatureIds (objects::CSeq_annot &annot, objects::CObject_id::TId &max_id) |
|
virtual ETaskState | CCreateGeneModelTask::x_Run () |
| override this function in derived classes More...
|
|
CRef< CCmdComposite > | CCreateGeneModelTask::x_GetCommand () |
|
void | CCreateGeneModelTask::x_StoreGeneratedFeats (const objects::CSeq_annot &annot, TGeneCDSmRNAList &gene_cds_rna) const |
|
void | CCreateGeneModelTask::x_Group_By_GeneID (objects::CSeq_annot &annot, const objects::CSeq_id_Handle &idh) |
|
void | CCreateGeneModelTask::x_GroupGenes (const objects::CSeq_id_Handle &idh, CRef< objects::CSeq_feat > gene) |
|
void | CCreateGeneModelTask::x_AssignIDsAndCrossLinkFeats (objects::CSeq_annot &annot, const objects::CSeq_id_Handle &idh, objects::CObject_id::TId max_id) |
|
CRef< CCmdComposite > | CCreateGeneModelTask::x_AssignIDsAndUpdateGenes (objects::CSeq_annot &annot, const objects::CSeq_id_Handle &idh, objects::CSeq_entry_Handle seh) |
|
void | CCreateGeneModelTask::x_GetUpdatedGeneCommand (objects::CSeq_entry_Handle seh, const objects::CSeq_id_Handle &idh, CCmdComposite *cmd) |
|
bool | CCreateGeneModelTask::x_UpdateGeneOnSequence (TGeneCDSmRNAList &gene_cds_rna, CRef< objects::CSeq_feat > gene) |
|
| CCrossAlignView::CCrossAlignView () |
|
virtual void | CCrossAlignView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual void | CCrossAlignView::x_OnSetSelection (CSelectionEvent &evt) |
| override in derived classes in order to handle selection broadcast More...
|
|
virtual const CObject * | CCrossAlignView::x_GetOrigObject () const |
|
| CDotMatrixView::CDotMatrixView () |
|
virtual void | CDotMatrixView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual const CObject * | CDotMatrixView::x_GetOrigObject () const |
|
void | CDotMatrixView::x_InitWidget () |
|
| CDotMatrixViewFactory::CDotMatrixViewFactory () |
| CDotMatrixViewFactory. More...
|
|
| CFindOverlapPanel::CFindOverlapPanel () |
|
| CFindOverlapPanel::CFindOverlapPanel (wxWindow *parent, wxWindowID id=ID_CFINDOVERLAPPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visible=true) |
|
bool | CFindOverlapPanel::Create (wxWindow *parent, wxWindowID id=ID_CFINDOVERLAPPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visible=true) |
|
| CFindOverlapPanel::~CFindOverlapPanel () |
|
void | CFindOverlapPanel::Init () |
|
void | CFindOverlapPanel::CreateControls () |
|
virtual bool | CFindOverlapPanel::TransferDataToWindow () |
|
virtual bool | CFindOverlapPanel::TransferDataFromWindow () |
|
CFindOverlapParams & | CFindOverlapPanel::GetData () |
|
const CFindOverlapParams & | CFindOverlapPanel::GetData () const |
|
void | CFindOverlapPanel::SetData (const CFindOverlapParams &data) |
|
wxBitmap | CFindOverlapPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CFindOverlapPanel::GetIconResource (const wxString &name) |
|
void | CFindOverlapPanel::SetObjects (TConstScopedObjects *objects) |
|
static bool | CFindOverlapPanel::ShowToolTips () |
|
| CFindOverlapParams::CFindOverlapParams () |
|
| CFindOverlapParams::CFindOverlapParams (const CFindOverlapParams &data) |
|
| CFindOverlapParams::~CFindOverlapParams () |
|
void | CFindOverlapParams::operator= (const CFindOverlapParams &data) |
|
bool | CFindOverlapParams::operator== (const CFindOverlapParams &data) const |
|
void | CFindOverlapParams::Copy (const CFindOverlapParams &data) |
|
void | CFindOverlapParams::Init () |
|
virtual void | CFindOverlapParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CFindOverlapParams::SaveSettings () const |
| IRegSettings. More...
|
|
virtual void | CFindOverlapParams::LoadSettings () |
|
const SConstScopedObject & | CFindOverlapParams::GetSeq1 () const |
|
SConstScopedObject & | CFindOverlapParams::SetSeq1 () |
|
const SConstScopedObject & | CFindOverlapParams::GetSeq2 () const |
|
SConstScopedObject & | CFindOverlapParams::SetSeq2 () |
|
wxString | CFindOverlapParams::GetBlastParams () const |
|
void | CFindOverlapParams::SetBlastParams (wxString value) |
|
int | CFindOverlapParams::GetFilterQuality () const |
|
void | CFindOverlapParams::SetFilterQuality (int value) |
|
wxString | CFindOverlapParams::GetMaxSlop () const |
|
void | CFindOverlapParams::SetMaxSlop (wxString value) |
|
| CFindOverlapTool::CFindOverlapTool () |
| CFindOverlapTool. More...
|
|
virtual void | CFindOverlapTool::x_SelectCompatibleInputObjects () |
| select only Seq-ids More...
|
|
| SGroupAlignmentsParams::SGroupAlignmentsParams () |
|
void | SGroupAlignmentsParams::Init () |
|
| CGroupAlignmentsParamsPanel::CGroupAlignmentsParamsPanel () |
|
| CGroupAlignmentsParamsPanel::CGroupAlignmentsParamsPanel (wxWindow *parent, wxWindowID id=ID_CGROUPALIGNMENTSPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
bool | CGroupAlignmentsParamsPanel::Create (wxWindow *parent, wxWindowID id=ID_CGROUPALIGNMENTSPARAMSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
| CGroupAlignmentsParamsPanel::~CGroupAlignmentsParamsPanel () |
|
void | CGroupAlignmentsParamsPanel::Init () |
|
void | CGroupAlignmentsParamsPanel::CreateControls () |
|
void | CGroupAlignmentsParamsPanel::SetParams (SGroupAlignmentsParams *params, TConstScopedObjects *objects) |
|
bool | CGroupAlignmentsParamsPanel::TransferDataToWindow () |
|
bool | CGroupAlignmentsParamsPanel::TransferDataFromWindow () |
|
wxBitmap | CGroupAlignmentsParamsPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CGroupAlignmentsParamsPanel::GetIconResource (const wxString &name) |
|
static bool | CGroupAlignmentsParamsPanel::ShowToolTips () |
|
virtual void | CGroupAlignmentsParamsPanel::SetRegistryPath (const string &path) |
| CAlgoToolManagerParamsPanel. More...
|
|
virtual void | CGroupAlignmentsParamsPanel::LoadSettings () |
|
virtual void | CGroupAlignmentsParamsPanel::SaveSettings () const |
| override in derived classes More...
|
|
| CGroupAlignmentsToolManager::CGroupAlignmentsToolManager () |
|
void | CGroupAlignmentsToolManager::x_SelectCompatibleInputObjects () |
| select only Seq-aligns More...
|
|
| CGroupAlignmentsJob::CGroupAlignmentsJob (const SGroupAlignmentsParams ¶ms) |
| CGroupAlignmentsJob. More...
|
|
virtual void | CGroupAlignmentsJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CKalignTool::CKalignTool () |
| CKalignTool. More...
|
|
virtual void | CKalignTool::x_SelectCompatibleInputObjects () |
|
| CKalignToolJob::CKalignToolJob (const CKalignToolParams ¶ms) |
| CKalignToolJob. More...
|
|
virtual wxString | CKalignToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide) |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CKalignToolJob::x_GetObjects () |
| Returns the sequences that will be aligned. More...
|
|
| CKalignToolParams::CKalignToolParams () |
|
| CKalignToolParams::CKalignToolParams (const CKalignToolParams &data) |
|
| CKalignToolParams::~CKalignToolParams () |
|
void | CKalignToolParams::operator= (const CKalignToolParams &data) |
|
bool | CKalignToolParams::operator== (const CKalignToolParams &data) const |
|
void | CKalignToolParams::Copy (const CKalignToolParams &data) |
|
void | CKalignToolParams::Init () |
|
virtual void | CKalignToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CKalignToolParams::SaveSettings () const |
|
virtual void | CKalignToolParams::LoadSettings () |
|
const TConstScopedObjects & | CKalignToolParams::GetObjects () const |
|
TConstScopedObjects & | CKalignToolParams::SetObjects () |
|
wxString | CKalignToolParams::GetCommandLine () const |
|
void | CKalignToolParams::SetCommandLine (wxString value) |
|
wxString | CKalignToolParams::GetKalignPath () const |
|
void | CKalignToolParams::SetKalignPath (wxString value) |
|
bool | CKalignToolParams::GetQuietFlag () const |
|
void | CKalignToolParams::SetQuietFlag (bool value) |
|
wxString | CKalignToolParams::GetKalignExecutable () const |
|
| CMafftTool::CMafftTool () |
| CMafftTool. More...
|
|
virtual void | CMafftTool::x_SelectCompatibleInputObjects () |
|
| CMafftToolJob::CMafftToolJob (const CMafftToolParams ¶ms) |
| CMafftToolJob. More...
|
|
virtual wxString | CMafftToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide) |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CMafftToolJob::x_GetObjects () |
| Returns the sequences that will be aligned. More...
|
|
virtual wxString | CMafftToolJob::x_GetWorkingDirectory () const |
| Returns the directory where to execute the msa tool. More...
|
|
| CMafftToolParams::CMafftToolParams () |
|
| CMafftToolParams::CMafftToolParams (const CMafftToolParams &data) |
|
| CMafftToolParams::~CMafftToolParams () |
|
void | CMafftToolParams::operator= (const CMafftToolParams &data) |
|
bool | CMafftToolParams::operator== (const CMafftToolParams &data) const |
|
void | CMafftToolParams::Copy (const CMafftToolParams &data) |
|
void | CMafftToolParams::Init () |
|
virtual void | CMafftToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CMafftToolParams::SaveSettings () const |
|
virtual void | CMafftToolParams::LoadSettings () |
|
const TConstScopedObjects & | CMafftToolParams::GetObjects () const |
|
TConstScopedObjects & | CMafftToolParams::SetObjects () |
|
bool | CMafftToolParams::GetAutoFlag () const |
|
void | CMafftToolParams::SetAutoFlag (bool value) |
|
wxString | CMafftToolParams::GetCommandLine () const |
|
void | CMafftToolParams::SetCommandLine (wxString value) |
|
wxString | CMafftToolParams::GetMafftPath () const |
|
void | CMafftToolParams::SetMafftPath (wxString value) |
|
bool | CMafftToolParams::GetQuietFlag () const |
|
void | CMafftToolParams::SetQuietFlag (bool value) |
|
wxString | CMafftToolParams::GetMafftExecutable () const |
|
| SMergeAlignmentsParams::SMergeAlignmentsParams () |
| SMergeAlignmentsParams. More...
|
|
void | SMergeAlignmentsParams::Init () |
|
| CMergeAlignmentsParamsPanel::CMergeAlignmentsParamsPanel () |
| CMergeAlignmentsParamsPanel. More...
|
|
| CMergeAlignmentsParamsPanel::CMergeAlignmentsParamsPanel (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHOPTIONSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
bool | CMergeAlignmentsParamsPanel::Create (wxWindow *parent, wxWindowID id=ID_CBLASTSEARCHOPTIONSPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
| CMergeAlignmentsParamsPanel::~CMergeAlignmentsParamsPanel () |
|
void | CMergeAlignmentsParamsPanel::Init () |
|
void | CMergeAlignmentsParamsPanel::CreateControls () |
|
bool | CMergeAlignmentsParamsPanel::TransferDataToWindow () |
|
bool | CMergeAlignmentsParamsPanel::TransferDataFromWindow () |
|
wxBitmap | CMergeAlignmentsParamsPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CMergeAlignmentsParamsPanel::GetIconResource (const wxString &name) |
|
static bool | CMergeAlignmentsParamsPanel::ShowToolTips () |
|
void | CMergeAlignmentsParamsPanel::SetParams (SMergeAlignmentsParams *params, TConstScopedObjects *objects) |
|
virtual void | CMergeAlignmentsParamsPanel::SetRegistryPath (const string &path) |
| CAlgoToolManagerParamsPanel. More...
|
|
virtual void | CMergeAlignmentsParamsPanel::LoadSettings () |
|
virtual void | CMergeAlignmentsParamsPanel::SaveSettings () const |
| override in derived classes More...
|
|
| CMergeAlignmentsToolManager::CMergeAlignmentsToolManager () |
| CMergeAlignmentsToolManager. More...
|
|
void | CMergeAlignmentsToolManager::x_SelectCompatibleInputObjects () |
| select only Seq-aligns More...
|
|
| CMergeAlignmentsJob::CMergeAlignmentsJob (const SMergeAlignmentsParams ¶ms) |
| CMergeAlignmentsJob. More...
|
|
virtual void | CMergeAlignmentsJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CMPCrossAlignView::CMPCrossAlignView () |
|
virtual void | CMPCrossAlignView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual void | CMPCrossAlignView::x_OnSetSelection (CSelectionEvent &evt) |
| override in derived classes in order to handle selection broadcast More...
|
|
const CObject * | CMPCrossAlignView::x_GetOrigObject () const |
|
| CMSAToolJob::CMSAToolJob (const wxString &tool_name) |
| CMSAToolJob. More...
|
|
virtual | CMSAToolJob::~CMSAToolJob () |
|
virtual bool | CMSAToolJob::BeforeRun () |
| Function will be called on the main thread before execution of Run Should not do any lengthy work returns true to continue job execution on worker thread false to quit execution with status - failed. More...
|
|
virtual void | CMSAToolJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
virtual void | CMSAToolJob::x_AddTreeProjectItem (const string &title, const string &comment) |
|
virtual wxString | CMSAToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide)=0 |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CMSAToolJob::x_GetObjects ()=0 |
| Returns the sequences that will be aligned. More...
|
|
virtual wxString | CMSAToolJob::x_GetWorkingDirectory () const |
| Returns the directory where to execute the msa tool. More...
|
|
| CMultiAlignView::DECLARE_EVENT_MAP () |
|
| CMultiAlignView::CMultiAlignView () |
|
void | CMultiAlignView::OnAlnWidgetSelChanged (CEvent *evt) |
|
void | CMultiAlignView::OnOpenGraphicalView (CEvent *evt) |
|
virtual void | CMultiAlignView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual const SwxMenuItemRec * | CMultiAlignView::GetMenuDef () const |
| simpler way to provide a static menu using macros defined earlier in this file More...
|
|
virtual bool | CMultiAlignView::x_GetValidInputData (const CObject *obj) |
|
virtual void | CMultiAlignView::x_RebuildObjectIndex () |
|
virtual void | CMultiAlignView::x_GetRowSeqLoc (CAlnVec::TNumrow row, CSelectionEvent::TRangeColl &loc) const |
|
virtual bool | CMultiAlignView::x_GetSeqRangeSelection (CAlnMultiWidget::TRangeColl &seq_coll) const |
|
virtual void | CMultiAlignView::x_OnSetSelection (CSelectionEvent &evt) |
| override in derived classes in order to handle selection broadcast More...
|
|
virtual const CObject * | CMultiAlignView::x_GetOrigObject () const |
|
virtual bool | CMultiAlignView::x_MergeObjects (TConstScopedObjects &objects) |
|
| CMultiAlignViewFactory::CMultiAlignViewFactory () |
|
| CSelRowHandle::CSelRowHandle (IAlnExplorer::TNumrow row) |
|
IAlnExplorer::TNumrow | CSelRowHandle::GetNumrow () const |
|
| CMuscleTool::CMuscleTool () |
| CMuscleTool. More...
|
|
virtual void | CMuscleTool::x_SelectCompatibleInputObjects () |
|
| CMuscleToolJob::CMuscleToolJob (const CMuscleToolParams ¶ms) |
| CMuscleToolJob. More...
|
|
virtual wxString | CMuscleToolJob::x_GetCommandLine (const wxString &input, const wxString &output, bool is_nucleotide) |
| Returns the command line, that will be used to execute the third-party tool. More...
|
|
virtual TConstScopedObjects & | CMuscleToolJob::x_GetObjects () |
| Returns the sequences that will be aligned. More...
|
|
| CMuscleToolParams::CMuscleToolParams () |
|
| CMuscleToolParams::CMuscleToolParams (const CMuscleToolParams &data) |
|
| CMuscleToolParams::~CMuscleToolParams () |
|
void | CMuscleToolParams::operator= (const CMuscleToolParams &data) |
|
bool | CMuscleToolParams::operator== (const CMuscleToolParams &data) const |
|
void | CMuscleToolParams::Copy (const CMuscleToolParams &data) |
|
void | CMuscleToolParams::Init () |
|
virtual void | CMuscleToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CMuscleToolParams::SaveSettings () const |
|
virtual void | CMuscleToolParams::LoadSettings () |
|
const TConstScopedObjects & | CMuscleToolParams::GetObjects () const |
|
TConstScopedObjects & | CMuscleToolParams::SetObjects () |
|
wxString | CMuscleToolParams::GetCommandLine () const |
|
void | CMuscleToolParams::SetCommandLine (wxString value) |
|
bool | CMuscleToolParams::GetGenerateTree () const |
|
void | CMuscleToolParams::SetGenerateTree (bool value) |
|
wxString | CMuscleToolParams::GetMusclePath () const |
|
void | CMuscleToolParams::SetMusclePath (wxString value) |
|
int | CMuscleToolParams::GetScoringMethod () const |
|
void | CMuscleToolParams::SetScoringMethod (int value) |
|
wxString | CMuscleToolParams::GetMuscleExecutable () const |
|
| CNeedlemanWunschToolParams::CNeedlemanWunschToolParams () |
|
| CNeedlemanWunschToolParams::CNeedlemanWunschToolParams (const CNeedlemanWunschToolParams &data) |
|
| CNeedlemanWunschToolParams::~CNeedlemanWunschToolParams () |
|
void | CNeedlemanWunschToolParams::operator= (const CNeedlemanWunschToolParams &data) |
|
bool | CNeedlemanWunschToolParams::operator== (const CNeedlemanWunschToolParams &data) const |
|
void | CNeedlemanWunschToolParams::Copy (const CNeedlemanWunschToolParams &data) |
|
void | CNeedlemanWunschToolParams::Init () |
|
virtual void | CNeedlemanWunschToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CNeedlemanWunschToolParams::SaveSettings () const |
|
virtual void | CNeedlemanWunschToolParams::LoadSettings () |
|
const TConstScopedObjects & | CNeedlemanWunschToolParams::GetObjects () const |
|
TConstScopedObjects & | CNeedlemanWunschToolParams::SetObjects () |
|
int | CNeedlemanWunschToolParams::GetBandSize () const |
|
void | CNeedlemanWunschToolParams::SetBandSize (int value) |
|
int | CNeedlemanWunschToolParams::GetFirstSeqFreeEnds () const |
|
void | CNeedlemanWunschToolParams::SetFirstSeqFreeEnds (int value) |
|
int | CNeedlemanWunschToolParams::GetGapExtendCost () const |
|
void | CNeedlemanWunschToolParams::SetGapExtendCost (int value) |
|
int | CNeedlemanWunschToolParams::GetGapOpenCost () const |
|
void | CNeedlemanWunschToolParams::SetGapOpenCost (int value) |
|
int | CNeedlemanWunschToolParams::GetMatchCost () const |
|
void | CNeedlemanWunschToolParams::SetMatchCost (int value) |
|
int | CNeedlemanWunschToolParams::GetMismatchCost () const |
|
void | CNeedlemanWunschToolParams::SetMismatchCost (int value) |
|
int | CNeedlemanWunschToolParams::GetSecondSeqFreeEnds () const |
|
void | CNeedlemanWunschToolParams::SetSecondSeqFreeEnds (int value) |
|
| CNetBlastDMSearchFormPanel::CNetBlastDMSearchFormPanel () |
|
| CNetBlastDMSearchFormPanel::CNetBlastDMSearchFormPanel (wxWindow *parent, wxWindowID id=ID_CNETBLASTDMSEARCHFORM, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) |
|
bool | CNetBlastDMSearchFormPanel::Create (wxWindow *parent, wxWindowID id=ID_CNETBLASTDMSEARCHFORM, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) |
|
| CNetBlastDMSearchFormPanel::~CNetBlastDMSearchFormPanel () |
|
void | CNetBlastDMSearchFormPanel::Init () |
|
void | CNetBlastDMSearchFormPanel::CreateControls () |
|
bool | CNetBlastDMSearchFormPanel::TransferDataToWindow () |
|
void | CNetBlastDMSearchFormPanel::OnFilterInputTextUpdated (wxCommandEvent &event) |
|
void | CNetBlastDMSearchFormPanel::OnResetClick (wxCommandEvent &event) |
|
void | CNetBlastDMSearchFormPanel::OnSubmittedCheckClick (wxCommandEvent &event) |
|
bool | CNetBlastDMSearchFormPanel::GetCompleted () const |
|
void | CNetBlastDMSearchFormPanel::SetCompleted (bool value) |
|
bool | CNetBlastDMSearchFormPanel::GetSubmitted () const |
|
void | CNetBlastDMSearchFormPanel::SetSubmitted (bool value) |
|
bool | CNetBlastDMSearchFormPanel::GetFailed () const |
|
void | CNetBlastDMSearchFormPanel::SetFailed (bool value) |
|
bool | CNetBlastDMSearchFormPanel::GetRetrieved () const |
|
void | CNetBlastDMSearchFormPanel::SetRetrieved (bool value) |
|
bool | CNetBlastDMSearchFormPanel::GetExpired () const |
|
void | CNetBlastDMSearchFormPanel::SetExpired (bool value) |
|
wxString | CNetBlastDMSearchFormPanel::GetSearchValue () const |
|
void | CNetBlastDMSearchFormPanel::SetSearchValue (wxString value) |
|
wxBitmap | CNetBlastDMSearchFormPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CNetBlastDMSearchFormPanel::GetIconResource (const wxString &name) |
|
static bool | CNetBlastDMSearchFormPanel::ShowToolTips () |
|
void | CNetBlastDMSearchFormPanel::RestartSearch () |
|
| CNetBLAST_DMSearchTool::CNetBLAST_DMSearchTool () |
| IDMSearchTool. More...
|
|
void | CNetBLAST_DMSearchTool::GetDbNames (vector< string > &name) |
|
virtual IDMSearchTool::TUIToolFlags | CNetBLAST_DMSearchTool::GetFlags (void) |
| special flags More...
|
|
virtual CRef< CSearchJobBase > | CNetBLAST_DMSearchTool::x_CreateJob (IDMSearchQuery &query) |
| implementing CSearchToolBase pure virtual function More...
|
|
CNetBLASTUIDataSource * | CNetBLAST_DMSearchTool::x_GetDataSource () |
|
| CNetBLAST_DMSearchQuery::CNetBLAST_DMSearchQuery (const TStates &states, const string &filter_str) |
| CNetBLAST_DMSearchQuery. More...
|
|
virtual string | CNetBLAST_DMSearchQuery::ToString () const |
| Prepare a string representation of a query (for logging and debugging) More...
|
|
| CNetBLAST_DMSearchForm::DECLARE_EVENT_MAP () |
|
| CNetBLAST_DMSearchForm::CNetBLAST_DMSearchForm (CNetBLAST_DMSearchTool &tool) |
| CNetBLAST_DMSearchForm. More...
|
|
virtual | CNetBLAST_DMSearchForm::~CNetBLAST_DMSearchForm () |
|
void | CNetBLAST_DMSearchForm::SetDataSource (CNetBLASTUIDataSource *dataSource) |
|
void | CNetBLAST_DMSearchForm::x_OnJobDescrChanged (CEvent *) |
|
virtual void | CNetBLAST_DMSearchForm::x_LoadSettings (const CRegistryReadView &view) |
|
virtual void | CNetBLAST_DMSearchForm::x_SaveSettings (CRegistryWriteView view) const |
|
IDMSearchTool * | CNetBLAST_DMSearchForm::x_GetTool (void) |
|
| CNetBLAST_DMSearchJob::CNetBLAST_DMSearchJob (CNetBLAST_DMSearchQuery &query, CNetBLASTUIDataSource &ds) |
| CNetBLAST_DMSearchJob. More...
|
|
static string | CNetBlastJobDescriptor::GetStateLabel (EState state) |
|
virtual | CNetBlastJobDescriptor::~CNetBlastJobDescriptor () |
|
EState | CNetBlastJobDescriptor::GetState () const |
|
string | CNetBlastJobDescriptor::GetRID () const |
|
string | CNetBlastJobDescriptor::GetJobTitle () const |
|
string | CNetBlastJobDescriptor::GetDescription () const |
|
string | CNetBlastJobDescriptor::GetErrors () const |
|
time_t | CNetBlastJobDescriptor::GetSubmitTime () const |
|
void | CNetBlastJobDescriptor::Init (const CBLASTParams ¶ms, CNetBLASTUIDataSource &ds) |
|
void | CNetBlastJobDescriptor::Init (const string &rid, CNetBLASTUIDataSource &ds) |
|
void | CNetBlastJobDescriptor::Submit (objects::CBioseq_set &seq_set) |
|
void | CNetBlastJobDescriptor::Check () |
|
CRef< objects::CSeq_align_set > | CNetBlastJobDescriptor::Retrieve () |
|
CRef< blast::CRemoteBlast > | CNetBlastJobDescriptor::GetRemoteBlast () |
|
void | CNetBlastJobDescriptor::Release () |
| release CRemoteBlast object to free associated resources More...
|
|
void | CNetBlastJobDescriptor::MarkDeleted (bool deleted) |
|
bool | CNetBlastJobDescriptor::IsDeleted () const |
|
objects::CUser_object * | CNetBlastJobDescriptor::ToUserObject () const |
|
void | CNetBlastJobDescriptor::FromUserObject (const objects::CUser_object &user_obj) |
|
| CNetBlastJobDescriptor::CNetBlastJobDescriptor () |
| CNetBlastJobDescriptor. More...
|
|
| CNetBlastJobDescriptor::CNetBlastJobDescriptor (CNetBLASTUIDataSource &ds) |
|
| CNetBlastJobDescriptor::CNetBlastJobDescriptor (const CNetBlastJobDescriptor &) |
|
CNetBlastJobDescriptor & | CNetBlastJobDescriptor::operator= (const CNetBlastJobDescriptor &) |
|
void | CNetBlastJobDescriptor::x_CreateRemoteBlastIfNeeded () |
|
void | CNetBlastJobDescriptor::x_NotifyDataSource () |
|
| CNetBLASTLoadOptionPanel::CNetBLASTLoadOptionPanel () |
|
| CNetBLASTLoadOptionPanel::CNetBLASTLoadOptionPanel (wxWindow *parent, wxWindowID id=ID_NETBLASTLOADOPTIONPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
bool | CNetBLASTLoadOptionPanel::Create (wxWindow *parent, wxWindowID id=ID_NETBLASTLOADOPTIONPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
| CNetBLASTLoadOptionPanel::~CNetBLASTLoadOptionPanel () |
|
void | CNetBLASTLoadOptionPanel::Init () |
|
void | CNetBLASTLoadOptionPanel::CreateControls () |
|
wxBitmap | CNetBLASTLoadOptionPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CNetBLASTLoadOptionPanel::GetIconResource (const wxString &name) |
|
static bool | CNetBLASTLoadOptionPanel::ShowToolTips () |
|
string | CNetBLASTLoadOptionPanel::GetInput () const |
|
void | CNetBLASTLoadOptionPanel::SetInput (const string &input) |
|
bool | CNetBLASTLoadOptionPanel::IsInputValid () |
|
void | CNetBLASTLoadOptionPanel::GetRIDs (vector< string > &rids) |
|
| CNetBLASTUIDataSourceEvent::CNetBLASTUIDataSourceEvent () |
|
| CNetBLASTUIDataSource::CNetBLASTUIDataSource (CNetBLASTUIDataSourceType &type) |
|
virtual | CNetBLASTUIDataSource::~CNetBLASTUIDataSource () |
|
void | CNetBLASTUIDataSource::x_SaveJobDescriptors () |
|
void | CNetBLASTUIDataSource::x_LoadJobDescriptors () |
|
void | CNetBLASTUIDataSource::x_OnJobDescrChanged (CNetBlastJobDescriptor &descr) |
| callback - invoked by CNetBlastJobDescriptor More...
|
|
void | CNetBLASTUIDataSource::x_StartTask (CBlastSearchTask &task) |
|
void | CNetBLASTUIDataSource::x_AutoStartMonitoring () |
|
| CNetBLASTUIDataSourceType::CNetBLASTUIDataSourceType () |
| CNetBLASTUIDataSourceType. More...
|
|
| CNetBLASTUILoadManager::CNetBLASTUILoadManager (CNetBLASTUIDataSource &data_source) |
| CNetBLASTUILoadManager. More...
|
|
| CNGAlignJob::CNGAlignJob (const CNGAlignParams ¶ms) |
| CNGAlignJob. More...
|
|
virtual void | CNGAlignJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CNGAlignParams::CNGAlignParams () |
|
| CNGAlignParams::CNGAlignParams (const CNGAlignParams &data) |
|
| CNGAlignParams::~CNGAlignParams () |
|
void | CNGAlignParams::operator= (const CNGAlignParams &data) |
|
bool | CNGAlignParams::operator== (const CNGAlignParams &data) const |
|
void | CNGAlignParams::Copy (const CNGAlignParams &data) |
|
void | CNGAlignParams::Init () |
|
virtual void | CNGAlignParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CNGAlignParams::SaveSettings () const |
|
virtual void | CNGAlignParams::LoadSettings () |
|
const SConstScopedObject & | CNGAlignParams::GetSubject () const |
|
SConstScopedObject & | CNGAlignParams::SetSubject () |
|
const TConstScopedObjects & | CNGAlignParams::GetQueries () const |
|
TConstScopedObjects & | CNGAlignParams::SetQueries () |
|
int | CNGAlignParams::GetFilterMode () const |
|
void | CNGAlignParams::SetFilterMode (int value) |
|
long | CNGAlignParams::GetWordSize () const |
|
void | CNGAlignParams::SetWordSize (long value) |
|
double | CNGAlignParams::GetEValue () const |
|
void | CNGAlignParams::SetEValue (double value) |
|
bool | CNGAlignParams::GetBestHit () const |
|
void | CNGAlignParams::SetBestHit (bool value) |
|
wxString | CNGAlignParams::GetJobTitle () const |
|
void | CNGAlignParams::SetJobTitle (wxString value) |
|
wxString | CNGAlignParams::GetAdvParams () const |
|
void | CNGAlignParams::SetAdvParams (wxString value) |
|
int | CNGAlignParams::GetWMTaxId () const |
|
void | CNGAlignParams::SetWMTaxId (int value) |
|
string | CNGAlignParams::GetWMDir () const |
|
void | CNGAlignParams::SetWMDir (string value) |
|
void | CNGAlignParams::LogDump () |
|
| CNGAlignTool::CNGAlignTool () |
| CNGAlignTool. More...
|
|
void | CNGAlignTool::x_CreateBALSTPanelIfNeeded () |
|
virtual void | CNGAlignTool::x_SelectCompatibleInputObjects () |
|
wxPanel * | CNGAlignTool::x_GetCurrentPage () |
|
bool | CNGAlignTool::x_IsFirstPage () const |
|
bool | CNGAlignTool::x_IsLastPage () const |
|
bool | CNGAlignTool::x_GoFirstPage () |
|
bool | CNGAlignTool::x_GoNextPage () |
|
bool | CNGAlignTool::x_GoPrevPage () |
|
bool | CNGAlignTool::x_GoLastPage () |
|
bool | CNGAlignTool::x_LoadPage () |
|
| CPhyTreeView::DECLARE_EVENT_MAP () |
|
| CPhyTreeView::CPhyTreeView () |
|
| CPhyTreeView::~CPhyTreeView () |
|
CRef< CPhyloTreeScheme > | CPhyTreeView::GetScheme () |
|
CPhyloTreeWidget * | CPhyTreeView::GetWidget () const |
|
void | CPhyTreeView::OnBioTreeChanged () |
|
void | CPhyTreeView::OnExportTree (CEvent *evt) |
|
void | CPhyTreeView::OnSomethingEdited (CEvent *evt) |
|
void | CPhyTreeView::OnCreateSelectedSubtree (CEvent *evt) |
|
void | CPhyTreeView::CommitTheChanges (CNcbiIstrstream &istr) |
|
void | CPhyTreeView::AppliedEditToDataSource () |
|
void | CPhyTreeView::RebuildObjectIndex () |
|
virtual void | CPhyTreeView::x_CreateMenuBarMenu () |
| initializes m_MenuBarMenu; override in derived classes More...
|
|
virtual void | CPhyTreeView::x_OnSetSelection (CSelectionEvent &evt) |
| override in derived classes in order to handle selection broadcast More...
|
|
virtual const CObject * | CPhyTreeView::x_GetOrigObject () const |
|
void | CPhyTreeView::x_QueryStatusChange (CEvent *evt) |
|
| CPhyloTreeJob::CPhyloTreeJob (const objects::CBioTreeContainer *btc) |
|
virtual void | CPhyloTreeJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CProSplignTool::CProSplignTool () |
| CProSplignTool. More...
|
|
virtual void | CProSplignTool::x_SelectCompatibleInputObjects () |
|
| CMolTypeValidator::CMolTypeValidator (MolType molType) |
|
virtual CConstRef< CObject > | CMolTypeValidator::Validate (const objects::CSeq_id &id, objects::CScope &scope, wxString &errMessage) |
|
| CSplignPanel::CSplignPanel () |
|
| CSplignPanel::CSplignPanel (wxWindow *parent, wxWindowID id=ID_CSPLIGNPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCLIP_CHILDREN|wxTAB_TRAVERSAL, bool visibale=true) |
|
bool | CSplignPanel::Create (wxWindow *parent, wxWindowID id=ID_CSPLIGNPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCLIP_CHILDREN|wxTAB_TRAVERSAL, bool visibale=true) |
|
| CSplignPanel::~CSplignPanel () |
|
void | CSplignPanel::Init () |
|
void | CSplignPanel::CreateControls () |
|
virtual bool | CSplignPanel::TransferDataFromWindow () |
|
SConstScopedObject | CSplignPanel::GetGenomicSeq () const |
|
void | CSplignPanel::SetGenomicSeq (SConstScopedObject value) |
|
TConstScopedObjects | CSplignPanel::GetCDNASeqs () const |
|
void | CSplignPanel::SetCDNASeqs (TConstScopedObjects value) |
|
CSplignParams & | CSplignPanel::GetData () |
|
const CSplignParams & | CSplignPanel::GetData () const |
|
void | CSplignPanel::SetData (const CSplignParams &data) |
|
wxBitmap | CSplignPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CSplignPanel::GetIconResource (const wxString &name) |
|
void | CSplignPanel::SetObjects (map< string, TConstScopedObjects > *genomic, map< string, TConstScopedObjects > *na) |
|
static bool | CSplignPanel::ShowToolTips () |
|
| CSplignParams::CSplignParams () |
|
| CSplignParams::CSplignParams (const CSplignParams &data) |
|
| CSplignParams::~CSplignParams () |
|
void | CSplignParams::operator= (const CSplignParams &data) |
|
bool | CSplignParams::operator== (const CSplignParams &data) const |
|
void | CSplignParams::Copy (const CSplignParams &data) |
|
void | CSplignParams::Init () |
|
virtual void | CSplignParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CSplignParams::SaveSettings () const |
|
virtual void | CSplignParams::LoadSettings () |
|
double | CSplignParams::GetCompPenalty () const |
|
void | CSplignParams::SetCompPenalty (double value) |
|
int | CSplignParams::GetDiscType () const |
|
void | CSplignParams::SetDiscType (int value) |
|
bool | CSplignParams::GetEndGapDetect () const |
|
void | CSplignParams::SetEndGapDetect (bool value) |
|
long | CSplignParams::GetMaxGenomicExtent () const |
|
void | CSplignParams::SetMaxGenomicExtent (long value) |
|
long | CSplignParams::GetMaxIntron () const |
|
void | CSplignParams::SetMaxIntron (long value) |
|
double | CSplignParams::GetMinCompIdentity () const |
|
void | CSplignParams::SetMinCompIdentity (double value) |
|
double | CSplignParams::GetMinExonIdentity () const |
|
void | CSplignParams::SetMinExonIdentity (double value) |
|
bool | CSplignParams::GetPolyADetect () const |
|
void | CSplignParams::SetPolyADetect (bool value) |
|
int | CSplignParams::GetCDNAStrand () const |
|
void | CSplignParams::SetCDNAStrand (int value) |
|
virtual void | CSplignParams::DebugDump (CDebugDumpContext ddc, unsigned int depth) const |
|
| CSplignTool::CSplignTool () |
| CSplignTool. More...
|
|
virtual void | CSplignTool::x_SelectCompatibleInputObjects () |
|
| CCommonTaxTreeTool::CCommonTaxTreeTool () |
| CCommonTaxTreeTool. More...
|
|
void | CCommonTaxTreeTool::x_SelectCompatibleInputObjects () |
|
| CTaxTreeToolJob::CTaxTreeToolJob (const CTaxTreeToolParams ¶ms) |
| CTaxTreeToolJob. More...
|
|
virtual void | CTaxTreeToolJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CTaxTreeToolParams::CTaxTreeToolParams () |
|
| CTaxTreeToolParams::CTaxTreeToolParams (const CTaxTreeToolParams &data) |
|
| CTaxTreeToolParams::~CTaxTreeToolParams () |
|
void | CTaxTreeToolParams::operator= (const CTaxTreeToolParams &data) |
|
bool | CTaxTreeToolParams::operator== (const CTaxTreeToolParams &data) const |
|
void | CTaxTreeToolParams::Copy (const CTaxTreeToolParams &data) |
|
void | CTaxTreeToolParams::Init () |
|
virtual void | CTaxTreeToolParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CTaxTreeToolParams::SaveSettings () const |
|
virtual void | CTaxTreeToolParams::LoadSettings () |
|
const TConstScopedObjects & | CTaxTreeToolParams::GetObjects () const |
|
TConstScopedObjects & | CTaxTreeToolParams::SetObjects () |
|
| CTreeBuilderPanel::CTreeBuilderPanel () |
|
| CTreeBuilderPanel::CTreeBuilderPanel (wxWindow *parent, wxWindowID id=ID_CTreeBuilderPanel, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
bool | CTreeBuilderPanel::Create (wxWindow *parent, wxWindowID id=ID_CTreeBuilderPanel, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL) |
|
| CTreeBuilderPanel::~CTreeBuilderPanel () |
|
void | CTreeBuilderPanel::Init () |
|
void | CTreeBuilderPanel::CreateControls () |
|
virtual bool | CTreeBuilderPanel::TransferDataToWindow () |
|
virtual bool | CTreeBuilderPanel::TransferDataFromWindow () |
|
CTreeBuilderParams & | CTreeBuilderPanel::GetData () |
|
const CTreeBuilderParams & | CTreeBuilderPanel::GetData () const |
|
void | CTreeBuilderPanel::SetData (const CTreeBuilderParams &data) |
|
wxBitmap | CTreeBuilderPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CTreeBuilderPanel::GetIconResource (const wxString &name) |
|
void | CTreeBuilderPanel::SetObjects (TConstScopedObjects *objects) |
|
static bool | CTreeBuilderPanel::ShowToolTips () |
|
| CTreeBuilderParams::CTreeBuilderParams () |
|
| CTreeBuilderParams::CTreeBuilderParams (const CTreeBuilderParams &data) |
|
| CTreeBuilderParams::~CTreeBuilderParams () |
|
void | CTreeBuilderParams::operator= (const CTreeBuilderParams &data) |
|
bool | CTreeBuilderParams::operator== (const CTreeBuilderParams &data) const |
|
void | CTreeBuilderParams::Copy (const CTreeBuilderParams &data) |
|
void | CTreeBuilderParams::Init () |
|
virtual void | CTreeBuilderParams::SetRegistryPath (const string &path) |
| IRegSettings. More...
|
|
virtual void | CTreeBuilderParams::SaveSettings () const |
| IRegSettings. More...
|
|
virtual void | CTreeBuilderParams::LoadSettings () |
|
const SConstScopedObject & | CTreeBuilderParams::GetObject () const |
|
SConstScopedObject & | CTreeBuilderParams::SetObject () |
|
wxString | CTreeBuilderParams::GetDistanceMethod () const |
|
void | CTreeBuilderParams::SetDistanceMethod (wxString value) |
|
wxString | CTreeBuilderParams::GetConstructMethod () const |
|
void | CTreeBuilderParams::SetConstructMethod (wxString value) |
|
wxString | CTreeBuilderParams::GetLeafLabels () const |
|
void | CTreeBuilderParams::SetLeafLabels (wxString value) |
|
| CTreeBuilderTool::CTreeBuilderTool () |
| CTreeBuilderTool. More...
|
|
virtual void | CTreeBuilderTool::x_SelectCompatibleInputObjects () |
| select only Seq-ids More...
|
|
| CDebugMacroToolJob::CDebugMacroToolJob (const CDebugMacroToolParams ¶ms) |
| CDebugMacroToolJob. More...
|
|
virtual void | CDebugMacroToolJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CTextAlignObjectLoader::CTextAlignObjectLoader (const CTextAlignParams ¶ms) |
|
| CTextAlignObjectLoader::CTextAlignObjectLoader (const CTextAlignParams ¶ms, const vector< wxString > &filenames) |
|
void | CTextAlignObjectLoader::Init () |
|
void | CTextAlignObjectLoader::LoadFromStream (CNcbiIstream &istr, TObjects &objects, string &errMsg) |
|
| CAdvancedCleanupTool::CAdvancedCleanupTool () |
| CAdvancedCleanupTool. More...
|
|
virtual void | CAdvancedCleanupTool::x_SelectCompatibleInputObjects () |
|
| CCreateNeedlemanWunschToolManager::CCreateNeedlemanWunschToolManager () |
|
void | CCreateNeedlemanWunschToolManager::x_SelectCompatibleInputObjects () |
| select only Seq-aligns More...
|
|
| CCreateNeedlemanWunschJob::CCreateNeedlemanWunschJob (const CNeedlemanWunschToolParams ¶ms) |
| CCreateNeedlemanWunschJob. More...
|
|
bool | CCreateNeedlemanWunschJob::ProgressCallback (const string &status, float done) |
|
virtual CConstIRef< IAppJobProgress > | CCreateNeedlemanWunschJob::GetProgress () |
| implement Run() in derived classes, make sure that exceptions are handled and m_StopRequested flag is respected. More...
|
|
virtual void | CCreateNeedlemanWunschJob::x_CreateProjectItems () |
| override this function in derived classes and populate m_Items. More...
|
|
| CMuscleToolPanel::CMuscleToolPanel () |
|
| CMuscleToolPanel::CMuscleToolPanel (wxWindow *parent, wxWindowID id=ID_CMUSCLEPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visible=true) |
|
bool | CMuscleToolPanel::Create (wxWindow *parent, wxWindowID id=ID_CMUSCLEPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visible=true) |
|
| CMuscleToolPanel::~CMuscleToolPanel () |
|
void | CMuscleToolPanel::Init () |
|
void | CMuscleToolPanel::CreateControls () |
|
virtual bool | CMuscleToolPanel::TransferDataFromWindow () |
|
void | CMuscleToolPanel::OnMusclePathClick (wxCommandEvent &event) |
|
CMuscleToolParams & | CMuscleToolPanel::GetData () |
|
const CMuscleToolParams & | CMuscleToolPanel::GetData () const |
|
void | CMuscleToolPanel::SetData (const CMuscleToolParams &data) |
|
wxBitmap | CMuscleToolPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CMuscleToolPanel::GetIconResource (const wxString &name) |
|
void | CMuscleToolPanel::SetObjects (map< string, TConstScopedObjects > *objects) |
|
static bool | CMuscleToolPanel::ShowToolTips () |
|
| CNGAlignPanel::CNGAlignPanel () |
|
| CNGAlignPanel::CNGAlignPanel (wxWindow *parent) |
|
bool | CNGAlignPanel::Create (wxWindow *parent, wxWindowID id=ID_CNGALIGNPANEL) |
|
| CNGAlignPanel::~CNGAlignPanel () |
|
void | CNGAlignPanel::Init () |
|
void | CNGAlignPanel::CreateControls () |
|
virtual bool | CNGAlignPanel::TransferDataFromWindow () |
|
const SConstScopedObject & | CNGAlignPanel::GetSubject () const |
|
SConstScopedObject & | CNGAlignPanel::SetSubject () |
|
const TConstScopedObjects & | CNGAlignPanel::GetQueries () const |
|
TConstScopedObjects & | CNGAlignPanel::SetQueries () |
|
wxBitmap | CNGAlignPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CNGAlignPanel::GetIconResource (const wxString &name) |
|
void | CNGAlignPanel::SetObjects (TConstScopedObjects *objects) |
|
static bool | CNGAlignPanel::ShowToolTips () |
|
| CPslLoadManager::CPslLoadManager () |
| CPslLoadManager. More...
|
|
static string | CPslLoadManager::Id () |
|
static string | CPslLoadManager::Label () |
|
| CPslLoadManager::CPage::CPage (CPslLoadManager &manager) |
|
virtual wxPanel * | CPslLoadManager::CPage::GetPanel () |
|
virtual bool | CPslLoadManager::CPage::CanLeavePage (bool) |
|
CPslParamsPanel * | CPslLoadManager::x_GetParamsPanel () |
|
| CTaxTreeToolPanel::CTaxTreeToolPanel () |
|
| CTaxTreeToolPanel::CTaxTreeToolPanel (wxWindow *parent, wxWindowID id=ID_CTAXTREETOOLPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visibale=true) |
|
bool | CTaxTreeToolPanel::Create (wxWindow *parent, wxWindowID id=ID_CTAXTREETOOLPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visibale=true) |
|
| CTaxTreeToolPanel::~CTaxTreeToolPanel () |
|
void | CTaxTreeToolPanel::Init () |
|
void | CTaxTreeToolPanel::CreateControls () |
|
virtual bool | CTaxTreeToolPanel::TransferDataFromWindow () |
|
CTaxTreeToolParams & | CTaxTreeToolPanel::GetData () |
|
const CTaxTreeToolParams & | CTaxTreeToolPanel::GetData () const |
|
void | CTaxTreeToolPanel::SetData (const CTaxTreeToolParams &data) |
|
wxBitmap | CTaxTreeToolPanel::GetBitmapResource (const wxString &name) |
|
wxIcon | CTaxTreeToolPanel::GetIconResource (const wxString &name) |
|
void | CTaxTreeToolPanel::SetObjects (map< string, TConstScopedObjects > *objects) |
|
static bool | CTaxTreeToolPanel::ShowToolTips () |
|
| CTextAlignLoaderManager::CTextAlignLoaderManager () |
| CTextAlignLoaderManager. More...
|
|
static string | CTextAlignLoaderManager::Id () |
|
static string | CTextAlignLoaderManager::Label () |
|
| CTextAlignLoaderManager::CPage::CPage (CTextAlignLoaderManager &manager) |
|
virtual wxPanel * | CTextAlignLoaderManager::CPage::GetPanel () |
|
virtual bool | CTextAlignLoaderManager::CPage::CanLeavePage (bool) |
|
CTextAlignParamsPanel * | CTextAlignLoaderManager::x_GetParamsPanel () |
|