NCBI C++ ToolKit
|
Search Toolkit Book for SCreateGeneModelParams
#include <gui/packages/pkg_alignment/create_gene_model_params_panel.hpp>
Public Member Functions | |
SCreateGeneModelParams () | |
void | Init () |
IRegSettings interface implementation | |
virtual void | SetRegistryPath (const string ®_path) |
virtual void | LoadSettings () |
virtual void | SaveSettings () const |
Public Member Functions inherited from IRegSettings | |
virtual | ~IRegSettings () |
CCreateGeneModelParamsPanel class declaration
Definition at line 72 of file create_gene_model_params_panel.hpp.
SCreateGeneModelParams::SCreateGeneModelParams | ( | ) |
Definition at line 47 of file create_gene_model_params_panel.cpp.
References Init().
void SCreateGeneModelParams::Init | ( | void | ) |
Definition at line 52 of file create_gene_model_params_panel.cpp.
References m_CreateCds, m_CreateGene, m_CreateMrna, m_GroupByGeneId, m_MergeResults, m_PropagateLocalIds, m_PropagateNcrnaFeats, m_TranscribeMrna, and m_TranslateCds.
Referenced by CCreateGeneModelParamsPanel::RestoreDefaults(), and SCreateGeneModelParams().
|
virtual |
Implements IRegSettings.
Definition at line 70 of file create_gene_model_params_panel.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 74 of file create_gene_model_params_panel.cpp.
Implements IRegSettings.
Definition at line 65 of file create_gene_model_params_panel.cpp.
References m_RegPath.
TConstScopedObjects SCreateGeneModelParams::m_Alignments |
bool SCreateGeneModelParams::m_CreateCds |
Definition at line 93 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
bool SCreateGeneModelParams::m_CreateGene |
Definition at line 91 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
bool SCreateGeneModelParams::m_CreateMrna |
Definition at line 92 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
bool SCreateGeneModelParams::m_GroupByGeneId |
Definition at line 96 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
bool SCreateGeneModelParams::m_MergeResults |
Definition at line 100 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), CCreateGeneModelTask::x_GetCommand(), and CCreateGeneModelTask::x_Run().
bool SCreateGeneModelParams::m_PropagateLocalIds |
bool SCreateGeneModelParams::m_PropagateNcrnaFeats |
Definition at line 94 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
string SCreateGeneModelParams::m_RegPath |
Definition at line 87 of file create_gene_model_params_panel.hpp.
Referenced by SetRegistryPath().
bool SCreateGeneModelParams::m_TranscribeMrna |
Definition at line 97 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().
bool SCreateGeneModelParams::m_TranslateCds |
Definition at line 98 of file create_gene_model_params_panel.hpp.
Referenced by Init(), CCreateGeneModelParamsPanel::TransferDataFromWindow(), CCreateGeneModelParamsPanel::TransferDataToWindow(), and CCreateGeneModelTask::x_GetCommand().