NCBI C++ ToolKit
|
Modules | |
overridables | |
overridables | |
CSearchJobBase overridables | |
virtual bool | CFeatureSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual EJobState | CFeatureSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CFeatureSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
CAlgoToolManagerParamsPanel implementation | |
void | CCleanupPanel::RestoreDefaults () |
override in derived classes More... | |
IRegSettings interface implementation | |
virtual void | CCleanupPanel::LoadSettings () |
virtual void | CCleanupPanel::SaveSettings () const |
override in derived classes More... | |
overriding IUIToolManager functions implemented in CAlgoToolManagerBase | |
virtual void | CCleanupTool::InitUI () |
override this function in a derived class and initialize extra members More... | |
virtual void | CCleanupTool::CleanUI () |
override this function in a derived class and clean extra members More... | |
virtual bool | CCleanupTool::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CCleanupTool::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CCleanupTool::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
IExtension interface implementation | |
virtual string | CCleanupTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CCleanupTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
overriding CAlgoToolManagerBase virtual functions | |
virtual CAlgoToolManagerParamsPanel * | CCleanupTool::x_GetParamsPanel () |
returns a pointer to the parameters panel, override in derived classes More... | |
virtual IRegSettings * | CCleanupTool::x_GetParamsAsRegSetting () |
return a pointer to Parameters object as IRegSettings interface More... | |
virtual bool | CCleanupTool::x_CreateParamsPanelIfNeeded () |
returns / creates Parameters panel, override in derived classes see cpp file for example More... | |
virtual bool | CCleanupTool::x_ValidateParams () |
validates user input in Parameters panel, report errors if any More... | |
virtual CDataLoadingAppJob * | CCleanupTool::x_CreateLoadingJob () |
factory method for creating the job that executes the tool algorithm override in derived classes More... | |
IFileLoadPanelClient interface implementation | |
virtual string | CGBFlatFileLoadManager::GetLabel () const |
virtual wxString | CGBFlatFileLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CGBFlatFileLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CGBFlatFileLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CGBFlatFileLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CGBFlatFileLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CGBFlatFileLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CGBFlatFileLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CGBFlatFileLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CGBFlatFileLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CGBFlatFileLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CGBFlatFileLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CGBFlatFileLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CGBFlatFileLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CGBFlatFileLoadManager::GetExecuteUnit () |
virtual IWizardPage * | CGBFlatFileLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CGBFlatFileLoadManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CGBFlatFileLoadManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CGBFlatFileLoadManager::GetFormatWildcard () |
virtual bool | CGBFlatFileLoadManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CGBFlatFileLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CGBFlatFileLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CGBFlatFileLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CGBFlatFileLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CGBFlatFileLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CGBFlatFileLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CGBFlatFileLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CGBFlatFileLoadManager::SetRegistryPath (const string &path) |
virtual void | CGBFlatFileLoadManager::LoadSettings () |
virtual void | CGBFlatFileLoadManager::SaveSettings () const |
IExtension interface implementation | |
virtual string | CGenBankUIDataSource::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CGenBankUIDataSource::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IServiceLocatorConsumer implementation | |
virtual void | CGenBankUIDataSource::SetServiceLocator (IServiceLocator *locator) |
IUIDataSource interface implementation | |
virtual IUIDataSourceType & | CGenBankUIDataSource::GetType () const |
virtual const IUIObject & | CGenBankUIDataSource::GetDescr () |
returns UI description of the object (label, icon etc.) More... | |
virtual bool | CGenBankUIDataSource::IsOpen () |
a Data source needs to be open before use and closed after. More... | |
virtual bool | CGenBankUIDataSource::Open () |
Prepares Data Source for use, any initialization that can be potentially time-consuming or may require error handling shall be done in this function, not in a constructor. More... | |
virtual bool | CGenBankUIDataSource::Close () |
virtual void | CGenBankUIDataSource::EditProperties () |
virtual IUIToolManager * | CGenBankUIDataSource::GetLoadManager () |
virtual int | CGenBankUIDataSource::GetDefaultCommand () |
virtual wxEvtHandler * | CGenBankUIDataSource::CreateEvtHandler () |
IExplorerItemCmdContributor implementation | |
virtual IExplorerItemCmdContributor::TContribution | CGenBankUIDataSource::GetMenu (wxTreeCtrl &treeCtrl, PT::TItems &items) |
for the given set of items returns a contribution More... | |
IUIDataSourceType interface implementation | |
virtual const IUIObject & | CGenBankUIDataSourceType::GetDescr () |
returns UI description of the type (label, icon etc.) More... | |
virtual IUIDataSource * | CGenBankUIDataSourceType::CreateDataSource () |
factory method; create an Data Source instance More... | |
virtual bool | CGenBankUIDataSourceType::AutoCreateDefaultDataSource () |
returns "true" if this type needs to create a default instance of the Data Source at start-up More... | |
IExtension interface implementation | |
virtual string | CGenBankUIDataSourceType::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CGenBankUIDataSourceType::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IUIToolManager interface implementation | |
virtual void | CGenBankUILoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CGenBankUILoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CGenBankUILoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CGenBankUILoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CGenBankUILoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CGenBankUILoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CGenBankUILoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CGenBankUILoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CGenBankUILoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CGenBankUILoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CGenBankUILoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
IRegSettings interface implementation | |
virtual void | CGenBankUILoadManager::SetRegistryPath (const string &path) |
virtual void | CGenBankUILoadManager::LoadSettings () |
virtual void | CGenBankUILoadManager::SaveSettings () const |
overriding IUIToolManager functions implemented in CAlgoToolManagerBase | |
virtual void | CMergeTool::InitUI () |
override this function in a derived class and initialize extra members More... | |
virtual void | CMergeTool::CleanUI () |
override this function in a derived class and clean extra members More... | |
virtual bool | CMergeTool::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CMergeTool::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CMergeTool::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
IExtension interface implementation | |
virtual string | CMergeTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CMergeTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
overriding CAlgoToolManagerBase virtual functions | |
virtual CAlgoToolManagerParamsPanel * | CMergeTool::x_GetParamsPanel () |
returns a pointer to the parameters panel, override in derived classes More... | |
virtual IRegSettings * | CMergeTool::x_GetParamsAsRegSetting () |
return a pointer to Parameters object as IRegSettings interface More... | |
virtual bool | CMergeTool::x_CreateParamsPanelIfNeeded () |
returns / creates Parameters panel, override in derived classes see cpp file for example More... | |
virtual bool | CMergeTool::x_ValidateParams () |
validates user input in Parameters panel, report errors if any More... | |
virtual CDataLoadingAppJob * | CMergeTool::x_CreateLoadingJob () |
factory method for creating the job that executes the tool algorithm override in derived classes More... | |
IWMClient interface implementation | |
virtual wxWindow * | CSeqTextView::GetWindow () |
returns a pointer to the wxWindow representing the client More... | |
virtual wxEvtHandler * | CSeqTextView::GetCommandHandler () |
IWMClient implementation. More... | |
IView implementation | |
virtual const CViewTypeDescriptor & | CSeqTextView::GetTypeDescriptor () const |
return an object providing meta information about thei view type More... | |
virtual void | CSeqTextView::CreateViewWindow (wxWindow *parent) |
create Window corresponding to the view More... | |
virtual void | CSeqTextView::DestroyViewWindow () |
destroy Window corresponding to the view More... | |
IProjectView implementation | |
virtual bool | CSeqTextView::InitView (TConstScopedObjects &objects, const objects::CUser_object *params) |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project More... | |
ISelectionClient Implementation | |
virtual void | CSeqTextView::GetSelection (CSelectionEvent &evt) const |
get selection for broadcasting More... | |
virtual void | CSeqTextView::GetSelection (TConstScopedObjects &objs) const |
shall return data objects representing selected things, return one data object for every selected thing. More... | |
virtual void | CSeqTextView::GetMainObject (TConstScopedObjects &objs) const |
Adds the main data objects represented by the client to "objects". More... | |
IExtension interface implementation | |
virtual string | CSeqTextViewFactory::GetExtensionIdentifier () const |
CSeqTextViewFactory. More... | |
virtual string | CSeqTextViewFactory::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IProjectViewFactory interface implementation | |
virtual IView * | CSeqTextViewFactory::CreateInstance () const |
creates a view instance More... | |
virtual IView * | CSeqTextViewFactory::CreateInstanceByFingerprint (const TFingerprint &fingerprint) const |
if fingerprint is recognized - creates and returns a new instance More... | |
virtual void | CSeqTextViewFactory::RegisterIconAliases (wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register images used by view More... | |
virtual const CProjectViewTypeDescriptor & | CSeqTextViewFactory::GetProjectViewTypeDescriptor () const |
returns a Descriptor for the View Type supported by the Factory More... | |
virtual int | CSeqTextViewFactory::TestInputObjects (TConstScopedObjects &objects) |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith() More... | |
virtual bool | CSeqTextViewFactory::IsCompatibleWith (const CObject &object, objects::CScope &scope) |
IUITool implementation | |
virtual IUITool * | CSNPSearchTool::Clone () const |
virtual string | CSNPSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CSNPSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CSNPSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CSNPSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CSNPSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CSNPSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
typedef pair< string, string > | CSNPSearchForm::TStrPair |
typedef vector< TStrPair > | CSNPSearchForm::TNamePairs |
CRef< CSNPSearchTool > | CSNPSearchForm::m_Tool |
virtual void | CSNPSearchForm::Create () |
virtual void | CSNPSearchForm::Init () |
virtual void | CSNPSearchForm::Update () |
virtual CIRef< IDMSearchQuery > | CSNPSearchForm::ConstructQuery () |
virtual wxSizer * | CSNPSearchForm::GetWidget (wxWindow *parent) |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget) More... | |
virtual void | CSNPSearchForm::UpdateContexts () |
updates m_ContextCombo More... | |
virtual void | CSNPSearchForm::x_LoadSettings (const CRegistryReadView &view) |
virtual void | CSNPSearchForm::x_SaveSettings (CRegistryWriteView view) const |
IDMSearchTool * | CSNPSearchForm::x_GetTool (void) |
CSearchJobBase overridables | |
virtual bool | CSNPSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual EJobState | CSNPSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CSNPSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
virtual CObjectListTableModel * | CSNPSearchJob::x_GetNewOLTModel () const |
factory method creating new column handler for CObjectListWidget More... | |
IWMClient interface implementation | |
virtual wxWindow * | CFeatTableView::GetWindow () |
returns a pointer to the wxWindow representing the client More... | |
IView interface implementation | |
virtual const CViewTypeDescriptor & | CFeatTableView::GetTypeDescriptor () const |
return an object providing meta information about thei view type More... | |
virtual void | CFeatTableView::CreateViewWindow (wxWindow *parent) |
create Window corresponding to the view More... | |
virtual void | CFeatTableView::DestroyViewWindow () |
destroy Window corresponding to the view More... | |
IProjectView implementation | |
virtual bool | CFeatTableView::InitView (TConstScopedObjects &objects, const objects::CUser_object *params) |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project More... | |
virtual void | CFeatTableView::OnProjectChanged (CProjectViewEvent &evt) |
virtual void | CFeatTableView::OnProjectChanged () |
ISelectionClient Implementation | |
virtual void | CFeatTableView::GetSelection (CSelectionEvent &evt) const |
get selection for broadcasting More... | |
virtual void | CFeatTableView::GetSelection (TConstScopedObjects &objs) const |
shall return data objects representing selected things, return one data object for every selected thing. More... | |
CProjectViewBase overridables | |
virtual void | CFeatTableView::GetCompatibleToolBars (vector< string > &names) |
returns the names of toolbars compatible with this class (toolbars that are relevant and useful in the context of this class) More... | |
virtual void | CFeatTableView::GetVisibleRanges (CVisibleRange &vrange) const |
populate a visible range event for broadcasting More... | |
CProjectView callback overridables | |
virtual void | CFeatTableView::OnWidgetRangeChanged () |
virtual void | CFeatTableView::OnWidgetSelChanged () |
IRegSettings interface implementation | |
virtual void | CFeatTableView::SetRegistryPath (const string ®_path) |
virtual void | CFeatTableView::LoadSettings () |
virtual void | CFeatTableView::SaveSettings () const |
CProjectView overridables | |
objects::CScope * | CFeatTableView::x_PreAttachToProject (TConstScopedObjects &objects) |
void | CFeatTableView::x_PostAttachToProject () |
IExtension interface implementation | |
virtual string | CFeatTableViewFactory::GetExtensionIdentifier () const |
CFeatTableViewFactory. More... | |
virtual string | CFeatTableViewFactory::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IProjectViewFactory interface implementation | |
virtual IView * | CFeatTableViewFactory::CreateInstance () const |
creates a view instance More... | |
virtual IView * | CFeatTableViewFactory::CreateInstanceByFingerprint (const TFingerprint &fingerprint) const |
if fingerprint is recognized - creates and returns a new instance More... | |
virtual void | CFeatTableViewFactory::RegisterIconAliases (wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register images used by view More... | |
virtual const CProjectViewTypeDescriptor & | CFeatTableViewFactory::GetProjectViewTypeDescriptor () const |
returns a Descriptor for the View Type supported by the Factory More... | |
virtual bool | CFeatTableViewFactory::IsCompatibleWith (const CObject &object, objects::CScope &scope) |
virtual int | CFeatTableViewFactory::TestInputObjects (TConstScopedObjects &objects) |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith() More... | |
IWMClient interface implementation | |
virtual wxWindow * | CViewGraphic::GetWindow () |
returns a pointer to the wxWindow representing the client More... | |
virtual const wxMenu * | CViewGraphic::GetMenu () |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs" More... | |
IView interface implementation | |
virtual const CViewTypeDescriptor & | CViewGraphic::GetTypeDescriptor () const |
return an object providing meta information about thei view type More... | |
virtual void | CViewGraphic::CreateViewWindow (wxWindow *parent) |
create Window corresponding to the view More... | |
virtual void | CViewGraphic::DestroyViewWindow () |
destroy Window corresponding to the view More... | |
IProjectView implementation | |
virtual bool | CViewGraphic::InitView (TConstScopedObjects &objects, const objects::CUser_object *params) |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project More... | |
virtual void | CViewGraphic::OnProjectChanged (CProjectViewEvent &evt) |
virtual void | CViewGraphic::SetOrigObject (SConstScopedObject &obj) |
IViewSettingsAtProject implementation | |
void | CViewGraphic::SaveSettingsAtProject (objects::CGBProjectHandle &project) const |
ISelectionClient Implementation | |
void | CViewGraphic::GetSelection (CSelectionEvent &evt) const |
get selection for broadcasting More... | |
void | CViewGraphic::GetSelection (TConstScopedObjects &objs) const |
shall return data objects representing selected things, return one data object for every selected thing. More... | |
IVisibleRangeClient interface implementation | |
virtual void | CViewGraphic::OnVisibleRangeChanged (const CVisibleRange &vrange, IVisibleRangeClient *source) |
IDataMiningContext Implementation | |
virtual string | CViewGraphic::GetDMContextName () |
returns Name of the context to be used in UI More... | |
CProjectView overridables | |
virtual void | CViewGraphic::GetVisibleRanges (CVisibleRange &vrange) const |
populate a visible range event for broadcasting More... | |
virtual void | CViewGraphic::OnWidgetRangeChanged () |
CProjectViewBase overridables | |
virtual void | CViewGraphic::OnViewAttached (IView &) |
virtual void | CViewGraphic::OnViewReleased (IView &) |
IExtension interface implementation | |
virtual string | CViewGraphicFactory::GetExtensionIdentifier () const |
CViewGraphicFactory. More... | |
virtual string | CViewGraphicFactory::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IProjectViewFactory interface implementation | |
virtual IView * | CViewGraphicFactory::CreateInstance () const |
creates a view instance More... | |
virtual IView * | CViewGraphicFactory::CreateInstanceByFingerprint (const TFingerprint &fingerprint) const |
if fingerprint is recognized - creates and returns a new instance More... | |
virtual void | CViewGraphicFactory::RegisterIconAliases (wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register images used by view More... | |
virtual void | CViewGraphicFactory::RegisterCommands (CUICommandRegistry &cmd_reg, wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register commands used by view More... | |
virtual const CProjectViewTypeDescriptor & | CViewGraphicFactory::GetProjectViewTypeDescriptor () const |
returns a Descriptor for the View Type supported by the Factory More... | |
virtual int | CViewGraphicFactory::TestInputObjects (TConstScopedObjects &objects) |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith() More... | |
virtual bool | CViewGraphicFactory::IsCompatibleWith (const CObject &object, objects::CScope &scope) |
overriding IUIToolManager functions implemented in CAlgoToolManagerBase | |
virtual void | CAutodefToolManager::InitUI () |
override this function in a derived class and initialize extra members More... | |
virtual void | CAutodefToolManager::CleanUI () |
override this function in a derived class and clean extra members More... | |
virtual IAppTask * | CAutodefToolManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
IExtension interface implementation | |
virtual string | CAutodefToolManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CAutodefToolManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
overriding CAlgoToolManagerBase virtual functions | |
virtual CAlgoToolManagerParamsPanel * | CAutodefToolManager::x_GetParamsPanel () |
returns a pointer to the parameters panel, override in derived classes More... | |
virtual IRegSettings * | CAutodefToolManager::x_GetParamsAsRegSetting () |
return a pointer to Parameters object as IRegSettings interface More... | |
virtual bool | CAutodefToolManager::x_CreateParamsPanelIfNeeded () |
returns / creates Parameters panel, override in derived classes see cpp file for example More... | |
virtual bool | CAutodefToolManager::x_ValidateParams () |
validates user input in Parameters panel, report errors if any More... | |
virtual void | CAutodefToolManager::x_CreateProjectPanelIfNeeded () |
returns / creates Project panel More... | |
virtual CDataLoadingAppJob * | CAutodefToolManager::x_CreateLoadingJob () |
factory method for creating the job that executes the tool algorithm override in derived classes More... | |
IGuiWidgetHost implementation | |
virtual void | CSequinDesktopView::CloseWidget () |
IGuiWidgetHost implementation. More... | |
virtual void | CSequinDesktopView::WidgetSelectionChanged () |
virtual void | CSequinDesktopView::WidgetActivated () |
virtual void | CSequinDesktopView::GetAppSelection (TConstObjects &objects) |
virtual void | CSequinDesktopView::OnWidgetCommand (const string &command) |
virtual void | CSequinDesktopView::ShowView (const string &viewName, FWindowFactory widgetFactory, TConstScopedObjects &objects, bool bFloat) |
IWMClient interface implementation | |
virtual wxWindow * | CSequinDesktopView::GetWindow () |
returns a pointer to the wxWindow representing the client More... | |
virtual wxEvtHandler * | CSequinDesktopView::GetCommandHandler () |
IWMClient implementation. More... | |
IMenuContributor interface implementation | |
virtual const wxMenu * | CSequinDesktopView::GetMenu () |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs" More... | |
IView implementation | |
virtual const CViewTypeDescriptor & | CSequinDesktopView::GetTypeDescriptor () const |
return an object providing meta information about thei view type More... | |
virtual void | CSequinDesktopView::CreateViewWindow (wxWindow *parent) |
create Window corresponding to the view More... | |
virtual void | CSequinDesktopView::DestroyViewWindow () |
destroy Window corresponding to the view More... | |
IProjectView implementation | |
virtual bool | CSequinDesktopView::InitView (TConstScopedObjects &objects, const objects::CUser_object *params) |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project More... | |
virtual void | CSequinDesktopView::OnProjectChanged (CProjectViewEvent &evt) |
ISelectionClient Implementation | |
virtual void | CSequinDesktopView::GetSelection (CSelectionEvent &evt) const |
get selection for broadcasting More... | |
virtual void | CSequinDesktopView::GetSelection (TConstScopedObjects &objs) const |
shall return data objects representing selected things, return one data object for every selected thing. More... | |
virtual void | CSequinDesktopView::GetMainObject (TConstScopedObjects &objs) const |
Adds the main data objects represented by the client to "objects". More... | |
IExtension interface implementation | |
virtual string | CSequinDesktopViewFactory::GetExtensionIdentifier () const |
CSequinDesktopViewFactory. More... | |
virtual string | CSequinDesktopViewFactory::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IProjectViewFactory interface implementation | |
virtual IView * | CSequinDesktopViewFactory::CreateInstance () const |
creates a view instance More... | |
virtual IView * | CSequinDesktopViewFactory::CreateInstanceByFingerprint (const TFingerprint &fingerprint) const |
if fingerprint is recognized - creates and returns a new instance More... | |
virtual void | CSequinDesktopViewFactory::RegisterIconAliases (wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register images used by view More... | |
virtual void | CSequinDesktopViewFactory::RegisterCommands (CUICommandRegistry &cmd_reg, wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register commands used by view More... | |
virtual const CProjectViewTypeDescriptor & | CSequinDesktopViewFactory::GetProjectViewTypeDescriptor () const |
returns a Descriptor for the View Type supported by the Factory More... | |
virtual int | CSequinDesktopViewFactory::TestInputObjects (TConstScopedObjects &objects) |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith() More... | |
COpenViewManager implementation | |
virtual string | CSequinDesktopViewFactory::GetTargetType () const |
virtual bool | CSequinDesktopViewFactory::AllowMerge () const |
overriding IUIToolManager functions implemented in CAlgoToolManagerBase | |
virtual void | CSrcEditTool::InitUI () |
override this function in a derived class and initialize extra members More... | |
virtual void | CSrcEditTool::CleanUI () |
override this function in a derived class and clean extra members More... | |
virtual bool | CSrcEditTool::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CSrcEditTool::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CSrcEditTool::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
IExtension interface implementation | |
virtual string | CSrcEditTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CSrcEditTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
overriding CAlgoToolManagerBase virtual functions | |
virtual CAlgoToolManagerParamsPanel * | CSrcEditTool::x_GetParamsPanel () |
returns a pointer to the parameters panel, override in derived classes More... | |
virtual IRegSettings * | CSrcEditTool::x_GetParamsAsRegSetting () |
return a pointer to Parameters object as IRegSettings interface More... | |
virtual bool | CSrcEditTool::x_CreateParamsPanelIfNeeded () |
returns / creates Parameters panel, override in derived classes see cpp file for example More... | |
virtual bool | CSrcEditTool::x_ValidateParams () |
validates user input in Parameters panel, report errors if any More... | |
virtual CDataLoadingAppJob * | CSrcEditTool::x_CreateLoadingJob () |
factory method for creating the job that executes the tool algorithm override in derived classes More... | |
IObjectLoader implementation | |
virtual TObjects & | C5ColObjectLoader::GetObjects () |
virtual string | C5ColObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | C5ColObjectLoader::PreExecute () |
virtual bool | C5ColObjectLoader::Execute (ICanceled &canceled) |
virtual bool | C5ColObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CAgpObjectLoader::GetObjects () |
virtual string | CAgpObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CAgpObjectLoader::PreExecute () |
virtual bool | CAgpObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CAgpObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CAssemblyObjectLoader::GetObjects () |
virtual string | CAssemblyObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CAssemblyObjectLoader::PreExecute () |
virtual bool | CAssemblyObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CAssemblyObjectLoader::PostExecute () |
IGencollSvcErrors implementation | |
virtual void | CAssemblyObjectLoader::ReportError (const string &accession, const string &error) |
IObjectLoader implementation | |
virtual TObjects & | CBedObjectLoader::GetObjects () |
virtual string | CBedObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CBedObjectLoader::PreExecute () |
virtual bool | CBedObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CBedObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CChainLoader::GetObjects () |
virtual string | CChainLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CChainLoader::PreExecute () |
virtual bool | CChainLoader::Execute (ICanceled &canceled) |
virtual bool | CChainLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CGBFlatFileObjectLoader::GetObjects () |
virtual string | CGBFlatFileObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CGBFlatFileObjectLoader::PreExecute () |
virtual bool | CGBFlatFileObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CGBFlatFileObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CGBObjectLoader::GetObjects () |
virtual string | CGBObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CGBObjectLoader::PreExecute () |
virtual bool | CGBObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CGBObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CGffObjectLoader::GetObjects () |
virtual string | CGffObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CGffObjectLoader::PreExecute () |
virtual bool | CGffObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CGffObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CPhyObjectLoader::GetObjects () |
virtual string | CPhyObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CPhyObjectLoader::PreExecute () |
virtual bool | CPhyObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CPhyObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CPslObjectLoader::GetObjects () |
virtual string | CPslObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CPslObjectLoader::PreExecute () |
virtual bool | CPslObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CPslObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CVcfObjectLoader::GetObjects () |
virtual string | CVcfObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CVcfObjectLoader::PreExecute () |
virtual bool | CVcfObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CVcfObjectLoader::PostExecute () |
IObjectLoader implementation | |
virtual TObjects & | CWigObjectLoader::GetObjects () |
virtual string | CWigObjectLoader::GetDescription () const |
IExecuteUnit implementation | |
virtual bool | CWigObjectLoader::PreExecute () |
virtual bool | CWigObjectLoader::Execute (ICanceled &canceled) |
virtual bool | CWigObjectLoader::PostExecute () |
IFileLoadPanelClient interface implementation | |
virtual string | CPhyLoader::GetLabel () const |
virtual wxString | CPhyLoader::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CPhyLoader::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CPhyLoader::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CPhyLoader::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CPhyLoader::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CPhyLoader::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CPhyLoader::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CPhyLoader::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CPhyLoader::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CPhyLoader::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CPhyLoader::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CPhyLoader::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CPhyLoader::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CPhyLoader::GetExecuteUnit () |
virtual IWizardPage * | CPhyLoader::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual wxString | CPhyLoader::GetFormatWildcard () |
virtual bool | CPhyLoader::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CPhyLoader::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CPhyLoader::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CPhyLoader::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CPhyLoader::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CPhyLoader::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CPhyLoader::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CPhyLoader::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CPhyLoader::SetRegistryPath (const string &path) |
virtual void | CPhyLoader::LoadSettings () |
virtual void | CPhyLoader::SaveSettings () const |
IFileLoadPanelClient interface implementation | |
virtual string | CRMLoader::GetLabel () const |
virtual wxString | CRMLoader::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CRMLoader::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CRMLoader::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CRMLoader::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CRMLoader::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CRMLoader::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CRMLoader::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CRMLoader::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CRMLoader::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CRMLoader::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CRMLoader::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CRMLoader::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CRMLoader::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CRMLoader::GetExecuteUnit () |
virtual IWizardPage * | CRMLoader::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual wxString | CRMLoader::GetFormatWildcard () |
virtual bool | CRMLoader::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CRMLoader::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CRMLoader::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CRMLoader::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CRMLoader::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CRMLoader::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CRMLoader::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CRMLoader::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IFileLoadPanelClient interface implementation | |
virtual string | C5ColLoadManager::GetLabel () const |
virtual wxString | C5ColLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | C5ColLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | C5ColLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | C5ColLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | C5ColLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | C5ColLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | C5ColLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | C5ColLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | C5ColLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | C5ColLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | C5ColLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | C5ColLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | C5ColLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | C5ColLoadManager::GetExecuteUnit () |
virtual IWizardPage * | C5ColLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual wxString | C5ColLoadManager::GetFormatWildcard () |
virtual bool | C5ColLoadManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | C5ColLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | C5ColLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | C5ColLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | C5ColLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | C5ColLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | C5ColLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | C5ColLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | C5ColLoadManager::SetRegistryPath (const string &path) |
virtual void | C5ColLoadManager::LoadSettings () |
virtual void | C5ColLoadManager::SaveSettings () const |
IFileLoadPanelClient interface implementation | |
virtual string | CAgpLoader::GetLabel () const |
virtual wxString | CAgpLoader::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CAgpLoader::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CAgpLoader::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CAgpLoader::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CAgpLoader::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CAgpLoader::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CAgpLoader::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CAgpLoader::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CAgpLoader::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CAgpLoader::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CAgpLoader::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CAgpLoader::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CAgpLoader::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CAgpLoader::GetExecuteUnit () |
virtual IWizardPage * | CAgpLoader::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CAgpLoader::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CAgpLoader::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CAgpLoader::GetFormatWildcard () |
virtual bool | CAgpLoader::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CAgpLoader::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CAgpLoader::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CAgpLoader::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CAgpLoader::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CAgpLoader::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CAgpLoader::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CAgpLoader::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CAgpLoader::SetRegistryPath (const string &path) |
virtual void | CAgpLoader::LoadSettings () |
virtual void | CAgpLoader::SaveSettings () const |
IFileLoadPanelClient interface implementation | |
virtual string | CBedLoadManager::GetLabel () const |
virtual wxString | CBedLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CBedLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CBedLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CBedLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CBedLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CBedLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CBedLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CBedLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CBedLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CBedLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CBedLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CBedLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CBedLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CBedLoadManager::GetExecuteUnit () |
virtual IWizardPage * | CBedLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CBedLoadManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CBedLoadManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CBedLoadManager::GetFormatWildcard () |
virtual bool | CBedLoadManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CBedLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CBedLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CBedLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CBedLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CBedLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CBedLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CBedLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CBedLoadManager::SetRegistryPath (const string &path) |
virtual void | CBedLoadManager::LoadSettings () |
virtual void | CBedLoadManager::SaveSettings () const |
IFileLoadPanelClient interface implementation | |
virtual string | CColumnarVCFLoaderManager::GetLabel () const |
virtual wxString | CColumnarVCFLoaderManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CColumnarVCFLoaderManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CColumnarVCFLoaderManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CColumnarVCFLoaderManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CColumnarVCFLoaderManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CColumnarVCFLoaderManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CColumnarVCFLoaderManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CColumnarVCFLoaderManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CColumnarVCFLoaderManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CColumnarVCFLoaderManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CColumnarVCFLoaderManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CColumnarVCFLoaderManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CColumnarVCFLoaderManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CColumnarVCFLoaderManager::GetExecuteUnit () |
virtual IWizardPage * | CColumnarVCFLoaderManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CColumnarVCFLoaderManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CColumnarVCFLoaderManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CColumnarVCFLoaderManager::GetFormatWildcard () |
virtual bool | CColumnarVCFLoaderManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CColumnarVCFLoaderManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CColumnarVCFLoaderManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CColumnarVCFLoaderManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CColumnarVCFLoaderManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CColumnarVCFLoaderManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CColumnarVCFLoaderManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CColumnarVCFLoaderManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CColumnarVCFLoaderManager::SetRegistryPath (const string &path) |
virtual void | CColumnarVCFLoaderManager::LoadSettings () |
virtual void | CColumnarVCFLoaderManager::SaveSettings () const |
IUITool implementation | |
virtual IUITool * | CComponentSearchTool::Clone () const |
virtual string | CComponentSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CComponentSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CComponentSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CComponentSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CComponentSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CComponentSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | CComponentSearchForm::Create () |
virtual void | CComponentSearchForm::Init () |
virtual void | CComponentSearchForm::Update () |
CSearchFormBase overridables | |
virtual void | CComponentSearchForm::x_CreateWidgets () |
virtual IDMSearchTool * | CComponentSearchForm::x_GetTool () |
CSearchJobBase overridables | |
virtual bool | CComponentSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual EJobState | CComponentSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CComponentSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
IUITool implementation | |
virtual IUITool * | CCpgSearchTool::Clone () const |
virtual string | CCpgSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CCpgSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CCpgSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CCpgSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CCpgSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CCpgSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | CCpgSearchForm::Create () |
virtual void | CCpgSearchForm::Init () |
virtual void | CCpgSearchForm::Update () |
CSearchJobBase overridables | |
virtual bool | CCpgSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual IAppJob::EJobState | CCpgSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CCpgSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
virtual CObjectListTableModel * | CCpgSearchJob::x_GetNewOLTModel () const |
factory method creating new column handler for CObjectListWidget More... | |
IUITool implementation | |
virtual IUITool * | CEntrezSearchTool::Clone () const |
virtual string | CEntrezSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CEntrezSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CEntrezSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CEntrezSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CEntrezSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CEntrezSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
CSearchJobBase overridables | |
virtual bool | CEntrezSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual EJobState | CEntrezSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual CObjectListTableModel * | CEntrezSearchJob::x_GetNewOLTModel () const |
factory method creating new column handler for CObjectListWidget More... | |
IFileLoadPanelClient interface implementation | |
virtual string | CFASTAFormatLoadManager::GetLabel () const |
virtual wxString | CFASTAFormatLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CFASTAFormatLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CFASTAFormatLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CFASTAFormatLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CFASTAFormatLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CFASTAFormatLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CFASTAFormatLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CFASTAFormatLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CFASTAFormatLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CFASTAFormatLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CFASTAFormatLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CFASTAFormatLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CFASTAFormatLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CFASTAFormatLoadManager::GetExecuteUnit () |
virtual IWizardPage * | CFASTAFormatLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CFASTAFormatLoadManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CFASTAFormatLoadManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CFASTAFormatLoadManager::GetFormatWildcard () |
virtual bool | CFASTAFormatLoadManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CFASTAFormatLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CFASTAFormatLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CFASTAFormatLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CFASTAFormatLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CFASTAFormatLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CFASTAFormatLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CFASTAFormatLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CFASTAFormatLoadManager::SetRegistryPath (const string &path) |
virtual void | CFASTAFormatLoadManager::LoadSettings () |
virtual void | CFASTAFormatLoadManager::SaveSettings () const |
IUITool implementation | |
virtual IUITool * | CFeatureSearchTool::Clone () const |
virtual string | CFeatureSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CFeatureSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CFeatureSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CFeatureSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CFeatureSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CFeatureSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | CFeatureSearchForm::Create () |
virtual void | CFeatureSearchForm::Init () |
virtual void | CFeatureSearchForm::Update () |
IFileLoadPanelClient interface implementation | |
virtual string | CGffLoadManager::GetLabel () const |
virtual wxString | CGffLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CGffLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CGffLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CGffLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CGffLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CGffLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CGffLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CGffLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CGffLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CGffLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CGffLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CGffLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CGffLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CGffLoadManager::GetExecuteUnit () |
virtual IWizardPage * | CGffLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CGffLoadManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CGffLoadManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CGffLoadManager::GetFormatWildcard () |
virtual bool | CGffLoadManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CGffLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CGffLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CGffLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CGffLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CGffLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CGffLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CGffLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CGffLoadManager::SetRegistryPath (const string &path) |
virtual void | CGffLoadManager::LoadSettings () |
virtual void | CGffLoadManager::SaveSettings () const |
IUITool implementation | |
virtual IUITool * | COrfSearchTool::Clone () const |
virtual string | COrfSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | COrfSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | COrfSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | COrfSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
virtual IDMSearchTool::TUIToolFlags | COrfSearchTool::GetFlags (void) |
special flags More... | |
IExtension implementation | |
virtual string | COrfSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | COrfSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | COrfSearchForm::Create () |
virtual void | COrfSearchForm::Init () |
virtual void | COrfSearchForm::Update () |
CSearchJobBase overridables | |
virtual bool | COrfSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual IAppJob::EJobState | COrfSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | COrfSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
virtual CObjectListTableModel * | COrfSearchJob::x_GetNewOLTModel () const |
factory method creating new column handler for CObjectListWidget More... | |
IUITool implementation | |
virtual IUITool * | CSequenceSearchTool::Clone () const |
virtual string | CSequenceSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CSequenceSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CSequenceSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CSequenceSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
virtual IDMSearchTool::TUIToolFlags | CSequenceSearchTool::GetFlags (void) |
special flags More... | |
IExtension implementation | |
virtual string | CSequenceSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CSequenceSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | CSequenceSearchForm::Create () |
virtual void | CSequenceSearchForm::Init () |
virtual void | CSequenceSearchForm::Update () |
CSearchJobBase overridables | |
virtual bool | CSequenceSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual IAppJob::EJobState | CSequenceSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CSequenceSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
virtual CObjectListTableModel * | CSequenceSearchJob::x_GetNewOLTModel () const |
factory method creating new column handler for CObjectListWidget More... | |
IGuiWidgetHost implementation | |
virtual void | CTextView::CloseWidget () |
IGuiWidgetHost implementation. More... | |
virtual void | CTextView::WidgetSelectionChanged () |
virtual void | CTextView::WidgetActivated () |
virtual void | CTextView::GetAppSelection (TConstObjects &objects) |
virtual void | CTextView::OnWidgetCommand (const string &command) |
virtual void | CTextView::ShowView (const string &viewName, FWindowFactory widgetFactory, TConstScopedObjects &objects, bool bFloat) |
ITextWidgetHost implementation | |
virtual void | CTextView::OnTextGotFocus () |
ITextWidgetHost implementation. More... | |
virtual void | CTextView::OnTextLostFocus () |
virtual void | CTextView::OnTextPositionChanged (int row, int col) |
IFlatFileCtrl interface implementation | |
virtual bool | CTextView::SetPosition (const string &seq, const CObject *object) |
IFlatFileCtrl implementation. More... | |
virtual bool | CTextView::SetPosition (const objects::CBioseq_Handle &h, const CObject *object) |
IWMClient interface implementation | |
virtual wxWindow * | CTextView::GetWindow () |
returns a pointer to the wxWindow representing the client More... | |
virtual wxEvtHandler * | CTextView::GetCommandHandler () |
IWMClient implementation. More... | |
IMenuContributor interface implementation | |
virtual const wxMenu * | CTextView::GetMenu () |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs" More... | |
IView implementation | |
virtual const CViewTypeDescriptor & | CTextView::GetTypeDescriptor () const |
return an object providing meta information about thei view type More... | |
virtual void | CTextView::CreateViewWindow (wxWindow *parent) |
create Window corresponding to the view More... | |
virtual void | CTextView::DestroyViewWindow () |
destroy Window corresponding to the view More... | |
IProjectView implementation | |
virtual bool | CTextView::InitView (TConstScopedObjects &objects, const objects::CUser_object *params) |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project More... | |
virtual void | CTextView::OnProjectChanged (CProjectViewEvent &evt) |
ISelectionClient Implementation | |
virtual void | CTextView::GetSelection (CSelectionEvent &evt) const |
get selection for broadcasting More... | |
virtual void | CTextView::GetSelection (TConstScopedObjects &objs) const |
shall return data objects representing selected things, return one data object for every selected thing. More... | |
virtual void | CTextView::GetMainObject (TConstScopedObjects &objs) const |
Adds the main data objects represented by the client to "objects". More... | |
virtual void | CTextView::GetActiveObjects (TConstScopedObjects &objects) const |
virtual void | CTextView::GetActiveObjects (vector< TConstScopedObjects > &objects) |
Prioritized active objects. More... | |
IExtension interface implementation | |
virtual string | CTextViewFactory::GetExtensionIdentifier () const |
CTextViewFactory. More... | |
virtual string | CTextViewFactory::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IProjectViewFactory interface implementation | |
virtual IView * | CTextViewFactory::CreateInstance () const |
creates a view instance More... | |
virtual IView * | CTextViewFactory::CreateInstanceByFingerprint (const TFingerprint &fingerprint) const |
if fingerprint is recognized - creates and returns a new instance More... | |
virtual void | CTextViewFactory::RegisterIconAliases (wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register images used by view More... | |
virtual void | CTextViewFactory::RegisterCommands (CUICommandRegistry &cmd_reg, wxFileArtProvider &provider) |
called by the framework to give Factory a chance to register commands used by view More... | |
virtual const CProjectViewTypeDescriptor & | CTextViewFactory::GetProjectViewTypeDescriptor () const |
returns a Descriptor for the View Type supported by the Factory More... | |
virtual int | CTextViewFactory::TestInputObjects (TConstScopedObjects &objects) |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith() More... | |
COpenViewManager implementation | |
virtual string | CTextViewFactory::GetTargetType () const |
virtual bool | CTextViewFactory::AllowMerge () const |
IFileLoadPanelClient interface implementation | |
virtual string | CVCFLoaderManager::GetLabel () const |
virtual wxString | CVCFLoaderManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CVCFLoaderManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CVCFLoaderManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CVCFLoaderManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CVCFLoaderManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CVCFLoaderManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CVCFLoaderManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CVCFLoaderManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CVCFLoaderManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CVCFLoaderManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CVCFLoaderManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CVCFLoaderManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CVCFLoaderManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CVCFLoaderManager::GetExecuteUnit () |
virtual IWizardPage * | CVCFLoaderManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CVCFLoaderManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CVCFLoaderManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CVCFLoaderManager::GetFormatWildcard () |
virtual bool | CVCFLoaderManager::ValidateFilenames (const vector< wxString > &filenames) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CVCFLoaderManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CVCFLoaderManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CVCFLoaderManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CVCFLoaderManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CVCFLoaderManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CVCFLoaderManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CVCFLoaderManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CVCFLoaderManager::SetRegistryPath (const string &path) |
virtual void | CVCFLoaderManager::LoadSettings () |
virtual void | CVCFLoaderManager::SaveSettings () const |
IUITool implementation | |
virtual IUITool * | CVcfSearchTool::Clone () const |
virtual string | CVcfSearchTool::GetName () const |
returns unique name of the method that is used in UI to identify it More... | |
virtual string | CVcfSearchTool::GetDescription () const |
returns a detailed description of the method that is used in UI More... | |
IDMSearchTool implementation | |
virtual CIRef< IDMSearchForm > | CVcfSearchTool::CreateSearchForm () |
factory method for creating a form representing the tool More... | |
virtual bool | CVcfSearchTool::IsCompatible (IDataMiningContext *context) |
retuns true if the tool is compatible with the provided Search Context More... | |
IExtension implementation | |
virtual string | CVcfSearchTool::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CVcfSearchTool::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IDMSearchForm implementation | |
virtual void | CVcfSearchForm::Create () |
virtual void | CVcfSearchForm::Init () |
virtual void | CVcfSearchForm::Update () |
CSearchFormBase overridables | |
virtual void | CVcfSearchForm::x_CreateWidgets () |
virtual IDMSearchTool * | CVcfSearchForm::x_GetTool () |
CSearchJobBase overridables | |
virtual bool | CVcfSearchJob::x_ValidateParams () |
returns true if Job params are correct, implement in derived classes More... | |
virtual EJobState | CVcfSearchJob::x_DoSearch () |
performs searching, assuming that params are correct; Implement in derived classes More... | |
virtual void | CVcfSearchJob::x_SetupColumns (CObjectList &obj_list) |
add custom columns if needed More... | |
IFileLoadPanelClient interface implementation | |
virtual string | CWigLoadManager::GetLabel () const |
virtual wxString | CWigLoadManager::GetFormatWildcard () const |
return file wildcard for the format (example - "*.txt;*.tab" ) More... | |
virtual string | CWigLoadManager::GetFileLoaderId () const |
IUILoadManager interface implementation | |
virtual void | CWigLoadManager::SetServiceLocator (IServiceLocator *srv_locator) |
Sets / unsets Service Locator. More... | |
virtual void | CWigLoadManager::SetParentWindow (wxWindow *parent) |
virtual const IUIObject & | CWigLoadManager::GetDescriptor () const |
Returns the object describing this tool (UI meta data). More... | |
virtual void | CWigLoadManager::InitUI () |
Initializes the Manager before using it in UI. More... | |
virtual void | CWigLoadManager::CleanUI () |
CleanUI() is called after the host finished using the manager. More... | |
virtual wxPanel * | CWigLoadManager::GetCurrentPanel () |
Return the panel corresponding to the current state of Tool Manager. More... | |
virtual bool | CWigLoadManager::CanDo (EAction action) |
Indicates whether given transition is possible in the current state. More... | |
virtual bool | CWigLoadManager::IsFinalState () |
True if Tool Manager has reached its final state, i.e. More... | |
virtual bool | CWigLoadManager::IsCompletedState () |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated. More... | |
virtual bool | CWigLoadManager::DoTransition (EAction action) |
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false. More... | |
virtual IAppTask * | CWigLoadManager::GetTask () |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work. More... | |
virtual IExecuteUnit * | CWigLoadManager::GetExecuteUnit () |
virtual IWizardPage * | CWigLoadManager::GetFirstPage () |
Returns first options page (if any) of the tool to be shown in wizard dialog. More... | |
virtual IWizardPage * | CWigLoadManager::GetOptionsPage () |
Returns page for tool options (long wizard path via "Options" button) More... | |
virtual void | CWigLoadManager::SetPrevPage (IWizardPage *prevPage) |
Sets a wizard page which should show before the first page of the tool. More... | |
virtual wxString | CWigLoadManager::GetFormatWildcard () |
virtual bool | CWigLoadManager::ValidateFilenames (const vector< wxString > &) |
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message More... | |
virtual void | CWigLoadManager::SetFilenames (const vector< wxString > &filenames) |
initilize the manager with the given filenames More... | |
virtual void | CWigLoadManager::GetFilenames (vector< wxString > &filenames) const |
get actual filenames that will be opened More... | |
virtual bool | CWigLoadManager::IsInitialState () |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence) More... | |
virtual bool | CWigLoadManager::RecognizeFormat (const wxString &filename) |
return true if the given file format is supported by this manager More... | |
virtual bool | CWigLoadManager::RecognizeFormat (CFormatGuess::EFormat fmt) |
return true if the given file format is supported by this manager More... | |
IExtension interface implementation | |
virtual string | CWigLoadManager::GetExtensionIdentifier () const |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this" More... | |
virtual string | CWigLoadManager::GetExtensionLabel () const |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" ) More... | |
IRegSettings interface implementation | |
virtual void | CWigLoadManager::SetRegistryPath (const string &path) |
virtual void | CWigLoadManager::LoadSettings () |
virtual void | CWigLoadManager::SaveSettings () const |
typedef vector<pair<string, THandles> > CResolveIdDlg::TData |
Definition at line 90 of file resolve_id_dlg.hpp.
typedef list<TDescPattern> CSequenceSearchForm::TDescPatList |
Definition at line 129 of file sequence_search_tool.hpp.
typedef pair<string, string> CSequenceSearchForm::TDescPattern |
Definition at line 128 of file sequence_search_tool.hpp.
typedef objects::CFeatListItem CFeatureSearchQuery::TFeatTypeItem |
Definition at line 99 of file feature_search_tool.hpp.
|
protected |
Definition at line 161 of file feature_search_tool.hpp.
|
protected |
Definition at line 193 of file feature_search_tool.hpp.
Definition at line 100 of file feature_search_tool.hpp.
|
protected |
Definition at line 162 of file feature_search_tool.hpp.
|
protected |
Definition at line 194 of file feature_search_tool.hpp.
typedef map<string, TPattern> CSequenceSearchForm::TFileList |
Definition at line 131 of file sequence_search_tool.hpp.
typedef vector<objects::CSeq_id_Handle> CResolveIdDlg::THandles |
Definition at line 89 of file resolve_id_dlg.hpp.
typedef map<objects::CSeq_id_Handle, objects::CSeq_id_Handle> CResolveIdDlg::TIdMap |
Definition at line 91 of file resolve_id_dlg.hpp.
typedef vector< CRef<CObject> > CGenBankLoadOptionPanel::TIdsVec |
Definition at line 143 of file gb_load_option_panel.hpp.
typedef list<TKozakPattern> COrfSearchForm::TKozakList |
Definition at line 135 of file orf_search_tool.hpp.
typedef struct SKozakPattern COrfSearchForm::TKozakPattern |
Definition at line 124 of file orf_search_tool.hpp.
Definition at line 97 of file gb_load_option_panel.hpp.
|
protected |
Definition at line 131 of file snp_search_tool.hpp.
|
protected |
Definition at line 140 of file entrez_search_tool.hpp.
typedef pair<const char*, const char*> CSNPSearchJob::TPair |
Definition at line 141 of file snp_search_tool.hpp.
typedef pair<const char*, const char*> CEntrezSearchJob::TPair |
Definition at line 154 of file entrez_search_tool.hpp.
typedef pair<wxString, TDescPatList> CSequenceSearchForm::TPattern |
Definition at line 130 of file sequence_search_tool.hpp.
Definition at line 97 of file feature_search_tool.hpp.
|
protected |
Definition at line 174 of file feature_search_tool.hpp.
|
protected |
Definition at line 224 of file feature_search_tool.hpp.
Definition at line 99 of file sequence_search_tool.hpp.
|
protected |
Definition at line 168 of file sequence_search_tool.hpp.
|
protected |
Definition at line 215 of file sequence_search_tool.hpp.
|
protected |
Definition at line 183 of file cpg_search_tool.hpp.
|
protected |
Definition at line 186 of file orf_search_tool.hpp.
|
protected |
Definition at line 190 of file sequence_search_tool.hpp.
|
protected |
Definition at line 154 of file component_search_tool.hpp.
|
protected |
Definition at line 181 of file cpg_search_tool.hpp.
|
protected |
Definition at line 195 of file feature_search_tool.hpp.
|
protected |
Definition at line 184 of file orf_search_tool.hpp.
|
protected |
Definition at line 188 of file sequence_search_tool.hpp.
Definition at line 108 of file component_search_tool.hpp.
|
protected |
Definition at line 155 of file component_search_tool.hpp.
Definition at line 129 of file cpg_search_tool.hpp.
|
protected |
Definition at line 182 of file cpg_search_tool.hpp.
Definition at line 130 of file feature_search_tool.hpp.
|
protected |
Definition at line 196 of file feature_search_tool.hpp.
Definition at line 124 of file orf_search_tool.hpp.
|
protected |
Definition at line 185 of file orf_search_tool.hpp.
Definition at line 126 of file sequence_search_tool.hpp.
|
protected |
Definition at line 189 of file sequence_search_tool.hpp.
|
protected |
Definition at line 130 of file snp_search_tool.hpp.
|
protected |
Definition at line 139 of file entrez_search_tool.hpp.
anonymous enum |
Control identifiers.
Enumerator | |
---|---|
ID_CRESOLVEIDDLG | |
ID_GRID |
Definition at line 130 of file resolve_id_dlg.hpp.
anonymous enum |
Control identifiers.
Enumerator | |
---|---|
ID_CCLEANUPPANEL | |
ID_LISTCTRL1 | |
ID_RADIOBOX1 |
Definition at line 133 of file cleanup_panel.hpp.
anonymous enum |
Control identifiers.
Enumerator | |
---|---|
ID_CFASTAFORMATPARAMSPANEL | |
ID_SEQ_TYPE | |
ID_LOWERCASE | |
ID_CHECKBOX1 | |
ID_CHECKBOX2 | |
ID_CHECKBOX8 | |
ID_CHECKBOX4 | |
ID_CHECKBOX5 | |
ID_CHECKBOX |
Definition at line 107 of file fasta_format_params_panel.hpp.
anonymous enum |
Control identifiers.
Enumerator | |
---|---|
ID_CGENBANKLOADOPTIONPANEL | |
ID_ACC_INPUT | |
ID_HTMLWINDOW2 |
Definition at line 135 of file gb_load_option_panel.hpp.
anonymous enum |
Control identifiers.
Enumerator | |
---|---|
ID_CGFFPARAMSPANEL | |
ID_CHOICE2 | |
ID_TEXTCTRL1 | |
ID_PANEL | |
ID_SEQ_ID_NORMAL | |
IDSEQ_ID_NUMERIC | |
ID_SEQ_ID_LOCAL | |
ID_PANEL7 |
Definition at line 133 of file gff_params_panel.hpp.
enum EGenBankCommands |
commands introduced by Net BLAST data source
Enumerator | |
---|---|
eCmdLoadFromGenBank |
Definition at line 60 of file gb_ui_data_source.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 121 of file gb_flatfile_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eSelectAcc | |
eSelectProject | |
eCompleted |
Definition at line 192 of file gb_ui_data_source.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 126 of file agp_loader.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 126 of file bed_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eAssembly | |
eInfoSelection | |
eSampleSelection | |
eRefSequences | |
eCompleted |
Definition at line 130 of file columnar_vcf_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 125 of file fasta_format_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 129 of file gff_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 124 of file vcf_load_manager.hpp.
|
protected |
Enumerator | |
---|---|
eInvalid | |
eParams | |
eCompleted |
Definition at line 126 of file wig_load_manager.hpp.
void CChainLoader::Add | ( | IObjectLoader * | loader | ) |
Definition at line 93 of file chain_loader.cpp.
References _ASSERT, CChainLoader::m_ExecuteUnits, and CChainLoader::m_Loaders.
Referenced by CGBLoadWizard::GetExecuteUnit(), and CGenBankUILoadManager::GetTask().
|
inlineprotectedvirtual |
Definition at line 158 of file sequin_desktop_view.hpp.
|
inlineprotectedvirtual |
Definition at line 172 of file text_view.hpp.
|
virtual |
returns "true" if this type needs to create a default instance of the Data Source at start-up
Implements IUIDataSourceType.
Definition at line 429 of file gb_ui_data_source.cpp.
C5ColLoadManager::C5ColLoadManager | ( | ) |
Definition at line 45 of file 5col_load_manager.cpp.
References CFileExtensions::GetLabel(), CUIObject::Init(), CFileExtensions::k5Column, C5ColLoadManager::m_Descr, CUIObject::SetLogEvent(), and ToStdString().
C5ColObjectLoader::C5ColObjectLoader | ( | const vector< wxString > & | filenames | ) |
Definition at line 51 of file 5col_object_loader.cpp.
Definition at line 84 of file gb_load_option_panel.hpp.
CAgpLoader::CAgpLoader | ( | ) |
Definition at line 49 of file agp_loader.cpp.
References CAgpLoader::m_Descr, and CUIObject::SetLogEvent().
CAgpObjectLoader::CAgpObjectLoader | ( | const CAgpLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 51 of file agp_object_loader.cpp.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 132 of file gb_flatfile_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CGBFlatFileLoadManager::eCompleted, IUIToolManager::eNext, CGBFlatFileLoadManager::eParams, and CGBFlatFileLoadManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 520 of file gb_ui_data_source.cpp.
References _ASSERT, IUIToolManager::eBack, CGenBankUILoadManager::eCompleted, IUIToolManager::eNext, CGenBankUILoadManager::eSelectAcc, CGenBankUILoadManager::eSelectProject, and CGenBankUILoadManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 110 of file phy_loader.cpp.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 110 of file rm_load_manager.cpp.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 104 of file 5col_load_manager.cpp.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 125 of file agp_loader.cpp.
References _ASSERT, IUIToolManager::eBack, CAgpLoader::eCompleted, IUIToolManager::eNext, CAgpLoader::eParams, and CAgpLoader::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 126 of file bed_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CBedLoadManager::eCompleted, IUIToolManager::eNext, CBedLoadManager::eParams, and CBedLoadManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 240 of file columnar_vcf_load_manager.cpp.
References _ASSERT, CColumnarVCFLoaderManager::eAssembly, IUIToolManager::eBack, CColumnarVCFLoaderManager::eCompleted, CColumnarVCFLoaderManager::eInfoSelection, IUIToolManager::eNext, CColumnarVCFLoaderManager::eRefSequences, CColumnarVCFLoaderManager::eSampleSelection, and CColumnarVCFLoaderManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 139 of file fasta_format_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CFASTAFormatLoadManager::eCompleted, IUIToolManager::eNext, CFASTAFormatLoadManager::eParams, and CFASTAFormatLoadManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 129 of file gff_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CGffLoadManager::eCompleted, IUIToolManager::eNext, CGffLoadManager::eParams, and CGffLoadManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 126 of file vcf_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CVCFLoaderManager::eCompleted, IUIToolManager::eNext, CVCFLoaderManager::eParams, and CVCFLoaderManager::m_State.
Indicates whether given transition is possible in the current state.
Implements IUIToolManager.
Definition at line 127 of file wig_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CWigLoadManager::eCompleted, IUIToolManager::eNext, CWigLoadManager::eParams, and CWigLoadManager::m_State.
Implements IWizardPage.
Definition at line 48 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileParamsPanel::GetData().
Implements IWizardPage.
Definition at line 138 of file agp_loader.hpp.
Implements IWizardPage.
Definition at line 138 of file bed_load_manager.hpp.
Implements IWizardPage.
Definition at line 49 of file fasta_format_load_manager.cpp.
References CFASTAFormatParamsPanel::GetData(), and CFASTAFormatParamsPanel::TransferDataFromWindow().
Implements IWizardPage.
Definition at line 141 of file gff_load_manager.hpp.
Implements IWizardPage.
Definition at line 136 of file vcf_load_manager.hpp.
Implements IWizardPage.
Definition at line 138 of file wig_load_manager.hpp.
Definition at line 53 of file assembly_object_loader.cpp.
References i, CAssemblyObjectLoader::m_Accessions, and CAssemblyObjectLoader::m_Descr.
CAutodefJob::CAutodefJob | ( | CProjectService * | service, |
const SAutodefParams & | params | ||
) |
Definition at line 209 of file autodef_tool_manager.cpp.
References CAppJob::m_Descr, and CAppJob::m_Mutex.
CAutodefToolManager::CAutodefToolManager | ( | ) |
Definition at line 59 of file autodef_tool_manager.cpp.
References CAlgoToolManagerBase::m_Descriptor, and CUIObject::SetLogEvent().
CBedLoadManager::CBedLoadManager | ( | ) |
Definition at line 50 of file bed_load_manager.cpp.
References CBedLoadManager::m_Descr, and CUIObject::SetLogEvent().
CBedObjectLoader::CBedObjectLoader | ( | const CBedLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 54 of file bed_object_loader.cpp.
CCleanupPanel::CCleanupPanel | ( | ) |
Constructors.
CCleanupPanel type definition
CCleanupPanel event table definition
CCleanupPanel constructors
Definition at line 69 of file cleanup_panel.cpp.
References Init().
CCleanupPanel::CCleanupPanel | ( | wxWindow * | parent, |
wxWindowID | id = ID_CCLEANUPPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 74 of file cleanup_panel.cpp.
References CCleanupPanel::Create(), CCleanupPanel::Init(), and ncbi::grid::netcache::search::fields::size.
CCleanupParams::CCleanupParams | ( | ) |
Default constructor for CCleanupParams.
CCleanupParams type definition
Default constructor for CCleanupParams
Definition at line 46 of file cleanup_params.cpp.
References CCleanupParams::Init().
CCleanupParams::CCleanupParams | ( | const CCleanupParams & | data | ) |
Copy constructor for CCleanupParams.
Copy constructor for CCleanupParams
Definition at line 55 of file cleanup_params.cpp.
References CCleanupParams::Copy(), data, and CCleanupParams::Init().
CCleanupTool::CCleanupTool | ( | ) |
Definition at line 55 of file cleanup_tool.cpp.
CColumnarVCFLoaderManager::CColumnarVCFLoaderManager | ( | ) |
Definition at line 128 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_Descr, and CUIObject::SetLogEvent().
CComponentSearchForm::CComponentSearchForm | ( | CComponentSearchTool & | tool | ) |
Definition at line 143 of file component_search_tool.cpp.
CComponentSearchJob::CComponentSearchJob | ( | CComponentSearchQuery & | query | ) |
Definition at line 267 of file component_search_tool.cpp.
References CLabel::eDefault, CComponentSearchQuery::GetIds(), CLabel::GetLabel(), CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Descr, CComponentSearchJob::m_Query, and NON_CONST_ITERATE.
CComponentSearchQuery::CComponentSearchQuery | ( | TScopedLocs & | locs, |
const string & | ids | ||
) |
Definition at line 133 of file component_search_tool.cpp.
CComponentSearchTool::CComponentSearchTool | ( | ) |
Definition at line 68 of file component_search_tool.cpp.
Referenced by CComponentSearchTool::Clone().
CCpgSearchForm::CCpgSearchForm | ( | CCpgSearchTool & | tool | ) |
Definition at line 292 of file cpg_search_tool.cpp.
CCpgSearchJob::CCpgSearchJob | ( | CCpgSearchQuery & | query | ) |
Definition at line 525 of file cpg_search_tool.cpp.
CCpgSearchQuery::CCpgSearchQuery | ( | TScopedLocs & | locs, |
const string & | xSizeOfSlidingWindow, | ||
const string & | xMinLenOfIsland, | ||
const string & | xMinGC, | ||
const string & | xMinPercentage, | ||
const string & | xAdjMergeThreshold | ||
) |
Definition at line 254 of file cpg_search_tool.cpp.
CCpgSearchTool::CCpgSearchTool | ( | ) |
Definition at line 186 of file cpg_search_tool.cpp.
References CSeqFeatData::eSubtype_region, CSearchToolBase::m_Conversions, IDMSearchTool::TConversions::options, and IDMSearchTool::TConversions::selected.
Referenced by CCpgSearchTool::Clone().
|
inline |
Definition at line 113 of file entrez_search_tool.hpp.
CEntrezSearchForm::CEntrezSearchForm | ( | CEntrezSearchTool & | tool | ) |
Definition at line 155 of file entrez_search_tool.cpp.
CEntrezSearchJob::CEntrezSearchJob | ( | CEntrezSearchQuery & | query | ) |
Definition at line 266 of file entrez_search_tool.cpp.
References CEntrezSearchQuery::GetDbName(), CEntrezSearchQuery::GetTerms(), CEntrezDB::GetVisibleName(), CSearchJobBase::m_Descr, and CEntrezSearchJob::m_Query.
Definition at line 145 of file entrez_search_tool.cpp.
CEntrezSearchTool::CEntrezSearchTool | ( | ) |
Definition at line 85 of file entrez_search_tool.cpp.
Referenced by CEntrezSearchTool::Clone().
CFASTAFormatLoadManager::CFASTAFormatLoadManager | ( | ) |
Definition at line 63 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_Descr, and CUIObject::SetLogEvent().
CFASTAFormatParamsPanel::CFASTAFormatParamsPanel | ( | ) |
Definition at line 63 of file fasta_format_params_panel.cpp.
References Init().
CFASTAFormatParamsPanel::CFASTAFormatParamsPanel | ( | wxWindow * | parent, |
wxWindowID | id = ID_CFASTAFORMATPARAMSPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 69 of file fasta_format_params_panel.cpp.
References CFASTAFormatParamsPanel::Create(), CFASTAFormatParamsPanel::Init(), and ncbi::grid::netcache::search::fields::size.
CFastaLoadParams::CFastaLoadParams | ( | ) |
Default constructor for CFastaLoadParams.
CFastaLoadParams type definition
Default constructor for CFastaLoadParams
Definition at line 46 of file fasta_load_params.cpp.
References CFastaLoadParams::Init().
CFastaLoadParams::CFastaLoadParams | ( | const CFastaLoadParams & | data | ) |
Copy constructor for CFastaLoadParams.
Copy constructor for CFastaLoadParams
Definition at line 55 of file fasta_load_params.cpp.
References CFastaLoadParams::Copy(), data, and CFastaLoadParams::Init().
CFeatTableView::CFeatTableView | ( | ) |
Definition at line 149 of file view_feattable.cpp.
CFeatureSearchForm::CFeatureSearchForm | ( | CFeatureSearchTool & | tool | ) |
Definition at line 172 of file feature_search_tool.cpp.
CFeatureSearchJob::CFeatureSearchJob | ( | CFeatureSearchQuery & | query | ) |
Definition at line 400 of file feature_search_tool.cpp.
References CLabel::eDefault, CLabel::GetLabel(), CSearchJobBase::m_Descr, CFeatureSearchJob::m_Query, and NON_CONST_ITERATE.
CFeatureSearchQuery::CFeatureSearchQuery | ( | TScopedLocs & | locs, |
const string & | pattern, | ||
bool | case_sensitive, | ||
TPatternType | pt_type, | ||
const TFeatTypeItemSet & | feat_types | ||
) |
Definition at line 138 of file feature_search_tool.cpp.
CFeatureSearchTool::CFeatureSearchTool | ( | ) |
Definition at line 73 of file feature_search_tool.cpp.
Referenced by CFeatureSearchTool::Clone().
CGBFlatFileLoadManager::CGBFlatFileLoadManager | ( | ) |
Definition at line 62 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_Descr, and CUIObject::SetLogEvent().
CGBFlatFileObjectLoader::CGBFlatFileObjectLoader | ( | const CGBFlatFileLoadParams & | params | ) |
Definition at line 51 of file gb_flatfile_object_loader.cpp.
CGBFlatFileObjectLoader::CGBFlatFileObjectLoader | ( | const CGBFlatFileLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 56 of file gb_flatfile_object_loader.cpp.
CGBObjectLoader::CGBObjectLoader | ( | const vector< CRef< CObject > > & | ids, |
const vector< string > & | NAs | ||
) |
Definition at line 47 of file gb_object_loader.cpp.
CGenBankLoadOptionPanel::CGenBankLoadOptionPanel | ( | ) |
Definition at line 78 of file gb_load_option_panel.cpp.
References Init().
CGenBankLoadOptionPanel::CGenBankLoadOptionPanel | ( | wxWindow * | parent, |
wxWindowID | id = ID_CGENBANKLOADOPTIONPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(266, 184) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 83 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::Create(), CGenBankLoadOptionPanel::Init(), and ncbi::grid::netcache::search::fields::size.
CGenBankUIDataSource::CGenBankUIDataSource | ( | CGenBankUIDataSourceType & | type | ) |
Definition at line 110 of file gb_ui_data_source.cpp.
CGenBankUIDataSourceType::CGenBankUIDataSourceType | ( | ) |
Definition at line 408 of file gb_ui_data_source.cpp.
References GetDefaultFileArtProvider(), kGB_DS_Icon, wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
CGenBankUILoadManager::CGenBankUILoadManager | ( | ) |
Definition at line 451 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_Descriptor, and CUIObject::SetLogEvent().
CGffLoadManager::CGffLoadManager | ( | ) |
Definition at line 51 of file gff_load_manager.cpp.
References CFileExtensions::GetLabel(), CUIObject::Init(), CFileExtensions::kGFF, CGffLoadManager::m_Descr, CUIObject::SetLogEvent(), and ToStdString().
CGffLoadParams::CGffLoadParams | ( | ) |
Default constructor for CGffLoadParams.
CGffLoadParams type definition
Default constructor for CGffLoadParams
Definition at line 48 of file gff_load_params.cpp.
References CGffLoadParams::Init().
CGffLoadParams::CGffLoadParams | ( | const CGffLoadParams & | data | ) |
Copy constructor for CGffLoadParams.
Copy constructor for CGffLoadParams
Definition at line 57 of file gff_load_params.cpp.
References CGffLoadParams::Copy(), data, and CGffLoadParams::Init().
CGffObjectLoader::CGffObjectLoader | ( | const CGffLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 56 of file gff_object_loader.cpp.
CGffParamsPanel::CGffParamsPanel | ( | ) |
Constructors.
CGffParamsPanel type definition
CGffParamsPanel event table definition
CGffParamsPanel constructors
Definition at line 85 of file gff_params_panel.cpp.
References Init().
CGffParamsPanel::CGffParamsPanel | ( | wxWindow * | parent, |
wxWindowID | id = ID_CGFFPARAMSPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 500) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 90 of file gff_params_panel.cpp.
References CGffParamsPanel::Create(), CGffParamsPanel::Init(), and ncbi::grid::netcache::search::fields::size.
|
virtual |
override this function in a derived class and clean extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 85 of file cleanup_tool.cpp.
References CAlgoToolManagerBase::CleanUI(), CCleanupTool::m_Panel, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 111 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eInvalid, CGBFlatFileLoadManager::m_ParamsPanel, and CGBFlatFileLoadManager::m_State.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 487 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::eInvalid, CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ProjectSelPanel, CGenBankUILoadManager::m_State, and NULL.
|
virtual |
override this function in a derived class and clean extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 85 of file merge_tool.cpp.
References CAlgoToolManagerBase::CleanUI(), CMergeTool::m_Panel, and NULL.
|
virtual |
override this function in a derived class and clean extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 92 of file autodef_tool_manager.cpp.
References CAlgoToolManagerBase::CleanUI(), CAutodefToolManager::m_ParamsPanel, and NULL.
|
virtual |
override this function in a derived class and clean extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 94 of file srcedit_tool.cpp.
References CAlgoToolManagerBase::CleanUI(), CSrcEditTool::m_Panel, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 98 of file phy_loader.cpp.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 98 of file rm_load_manager.cpp.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 94 of file 5col_load_manager.cpp.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 103 of file agp_loader.cpp.
References CAgpLoader::eInvalid, CAgpLoader::m_ParamsPanel, CAgpLoader::m_State, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 104 of file bed_load_manager.cpp.
References CBedLoadManager::eInvalid, CBedLoadManager::m_ParamsPanel, CBedLoadManager::m_State, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 184 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eInvalid, CColumnarVCFLoaderManager::m_AssemblyPanel, CColumnarVCFLoaderManager::m_ColumnsPanel, CColumnarVCFLoaderManager::m_RefSequencesPanel, CColumnarVCFLoaderManager::m_SamplesPanel, and CColumnarVCFLoaderManager::m_State.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 117 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eInvalid, CFASTAFormatLoadManager::m_ParamsPanel, CFASTAFormatLoadManager::m_State, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 107 of file gff_load_manager.cpp.
References CGffLoadManager::eInvalid, CGffLoadManager::m_ParamsPanel, CGffLoadManager::m_State, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 105 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eInvalid, CVCFLoaderManager::m_ParamsPanel, CVCFLoaderManager::m_State, and NULL.
|
virtual |
CleanUI() is called after the host finished using the manager.
This function shall free resources associated with the session and reset internal state.
Implements IUIToolManager.
Definition at line 104 of file wig_load_manager.cpp.
References CWigLoadManager::eInvalid, CWigLoadManager::m_ParamsPanel, CWigLoadManager::m_State, and NULL.
|
virtual |
Implements CSearchToolBase.
Definition at line 95 of file snp_search_tool.cpp.
References CSNPSearchTool::CSNPSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 80 of file component_search_tool.cpp.
References CComponentSearchTool::CComponentSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 201 of file cpg_search_tool.cpp.
References CCpgSearchTool::CCpgSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 90 of file entrez_search_tool.cpp.
References CEntrezSearchTool::CEntrezSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 85 of file feature_search_tool.cpp.
References CFeatureSearchTool::CFeatureSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 179 of file orf_search_tool.cpp.
References COrfSearchTool::COrfSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 126 of file sequence_search_tool.cpp.
References CSequenceSearchTool::CSequenceSearchTool().
|
virtual |
Implements CSearchToolBase.
Definition at line 81 of file vcf_search_tool.cpp.
References CVcfSearchTool::CVcfSearchTool().
|
virtual |
Implements IUIDataSource.
Definition at line 339 of file gb_ui_data_source.cpp.
References CGBDataLoader::CloseCache(), Error(), CExtensionRegistry::GetInstance(), kAppExpCmdExtPoint, LOG_POST, CGenBankUIDataSource::m_ObjMgr, CGenBankUIDataSource::m_Open, CObject::ReferencedOnlyOnce(), and CRef< C, Locker >::Release().
|
virtual |
IGuiWidgetHost implementation.
Implements IGuiWidgetHost.
Definition at line 252 of file sequin_desktop_view.cpp.
References IServiceLocator::GetServiceByType(), CProjectViewBase::m_Workbench, and CProjectService::RemoveProjectView().
|
virtual |
IGuiWidgetHost implementation.
Implements IGuiWidgetHost.
Definition at line 321 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), CProjectViewBase::m_Workbench, and CProjectService::RemoveProjectView().
CMergeTool::CMergeTool | ( | ) |
Definition at line 55 of file merge_tool.cpp.
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 212 of file snp_search_tool.cpp.
References CSearchFormBase::m_Text, and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 215 of file component_search_tool.cpp.
References _ASSERT, IDataMiningContext::GetDMContextName(), ISeqLocSearchContext::GetSearchLoc(), ISeqLocSearchContext::GetSearchScope(), i, CRef< C, Locker >::IsNull(), CSearchFormBase::m_bRange, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchFormBase::m_Contexts, CComponentSearchForm::m_DbCombo, CSearchQueryBase::SScopedLoc::m_Loc, CSearchQueryBase::SScopedLoc::m_Scope, CComponentSearchForm::m_SeqLocContexts, CSearchFormBase::m_Text, CSeq_loc::SetWhole(), and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 469 of file cpg_search_tool.cpp.
References _ASSERT, IDataMiningContext::GetDMContextName(), ISeqLocSearchContext::GetSearchLoc(), ISeqLocSearchContext::GetSearchScope(), i, CRef< C, Locker >::IsNull(), CCpgSearchForm::m_AdjMergeThresholdCtl, CSearchFormBase::m_bRange, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchFormBase::m_Contexts, CCpgSearchForm::m_DbCombo, CSearchQueryBase::SScopedLoc::m_Loc, CCpgSearchForm::m_MinGCCtl, CCpgSearchForm::m_MinLenOfIslandCtl, CCpgSearchForm::m_MinPercentageCtl, CSearchQueryBase::SScopedLoc::m_Scope, CCpgSearchForm::m_SeqLocContexts, CCpgSearchForm::m_SizeOfSlidingWindowCtl, CSeq_loc::SetWhole(), and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 252 of file entrez_search_tool.cpp.
References dbname(), CEntrezSearchForm::m_DbCombo, CSearchFormBase::m_Text, and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 337 of file feature_search_tool.cpp.
References _ASSERT, CSearchToolBase::eExactMatch, CSearchToolBase::eRegexp, CSearchToolBase::eWildcard, ISeqLocSearchContext::GetAnnotNames(), IDataMiningContext::GetDMContextName(), ISeqLocSearchContext::GetSearchLoc(), ISeqLocSearchContext::GetSearchScope(), i, CRef< C, Locker >::IsNull(), CSearchQueryBase::SScopedLoc::m_AnnotNames, CSearchFormBase::m_bRange, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchFormBase::m_Contexts, CFeatureSearchForm::m_DbCombo, CSearchFormBase::m_FeatTypesSet, CSearchQueryBase::SScopedLoc::m_Loc, CFeatureSearchForm::m_PatternType, CSearchQueryBase::SScopedLoc::m_Scope, CFeatureSearchForm::m_SeqLocContexts, CSearchFormBase::m_Text, CFeatureSearchForm::m_TypeCombo, CSeq_loc::SetWhole(), ToStdString(), and NStr::TruncateSpacesInPlace().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 487 of file orf_search_tool.cpp.
References _ASSERT, IDataMiningContext::GetDMContextName(), CSeq_loc::GetId(), CSeq_loc::GetLabel(), ISeqLocSearchContext::GetMultiple(), ISeqLocSearchContext::GetSearchLoc(), ISeqLocSearchContext::GetSearchScope(), i, CRef< C, Locker >::IsNull(), ITERATE, label, COrfSearchForm::m_BasepairsText, CSearchFormBase::m_bRange, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchFormBase::m_Contexts, COrfSearchForm::m_DbCombo, COrfSearchForm::m_GencodeCombo, CSearchQueryBase::SScopedLoc::m_Loc, CSearchQueryBase::SScopedLoc::m_Scope, COrfSearchForm::m_SeqLocContexts, COrfSearchForm::m_StartorfCombo, CRef< C, Locker >::Reset(), CSeq_loc::SetWhole(), and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 345 of file sequence_search_tool.cpp.
References _ASSERT, CSearchToolBase::eExactMatch, CSearchToolBase::eNamed, CSearchToolBase::eRegexp, CSearchToolBase::eWildcard, CPacked_seqint_Base::Get(), IDataMiningContext::GetDMContextName(), CSeq_loc::GetId(), CSeq_loc_Base::GetPacked_int(), ISeqLocSearchContext::GetSearchLoc(), ISeqLocSearchContext::GetSearchScope(), i, CRef< C, Locker >::IsNull(), CSeq_loc_Base::IsPacked_int(), ITERATE, CSearchFormBase::m_bRange, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchFormBase::m_Contexts, CSequenceSearchForm::m_DbCombo, CSearchQueryBase::SScopedLoc::m_Loc, CSequenceSearchForm::m_PatternCombo, CSequenceSearchForm::m_PatternType, CSearchQueryBase::SScopedLoc::m_Scope, CSequenceSearchForm::m_SeqLocContexts, CSearchFormBase::m_Text, CSequenceSearchForm::m_TypeCombo, and ToStdString().
|
virtual |
Reimplemented from CSearchFormBase.
Definition at line 221 of file vcf_search_tool.cpp.
References i, CSearchFormBase::m_Contexts, CVcfSearchForm::m_DbCombo, CSearchFormBase::m_Text, and ToStdString().
void CCleanupParams::Copy | ( | const CCleanupParams & | data | ) |
Copy function for CCleanupParams.
Copy function for CCleanupParams
Definition at line 94 of file cleanup_params.cpp.
References data, CCleanupParams::m_CleanupMode, and CCleanupParams::m_Objects.
Referenced by CCleanupParams::CCleanupParams(), and CCleanupParams::operator=().
void CFastaLoadParams::Copy | ( | const CFastaLoadParams & | data | ) |
Copy function for CFastaLoadParams.
Copy function for CFastaLoadParams
Definition at line 101 of file fasta_load_params.cpp.
References data, CFastaLoadParams::m_ForceLocalIDs, CFastaLoadParams::m_IgnoreGaps, CFastaLoadParams::m_LowercaseOption, CFastaLoadParams::m_MakeDelta, CFastaLoadParams::m_NoSplit, CFastaLoadParams::m_ReadFirst, CFastaLoadParams::m_SeqType, and CFastaLoadParams::m_SkipInvalid.
Referenced by CFastaLoadParams::CFastaLoadParams(), and CFastaLoadParams::operator=().
void CGffLoadParams::Copy | ( | const CGffLoadParams & | data | ) |
Copy function for CGffLoadParams.
Copy function for CGffLoadParams
Definition at line 99 of file gff_load_params.cpp.
References data, CGffLoadParams::m_FileFormat, CGffLoadParams::m_MapAssembly, CGffLoadParams::m_NameFeatSet, and CGffLoadParams::m_ParseSeqIds.
Referenced by CGffLoadParams::CGffLoadParams(), and CGffLoadParams::operator=().
void CSrcEditParams::Copy | ( | const CSrcEditParams & | data | ) |
Copy function for CSrcEditParams.
Copy function for CSrcEditParams
Definition at line 93 of file srcedit_params.cpp.
References data, and CSrcEditParams::m_Objects.
Referenced by CSrcEditParams::CSrcEditParams(), and CSrcEditParams::operator=().
COrfSearchForm::COrfSearchForm | ( | COrfSearchTool & | tool | ) |
Definition at line 265 of file orf_search_tool.cpp.
COrfSearchJob::COrfSearchJob | ( | COrfSearchQuery & | query, |
const COrfSearchForm::TKozakList & | kozakList | ||
) |
Definition at line 572 of file orf_search_tool.cpp.
COrfSearchQuery::COrfSearchQuery | ( | TScopedLocs & | locs, |
const string & | gc, | ||
const string & | so, | ||
const string & | mp | ||
) |
Definition at line 238 of file orf_search_tool.cpp.
COrfSearchTool::COrfSearchTool | ( | ) |
Definition at line 144 of file orf_search_tool.cpp.
References CSeqFeatData::eSubtype_cdregion, CSeqFeatData::eSubtype_mat_peptide, CSeqFeatData::eSubtype_mat_peptide_aa, CSeqFeatData::eSubtype_preprotein, CSeqFeatData::eSubtype_prot, CSeqFeatData::eSubtype_sig_peptide, CSeqFeatData::eSubtype_sig_peptide_aa, CSeqFeatData::eSubtype_transit_peptide, IDMSearchTool::TFilters::filters, CSearchToolBase::m_Conversions, CSearchToolBase::m_Filters, IDMSearchTool::TConversions::options, IDMSearchTool::TConversions::selected, and IDMSearchTool::TFilters::selected.
Referenced by COrfSearchTool::Clone().
|
inline |
Definition at line 136 of file agp_loader.hpp.
|
inline |
Definition at line 136 of file bed_load_manager.hpp.
|
inline |
Definition at line 135 of file fasta_format_load_manager.hpp.
|
inline |
Definition at line 130 of file gb_flatfile_load_manager.hpp.
|
inline |
Definition at line 139 of file gff_load_manager.hpp.
|
inline |
Definition at line 134 of file vcf_load_manager.hpp.
|
inline |
Definition at line 136 of file wig_load_manager.hpp.
CPhyLoader::CPhyLoader | ( | ) |
Definition at line 45 of file phy_loader.cpp.
References CPhyLoader::m_Descr, and CUIObject::SetLogEvent().
CPhyObjectLoader::CPhyObjectLoader | ( | const vector< wxString > & | filenames | ) |
Definition at line 51 of file phy_object_loader.cpp.
CPslObjectLoader::CPslObjectLoader | ( | const CPslLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 51 of file psl_object_loader.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 165 of file snp_search_tool.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 149 of file component_search_tool.cpp.
References CComponentSearchForm::x_CreateWidgets().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 308 of file cpg_search_tool.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 163 of file entrez_search_tool.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 183 of file feature_search_tool.cpp.
References CFeatureSearchForm::x_CreateWidgets().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 278 of file orf_search_tool.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 222 of file sequence_search_tool.cpp.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 155 of file vcf_search_tool.cpp.
References CVcfSearchForm::x_CreateWidgets().
bool CCleanupPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_CCLEANUPPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Creation.
CCleanupPanel creator
Definition at line 86 of file cleanup_panel.cpp.
References CCleanupPanel::CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CCleanupPanel::CCleanupPanel(), and CCleanupTool::x_CreateParamsPanelIfNeeded().
bool CFASTAFormatParamsPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_CFASTAFORMATPARAMSPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 75 of file fasta_format_params_panel.cpp.
References CFASTAFormatParamsPanel::CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CFASTAFormatParamsPanel::CFASTAFormatParamsPanel().
bool CGenBankLoadOptionPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_CGENBANKLOADOPTIONPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(266, 184) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 89 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CGenBankLoadOptionPanel::CGenBankLoadOptionPanel().
bool CGffParamsPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_CGFFPARAMSPANEL , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 500) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Creation.
CGFFParamsPanel creator
Definition at line 101 of file gff_params_panel.cpp.
References CGffParamsPanel::CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CGffParamsPanel::CGffParamsPanel().
bool CResolveIdDlg::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_CRESOLVEIDDLG , |
||
const wxString & | caption = _("Check Sequence Identifiers") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
||
) |
Creation.
CResolveIdDlg creator
Definition at line 290 of file resolve_id_dlg.cpp.
References CResolveIdDlg::CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CResolveIdDlg::CResolveIdDlg().
void CCleanupPanel::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for CCleanupPanel
Definition at line 129 of file cleanup_panel.cpp.
References _, CCleanupPanel::GetData(), CCleanupPanel::ID_LISTCTRL1, CCleanupPanel::ID_RADIOBOX1, CCleanupPanel::m_ObjectList, and wxID_ANY.
Referenced by CCleanupPanel::Create().
void CFASTAFormatParamsPanel::CreateControls | ( | ) |
Definition at line 105 of file fasta_format_params_panel.cpp.
References _, CFASTAFormatParamsPanel::GetData(), CFASTAFormatParamsPanel::ID_CHECKBOX, CFASTAFormatParamsPanel::ID_CHECKBOX1, CFASTAFormatParamsPanel::ID_CHECKBOX2, CFASTAFormatParamsPanel::ID_CHECKBOX4, CFASTAFormatParamsPanel::ID_CHECKBOX5, CFASTAFormatParamsPanel::ID_CHECKBOX8, CFASTAFormatParamsPanel::ID_LOWERCASE, and CFASTAFormatParamsPanel::ID_SEQ_TYPE.
Referenced by CFASTAFormatParamsPanel::Create().
void CGenBankLoadOptionPanel::CreateControls | ( | ) |
Definition at line 123 of file gb_load_option_panel.cpp.
References _, CGenBankLoadOptionPanel::ID_ACC_INPUT, CGenBankLoadOptionPanel::ID_HTMLWINDOW2, CGenBankLoadOptionPanel::m_AccInput, CGenBankLoadOptionPanel::m_DefStyle, CGenBankLoadOptionPanel::m_ErrStyle, and CGenBankLoadOptionPanel::m_MRUWindow.
Referenced by CGenBankLoadOptionPanel::Create().
void CGffParamsPanel::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for CGFFParamsPanel
Definition at line 145 of file gff_params_panel.cpp.
References _, CGffParamsPanel::GetData(), CGffParamsPanel::ID_CHOICE2, CGffParamsPanel::ID_PANEL, CGffParamsPanel::ID_PANEL7, CGffParamsPanel::ID_SEQ_ID_LOCAL, CGffParamsPanel::ID_SEQ_ID_NORMAL, CGffParamsPanel::ID_TEXTCTRL1, CGffParamsPanel::IDSEQ_ID_NUMERIC, CGffParamsPanel::m_AssemblyPanel, CGffParamsPanel::ShowToolTips(), and wxID_ANY.
Referenced by CGffParamsPanel::Create().
void CResolveIdDlg::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for CResolveIdDlg
Definition at line 334 of file resolve_id_dlg.cpp.
References _, CResolveIdDlg::ID_GRID, CResolveIdDlg::m_Grid, and ncbi::grid::netcache::search::fields::size.
Referenced by CResolveIdDlg::Create().
|
virtual |
factory method; create an Data Source instance
Implements IUIDataSourceType.
Definition at line 423 of file gb_ui_data_source.cpp.
|
virtual |
Reimplemented from IUIDataSource.
Definition at line 396 of file gb_ui_data_source.cpp.
References CGenBankUIDataSource::m_SrvLocator.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
creates a view instance
Implements IViewFactory.
Definition at line 397 of file sequin_desktop_view.cpp.
|
virtual |
|
virtual |
if fingerprint is recognized - creates and returns a new instance
Implements IViewFactory.
Definition at line 289 of file seq_text_view.cpp.
References NULL.
|
virtual |
if fingerprint is recognized - creates and returns a new instance
Implements IViewFactory.
Definition at line 599 of file view_feattable.cpp.
References NULL.
|
virtual |
if fingerprint is recognized - creates and returns a new instance
Implements IViewFactory.
Definition at line 738 of file view_graphic.cpp.
References NULL.
|
virtual |
if fingerprint is recognized - creates and returns a new instance
Implements IViewFactory.
Definition at line 403 of file sequin_desktop_view.cpp.
References NULL.
|
virtual |
if fingerprint is recognized - creates and returns a new instance
Implements IViewFactory.
Definition at line 426 of file text_view.cpp.
References NULL.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 114 of file snp_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 92 of file component_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 213 of file cpg_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 109 of file entrez_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 97 of file feature_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 191 of file orf_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 138 of file sequence_search_tool.cpp.
|
virtual |
factory method for creating a form representing the tool
Implements CSearchToolBase.
Definition at line 93 of file vcf_search_tool.cpp.
|
virtual |
create Window corresponding to the view
Implements CProjectViewBase.
Definition at line 141 of file seq_text_view.cpp.
References _ASSERT, CEventHandler::AddListener(), CEventHandler::ePool_Child, CEventHandler::ePool_Parent, CSeqTextPanel::GetWidget(), and CSeqTextView::m_Window.
|
virtual |
create Window corresponding to the view
Implements CProjectViewBase.
Definition at line 216 of file view_feattable.cpp.
References _ASSERT, CEventHandler::AddListener(), CEventHandler::ePool_Child, CEventHandler::ePool_Parent, CFeatTableView::m_DataSource, CFeatTableView::m_FTblWidget, CFeatTableView::m_Panel, CFeatTableView::m_StatusBar, and CFeatTableWidget::SetDataSource().
|
virtual |
create Window corresponding to the view
Implements CProjectViewBase.
Definition at line 109 of file view_graphic.cpp.
References _ASSERT, CEventHandler::AddListener(), CEventHandler::ePool_Child, CEventHandler::ePool_Parent, CGraphicPanel::GetWidget(), and CViewGraphic::m_GraphicPanel.
|
virtual |
create Window corresponding to the view
Implements CProjectViewBase.
Definition at line 176 of file sequin_desktop_view.cpp.
References _ASSERT, CEventHandler::AddListener(), CEventHandler::ePool_Parent, CSeqDesktopPanel::GetWidget(), CSequinDesktopView::m_Window, CDesktopCanvas::SetHost(), CSeqDesktopPanel::SetHost(), and wxID_ANY.
|
virtual |
create Window corresponding to the view
Implements CProjectViewBase.
Definition at line 215 of file text_view.cpp.
References _ASSERT, CTextPanel::GetWidget(), CTextView::m_Window, CTextPanel::SetHost(), CTextItemPanel::SetHost(), and wxID_ANY.
CResolveIdDlg::CResolveIdDlg | ( | ) |
Constructors.
CResolveIdDlg constructors
Definition at line 274 of file resolve_id_dlg.cpp.
References CResolveIdDlg::Init().
CResolveIdDlg::CResolveIdDlg | ( | wxWindow * | parent, |
wxWindowID | id = ID_CRESOLVEIDDLG , |
||
const wxString & | caption = _("Check Sequence Identifiers") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(400, 300) , |
||
long | style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
||
) |
Definition at line 279 of file resolve_id_dlg.cpp.
References CResolveIdDlg::Create(), CResolveIdDlg::Init(), and ncbi::grid::netcache::search::fields::size.
CRMLoader::CRMLoader | ( | ) |
Definition at line 46 of file rm_load_manager.cpp.
References CRMLoader::m_Descr, and CUIObject::SetLogEvent().
CSeqTextView::CSeqTextView | ( | ) |
Definition at line 66 of file seq_text_view.cpp.
CSequenceSearchForm::CSequenceSearchForm | ( | CSequenceSearchTool & | tool | ) |
Definition at line 211 of file sequence_search_tool.cpp.
CSequenceSearchJob::CSequenceSearchJob | ( | CSequenceSearchQuery & | query | ) |
Definition at line 519 of file sequence_search_tool.cpp.
References CLabel::eDefault, CLabel::GetLabel(), CSequenceSearchQuery::GetPattern(), CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Descr, CSequenceSearchJob::m_Query, and NON_CONST_ITERATE.
CSequenceSearchQuery::CSequenceSearchQuery | ( | TScopedLocs & | locs, |
const string & | pattern, | ||
TPatternType | pt_type, | ||
const string & | file | ||
) |
Definition at line 182 of file sequence_search_tool.cpp.
CSequenceSearchTool::CSequenceSearchTool | ( | ) |
Definition at line 97 of file sequence_search_tool.cpp.
References CSeqFeatData::eSubtype_misc_binding, CSeqFeatData::eSubtype_polyA_site, CSeqFeatData::eSubtype_primer_bind, CSeqFeatData::eSubtype_protein_bind, CSeqFeatData::eSubtype_region, CSeqFeatData::eSubtype_rsite, CSeqFeatData::eSubtype_site, CSeqFeatData::eSubtype_site_ref, CSeqFeatData::eSubtype_txinit, IDMSearchTool::TFilters::filters, CSearchToolBase::m_Conversions, CSearchToolBase::m_Filters, IDMSearchTool::TConversions::options, and IDMSearchTool::TConversions::selected.
Referenced by CSequenceSearchTool::Clone().
CSequinDesktopView::CSequinDesktopView | ( | ) |
Definition at line 83 of file sequin_desktop_view.cpp.
|
inline |
Definition at line 107 of file snp_search_tool.hpp.
CSNPSearchForm::CSNPSearchForm | ( | CSNPSearchTool & | tool | ) |
Definition at line 159 of file snp_search_tool.cpp.
CSNPSearchJob::CSNPSearchJob | ( | CSNPSearchQuery & | query | ) |
Definition at line 223 of file snp_search_tool.cpp.
References CSNPSearchQuery::GetTerms(), CSearchJobBase::m_Descr, and CSNPSearchJob::m_Query.
Definition at line 150 of file snp_search_tool.cpp.
CSNPSearchTool::CSNPSearchTool | ( | ) |
Definition at line 90 of file snp_search_tool.cpp.
Referenced by CSNPSearchTool::Clone().
CSrcEditParams::CSrcEditParams | ( | ) |
Default constructor for CSrcEditParams.
CSrcEditParams type definition
Default constructor for CSrcEditParams
Definition at line 46 of file srcedit_params.cpp.
References CSrcEditParams::Init().
CSrcEditParams::CSrcEditParams | ( | const CSrcEditParams & | data | ) |
Copy constructor for CSrcEditParams.
Copy constructor for CSrcEditParams
Definition at line 55 of file srcedit_params.cpp.
References CSrcEditParams::Copy(), data, and CSrcEditParams::Init().
CSrcEditTool::CSrcEditTool | ( | ) |
Definition at line 63 of file srcedit_tool.cpp.
References CAlgoToolManagerBase::m_Descriptor, and CUIObject::SetLogEvent().
CTextView::CTextView | ( | ) |
Definition at line 74 of file text_view.cpp.
CVCFLoaderManager::CVCFLoaderManager | ( | ) |
Definition at line 51 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_Descr, and CUIObject::SetLogEvent().
CVcfObjectLoader::CVcfObjectLoader | ( | const CBedLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 51 of file vcf_object_loader.cpp.
CVcfSearchForm::CVcfSearchForm | ( | CVcfSearchTool & | tool | ) |
Definition at line 149 of file vcf_search_tool.cpp.
CVcfSearchJob::CVcfSearchJob | ( | CVcfSearchQuery & | query | ) |
Definition at line 244 of file vcf_search_tool.cpp.
References CVcfSearchQuery::GetIds(), CSearchJobBase::m_Descr, and CVcfSearchJob::m_Query.
CVcfSearchQuery::CVcfSearchQuery | ( | vector< ISeqLocSearchContext * > | VcfContexts, |
const string & | ids | ||
) |
Definition at line 139 of file vcf_search_tool.cpp.
CVcfSearchTool::CVcfSearchTool | ( | ) |
Definition at line 69 of file vcf_search_tool.cpp.
Referenced by CVcfSearchTool::Clone().
CViewGraphic::CViewGraphic | ( | ) |
Definition at line 93 of file view_graphic.cpp.
CWigLoadManager::CWigLoadManager | ( | ) |
Definition at line 50 of file wig_load_manager.cpp.
References CWigLoadManager::m_Descr, and CUIObject::SetLogEvent().
CWigObjectLoader::CWigObjectLoader | ( | const CWigLoadParams & | params, |
const vector< wxString > & | filenames | ||
) |
Definition at line 74 of file wig_object_loader.cpp.
|
private |
|
private |
|
private |
|
virtual |
destroy Window corresponding to the view
Implements CProjectViewBase.
Definition at line 153 of file seq_text_view.cpp.
References CSeqTextView::m_Window, and NULL.
|
virtual |
destroy Window corresponding to the view
Implements CProjectViewBase.
Definition at line 245 of file view_feattable.cpp.
References CFeatTableView::GetWindow(), CFeatTableView::m_DataSource, CFeatTableView::m_FTblWidget, CFeatTableView::m_Panel, CFeatTableView::m_StatusBar, NULL, CEventHandler::RemoveListener(), and CwxTableListCtrl::RemoveModel().
|
virtual |
destroy Window corresponding to the view
Implements CProjectViewBase.
Definition at line 121 of file view_graphic.cpp.
References CViewGraphic::m_GraphicPanel, and NULL.
|
virtual |
destroy Window corresponding to the view
Implements CProjectViewBase.
Definition at line 188 of file sequin_desktop_view.cpp.
References CSeqDesktopPanel::GetWidget(), CSequinDesktopView::m_Window, CDesktopCanvas::SetHost(), and CSeqDesktopPanel::SetHost().
|
virtual |
destroy Window corresponding to the view
Implements CProjectViewBase.
Definition at line 225 of file text_view.cpp.
References CTextPanel::GetWidget(), CTextView::m_Window, CTextPanel::SetHost(), and CTextItemPanel::SetHost().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Reimplemented from CAlgoToolManagerBase.
Definition at line 96 of file cleanup_tool.cpp.
References CAlgoToolManagerBase::DoTransition(), CAlgoToolManagerBase::eCompleted, IUIToolManager::eNext, CAlgoToolManagerBase::eParams, CAlgoToolManagerBase::m_State, and CCleanupTool::x_GetParamsPanel().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 158 of file gb_flatfile_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CGBFlatFileLoadManager::eCompleted, IUIToolManager::eNext, CGBFlatFileLoadManager::eParams, CGBFlatFileParamsPanel::GetData(), CGBFlatFileLoadManager::m_Params, CGBFlatFileLoadManager::m_ParamsPanel, and CGBFlatFileLoadManager::m_State.
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 548 of file gb_ui_data_source.cpp.
References _ASSERT, IUIToolManager::eBack, CGenBankUILoadManager::eCompleted, IUIToolManager::eNext, CGenBankUILoadManager::eSelectAcc, CGenBankUILoadManager::eSelectProject, CGenBankLoadOptionPanel::IsInputValid(), CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ProjectSelPanel, CGenBankUILoadManager::m_State, and CProjectSelectorPanel::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Reimplemented from CAlgoToolManagerBase.
Definition at line 96 of file merge_tool.cpp.
References CAlgoToolManagerBase::DoTransition(), CAlgoToolManagerBase::eCompleted, IUIToolManager::eNext, CAlgoToolManagerBase::eParams, CAlgoToolManagerBase::m_State, and CMergeTool::x_GetParamsPanel().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Reimplemented from CAlgoToolManagerBase.
Definition at line 105 of file srcedit_tool.cpp.
References CAlgoToolManagerBase::DoTransition(), CAlgoToolManagerBase::eCompleted, IUIToolManager::eNext, CAlgoToolManagerBase::eParams, CAlgoToolManagerBase::m_State, and CSrcEditTool::x_GetParamsPanel().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 142 of file phy_loader.cpp.
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 128 of file rm_load_manager.cpp.
References _ASSERT.
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 122 of file 5col_load_manager.cpp.
References _ASSERT.
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 151 of file agp_loader.cpp.
References _ASSERT, IUIToolManager::eBack, CAgpLoader::eCompleted, IUIToolManager::eNext, CAgpLoader::eParams, CAgpLoadPage::GetData(), CAgpLoader::m_Params, CAgpLoader::m_ParamsPanel, CAgpLoader::m_State, and CAgpLoadPage::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 152 of file bed_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CBedLoadManager::eCompleted, IUIToolManager::eNext, CBedLoadManager::eParams, CBedParamsPanel::GetData(), CBedLoadManager::m_Params, CBedLoadManager::m_ParamsPanel, CBedLoadManager::m_State, and CBedParamsPanel::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 270 of file columnar_vcf_load_manager.cpp.
References _ASSERT, CColumnarVCFLoaderManager::eAssembly, IUIToolManager::eBack, CColumnarVCFLoaderManager::eCompleted, CColumnarVCFLoaderManager::eInfoSelection, map_checker< Container >::empty(), IUIToolManager::eNext, CColumnarVCFLoaderManager::eRefSequences, CColumnarVCFLoaderManager::eSampleSelection, CMapAssemblyParams::GetAssemblyAcc(), CAssemblySelPanel::GetData(), CColumnarVCFReader::GetSamples(), CMapAssemblyParams::GetUseMapping(), CVcfAssemblySelectionPanel::IsInputValid(), CVcfAssemblySelectionPanel::m_AssemblyPanel, CColumnarVCFLoaderManager::m_AssemblyPanel, CColumnarVCFLoaderManager::m_AssmAcc, CColumnarVCFLoaderManager::m_GenCollAssm, CColumnarVCFLoaderManager::m_RefSeqIds, CColumnarVCFLoaderManager::m_State, CColumnarVCFLoaderManager::m_TopLevelSeqCount, CColumnarVCFLoaderManager::m_VCFreader, CRef< C, Locker >::Reset(), and CColumnarVCFLoaderManager::x_GetRefSeqs().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 165 of file fasta_format_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CFASTAFormatLoadManager::eCompleted, IUIToolManager::eNext, CFASTAFormatLoadManager::eParams, CFASTAFormatParamsPanel::GetData(), CFASTAFormatLoadManager::m_Params, CFASTAFormatLoadManager::m_ParamsPanel, CFASTAFormatLoadManager::m_State, and CFASTAFormatParamsPanel::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 155 of file gff_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CGffLoadManager::eCompleted, IUIToolManager::eNext, CGffLoadManager::eParams, CGffParamsPanel::GetData(), CGffLoadManager::m_Params, CGffLoadManager::m_ParamsPanel, CGffLoadManager::m_State, and CGffParamsPanel::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 152 of file vcf_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CVCFLoaderManager::eCompleted, IUIToolManager::eNext, CVCFLoaderManager::eParams, CBedParamsPanel::GetData(), CVCFLoaderManager::m_Params, CVCFLoaderManager::m_ParamsPanel, CVCFLoaderManager::m_State, and CBedParamsPanel::TransferDataFromWindow().
Performs transition if possible and returns true, otherwise the function shall warn the user about the problem preventing the transition (such as insufficient or invalid input) and return false.
Typically this function would take user input from the current panel, validate the input and go to the next state creating new UI panel if needed.
Implements IUIToolManager.
Definition at line 153 of file wig_load_manager.cpp.
References _ASSERT, IUIToolManager::eBack, CWigLoadManager::eCompleted, IUIToolManager::eNext, CWigLoadManager::eParams, CWigParamsPanel::GetData(), CWigLoadManager::m_Params, CWigLoadManager::m_ParamsPanel, CWigLoadManager::m_State, and CWigParamsPanel::TransferDataFromWindow().
|
virtual |
Definition at line 379 of file gb_ui_data_source.cpp.
Implements IExecuteUnit.
Definition at line 71 of file 5col_object_loader.cpp.
References CStreamLineReader::AtEOF(), file, CException::GetMsg(), CRef< C, Locker >::GetPointer(), ICanceled::IsCanceled(), C5ColObjectLoader::m_FileNames, C5ColObjectLoader::m_Objects, NStr::NumericToString(), CFeature_table_reader::ReadSequinFeatureTable(), CRef< C, Locker >::Reset(), ToStdString(), CException::what(), and CReportLoaderErrors::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 71 of file agp_object_loader.cpp.
References CScope::AddDefaults(), CLabel::eDefault, entries, CFastaReader::fDisableParseRange, CAgpToSeqEntry::fForceLocalId, file, CFastaReader::fParseGaps, CAgpToSeqEntry::fSetSeqGap, CAgpReader::GetErrorMessage(), CAgpLoadParams::GetFastaFile(), CObjectManager::GetInstance(), CLabel::GetLabel(), CException::GetMsg(), CAgpLoadParams::GetParseIDs(), CRef< C, Locker >::GetPointer(), CAgpToSeqEntry::GetResult(), CAgpLoadParams::GetSetGapInfo(), ICanceled::IsCanceled(), ITERATE, kEmptyStr, kMax_Int, label, CAgpObjectLoader::m_FileNames, CAgpObjectLoader::m_Objects, CAgpObjectLoader::m_Params, ILineReader::New(), NON_CONST_ITERATE, CFastaReader::ReadSet(), CAgpReader::ReadStream(), CReaderBase::SetCanceler(), CException::what(), and CReportLoaderErrors::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 80 of file assembly_object_loader.cpp.
References CScope::AddDefaults(), CLabel::eDefault, CGC_AssemblySet_Base::eSet_type_assembly_set, CGC_AssemblySet_Base::eSet_type_full_assembly, CGC_Assembly::GetAccession(), CGC_Assemblies_Base::GetAssemblies(), CGC_Assembly_Base::GetAssembly_set(), CGencollSvc::GetAssmsInfo(), CGC_AssemblySet_Base::GetDesc(), CGC_AssemblyUnit_Base::GetDesc(), CGC_AssemblySet_Base::GetId(), CGC_AssemblyUnit_Base::GetId(), CObjectManager::GetInstance(), CLabel::GetLabel(), CException::GetMsg(), CGC_AssemblySet_Base::GetSet_type(), CGC_Assembly_Base::GetUnit(), CGC_Assembly_Base::IsAssembly_set(), ICanceled::IsCanceled(), CGC_Assembly::IsRefSeq(), CGC_Assembly_Base::IsUnit(), ITERATE, label, CAssemblyObjectLoader::m_Accessions, CAssemblyObjectLoader::m_Objects, CConstRef< C, Locker >::Reset(), CGC_Assemblies_Base::SetAssemblies(), CException::what(), wxT, and CReportLoaderErrors::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 74 of file bed_object_loader.cpp.
References CScope::AddDefaults(), CAnnot_descr_Base::CanGet(), data, CLabel::eDefault, file, CBedReader::fThreeFeatFormat, CAnnot_descr_Base::Get(), CMapAssemblyParams::GetAssemblyAcc(), CObjectManager::GetInstance(), CLabel::GetLabel(), CBedLoadParams::GetMapAssembly(), CException::GetMsg(), CBedLoadParams::GetNumErrors(), CMapAssemblyParams::GetUseMapping(), ICanceled::IsCanceled(), ITERATE, label, CBedObjectLoader::m_CurrentFile, CBedObjectLoader::m_FileNames, CBedObjectLoader::m_Objects, CBedObjectLoader::m_Params, NON_CONST_ITERATE, CReaderBase::ReadSeqAnnots(), CRef< C, Locker >::Reset(), CReaderBase::SetCanceler(), ToStdString(), CException::what(), CMappingObjectLoader::x_CreateMapper(), CReportLoaderErrors::x_UpdateHTMLResults(), and CMappingObjectLoader::x_UpdateMap().
Implements IExecuteUnit.
Definition at line 72 of file chain_loader.cpp.
References ICanceled::IsCanceled(), and CChainLoader::m_ExecuteUnits.
Implements IExecuteUnit.
Definition at line 102 of file gb_flatfile_object_loader.cpp.
References cleanup(), CCleanup::eClean_KeepTopSet, CCleanup::eClean_SyncGenCodes, CLabel::eDefault, Error(), file, CLabel::GetLabel(), CException::GetMsg(), CRef< C, Locker >::GetPointer(), CGBFlatFileObjectLoader::Init(), ICanceled::IsCanceled(), label, LOG_POST, CGBFlatFileObjectLoader::m_FileNames, CGBFlatFileObjectLoader::m_Objects, CGBFlatFileObjectLoader::m_Params, CGBFlatFileObjectLoader::m_Scope, CFlatFileParser::Parse(), CRef< C, Locker >::Reset(), s_GetParsingOption(), CSeq_entry_Base::SetSet(), CException::what(), and CReportLoaderErrorsEx::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 69 of file gb_object_loader.cpp.
References CScope::AddDefaults(), SAnnotSelector::AddNamedAnnots(), CLabel::eDefault, CNAUtils::EEDB_All, set< Key, Compare >::empty(), Error(), CNAUtils::GetAllGIs(), CSeqUtils::GetAnnotSelector(), CScope::GetBioseqHandle(), CBioseq_Handle::GetBioseqLength(), CSeq_interval_Base::GetFrom(), CSeq_loc::GetId(), CObjectManager::GetInstance(), CLabel::GetLabel(), CException::GetMsg(), CSeq_id::GetSeqIdString(), CSeq_interval_Base::GetTo(), SAnnotSelector::IncludeNamedAnnotAccession(), ICanceled::IsCanceled(), CSeq_loc_Base::IsInt(), label, LOG_POST, CGBObjectLoader::m_Ids, CGBObjectLoader::m_NAs, CGBObjectLoader::m_Objects, NON_CONST_ITERATE, CSeq_interval_Base::SetFrom(), CSeq_id_Base::SetGi(), CSeq_loc::SetInt(), CSeq_interval_Base::SetTo(), CException::what(), and CReportLoaderErrors::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 76 of file gff_object_loader.cpp.
References CScope::AddDefaults(), CSeq_entry::eContent, CLabel::eDefault, CFormatGuess::eGff2, CFormatGuess::eGff3, CFormatGuess::eGtf, CFormatGuess::eGvf, CReaderBase::fAllIdsAsLocal, file, flags, CReaderBase::fNumericIdsAsLocal, CFastaReader::fQuickIDCheck, AutoPtr< X, Del >::get(), CMapAssemblyParams::GetAssemblyAcc(), CGffLoadParams::GetFileFormat(), CObjectManager::GetInstance(), CLabel::GetLabel(), CGffLoadParams::GetMapAssembly(), CException::GetMsg(), CGffLoadParams::GetNameFeatSet(), CGffLoadParams::GetParseSeqIds(), CRef< C, Locker >::GetPointer(), CMapAssemblyParams::GetUseMapping(), ICanceled::IsCanceled(), ITERATE, label, CGffObjectLoader::m_FileNames, CGffObjectLoader::m_Objects, CGffObjectLoader::m_Params, NCBI_THROW, NcbiEmptyString, NON_CONST_ITERATE, CSeqFastaReader::ReadSequences(), AutoPtr< X, Del >::reset(), CRef< C, Locker >::Reset(), ToStdString(), CException::what(), CMappingObjectLoader::x_CreateMapper(), CReportLoaderErrors::x_UpdateHTMLResults(), and CMappingObjectLoader::x_UpdateMap().
Implements IExecuteUnit.
Definition at line 71 of file phy_object_loader.cpp.
References CScope::AddDefaults(), CLabel::eDefault, file, NStr::FindNoCase(), CObjectManager::GetInstance(), CLabel::GetLabel(), CException::GetMsg(), CRegexpUtil::GetResult(), ICanceled::IsCanceled(), ITERATE, label, CPhyObjectLoader::m_FileNames, CPhyObjectLoader::m_Objects, MakeDistanceSensitiveBioTreeContainer(), NcbiGetlineEOL(), NPOS, ReadNewickTree(), CRegexpUtil::Replace(), CException::what(), and CReportLoaderErrors::x_UpdateHTMLResults().
Implements IExecuteUnit.
Definition at line 71 of file psl_object_loader.cpp.
References CStreamLineReader::AtEOF(), file, CReaderBase::fNormal, CMapAssemblyParams::GetAssemblyAcc(), CPslLoadParams::GetMapAssembly(), CException::GetMsg(), CMapAssemblyParams::GetUseMapping(), ICanceled::IsCanceled(), CPslObjectLoader::m_FileNames, CPslObjectLoader::m_Objects, CPslObjectLoader::m_Params, NStr::NumericToString(), CReaderBase::ReadSeqAnnot(), CRef< C, Locker >::Reset(), ToStdString(), CException::what(), CMappingObjectLoader::x_CreateMapper(), CReportLoaderErrors::x_UpdateHTMLResults(), and CMappingObjectLoader::x_UpdateMap().
Implements IExecuteUnit.
Definition at line 71 of file vcf_object_loader.cpp.
References CAnnot_descr_Base::CanGet(), CSeq_annot_Base::CanGetDesc(), data, file, CAnnot_descr_Base::Get(), CMapAssemblyParams::GetAssemblyAcc(), CSeq_annot_Base::GetDesc(), CBedLoadParams::GetMapAssembly(), CException::GetMsg(), CBedLoadParams::GetNumErrors(), CMapAssemblyParams::GetUseMapping(), ICanceled::IsCanceled(), ITERATE, label, CVcfObjectLoader::m_FileNames, CVcfObjectLoader::m_Objects, CVcfObjectLoader::m_Params, CVcfReader::ReadSeqAnnot(), CRef< C, Locker >::Reset(), CReaderBase::SetCanceler(), CSeq_annot::SetNameDesc(), ToStdString(), CException::what(), CMappingObjectLoader::x_CreateMapper(), CReportLoaderErrors::x_UpdateHTMLResults(), and CMappingObjectLoader::x_UpdateMap().
Implements IExecuteUnit.
Definition at line 94 of file wig_object_loader.cpp.
References CUser_object::AddField(), CAnnot_descr_Base::CanGet(), data, file, CAnnot_descr_Base::Get(), CMapAssemblyParams::GetAssemblyAcc(), CWigLoadParams::GetMapAssembly(), CException::GetMsg(), CWigLoadParams::GetNumErrors(), CMapAssemblyParams::GetUseMapping(), ICanceled::IsCanceled(), ITERATE, label, CWigObjectLoader::m_FileNames, CWigObjectLoader::m_Objects, CWigObjectLoader::m_Params, NON_CONST_ITERATE, CReaderBase::ReadSeqAnnots(), CRef< C, Locker >::Reset(), s_GetAnnotId(), CReaderBase::SetCanceler(), CUser_object_Base::SetType(), CException::what(), CMappingObjectLoader::x_CreateMapper(), CReportLoaderErrors::x_UpdateHTMLResults(), and CMappingObjectLoader::x_UpdateMap().
|
inline |
Definition at line 92 of file gb_load_option_panel.hpp.
References CGenBankLoadOptionPanel::CAccDescriptor::m_Accession.
|
virtual |
Reimplemented from ISelectionClient.
Definition at line 271 of file text_view.cpp.
References CTextPanel::GetActiveObjects(), ITERATE, CTextView::m_Window, and CProjectViewBase::x_HasProject().
|
virtual |
Prioritized active objects.
Reimplemented from ISelectionClient.
Definition at line 281 of file text_view.cpp.
References CTextPanel::GetActiveObjects(), CTextView::m_Window, and CProjectViewBase::x_HasProject().
|
inline |
Definition at line 109 of file cpg_search_tool.hpp.
References CCpgSearchQuery::m_AdjMergeThreshold.
Referenced by CCpgSearchJob::x_DoSearch().
Reimplemented from ISeqLocSearchContext.
Definition at line 684 of file view_graphic.cpp.
References fp, CSeqGraphicWidget::GetFeaturePanel(), CGraphicPanel::GetWidget(), and CViewGraphic::m_GraphicPanel.
|
virtual |
Reimplemented from IGuiWidgetHost.
Definition at line 268 of file sequin_desktop_view.cpp.
References IServiceLocator::GetServiceByType(), ITERATE, and CProjectViewBase::m_Workbench.
|
virtual |
Reimplemented from IGuiWidgetHost.
Definition at line 337 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), ITERATE, and CProjectViewBase::m_Workbench.
wxBitmap CCleanupPanel::GetBitmapResource | ( | const wxString & | name | ) |
wxBitmap CFASTAFormatParamsPanel::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Definition at line 175 of file fasta_format_params_panel.cpp.
wxBitmap CGenBankLoadOptionPanel::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Definition at line 580 of file gb_load_option_panel.cpp.
wxBitmap CGffParamsPanel::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Get bitmap resources
Definition at line 237 of file gff_params_panel.cpp.
wxBitmap CResolveIdDlg::GetBitmapResource | ( | const wxString & | name | ) |
|
inline |
Definition at line 110 of file feature_search_tool.hpp.
References CFeatureSearchQuery::m_CaseSensitive.
|
inline |
Definition at line 85 of file cleanup_params.hpp.
References CCleanupParams::m_CleanupMode.
Referenced by CCleanupTool::x_CreateLoadingJob(), and CCleanupJob::x_CreateProjectItems().
|
virtual |
IWMClient implementation.
Reimplemented from CProjectViewBase.
Definition at line 79 of file seq_text_view.cpp.
References _ASSERT, CSeqTextPanel::GetWidget(), and CSeqTextView::m_Window.
|
virtual |
IWMClient implementation.
Reimplemented from CProjectViewBase.
Definition at line 98 of file sequin_desktop_view.cpp.
References _ASSERT, CSeqDesktopPanel::GetWidget(), and CSequinDesktopView::m_Window.
|
virtual |
IWMClient implementation.
Reimplemented from CProjectViewBase.
Definition at line 95 of file text_view.cpp.
References _ASSERT, CTextPanel::GetWidget(), and CTextView::m_Window.
|
virtual |
returns the names of toolbars compatible with this class (toolbars that are relevant and useful in the context of this class)
Reimplemented from CProjectViewBase.
Definition at line 210 of file view_feattable.cpp.
References names, and CProjectViewToolBatFactory::sm_SelTBName.
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 117 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eParams, CGBFlatFileLoadManager::m_State, and CGBFlatFileLoadManager::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 497 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::eSelectAcc, CGenBankUILoadManager::eSelectProject, IServiceLocator::GetServiceByType(), CGenBankUILoadManager::LoadSettings(), CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ParentWindow, CGenBankUILoadManager::m_ProjectParams, CGenBankUILoadManager::m_ProjectSelPanel, CGenBankUILoadManager::m_SrvLocator, CGenBankUILoadManager::m_State, NULL, CProjectSelectorPanel::SetParams(), CProjectSelectorPanel::SetProjectService(), and CProjectSelectorPanel::TransferDataToWindow().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 104 of file phy_loader.cpp.
References NULL.
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 103 of file rm_load_manager.cpp.
References NULL.
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 99 of file 5col_load_manager.cpp.
References NULL.
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 110 of file agp_loader.cpp.
References CAgpLoader::eParams, CAgpLoader::m_State, NULL, and CAgpLoader::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 111 of file bed_load_manager.cpp.
References CBedLoadManager::eParams, CBedLoadManager::m_State, NULL, and CBedLoadManager::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 193 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eAssembly, CColumnarVCFLoaderManager::eInfoSelection, CColumnarVCFLoaderManager::eRefSequences, CColumnarVCFLoaderManager::eSampleSelection, CColumnarVCFReader::GetInfoFields(), CColumnarVCFReader::GetSamples(), CVcfAssemblySelectionPanel::LoadSettings(), CColumnarVCFLoaderManager::m_AssemblyPanel, CColumnarVCFLoaderManager::m_ColumnsPanel, CColumnarVCFLoaderManager::m_FileNames, CColumnarVCFLoaderManager::m_GenCollAssm, CColumnarVCFLoaderManager::m_ParentWindow, CColumnarVCFLoaderManager::m_RefSeqIds, CColumnarVCFLoaderManager::m_RefSequencesPanel, CColumnarVCFLoaderManager::m_RegPath, CColumnarVCFLoaderManager::m_SamplesPanel, CColumnarVCFLoaderManager::m_State, CColumnarVCFLoaderManager::m_TopLevelSeqCount, CColumnarVCFLoaderManager::m_VCFreader, CVcfRefSequencesPanel::SetGenCollAssembly(), CVcfColumnSelectionPanel::SetInfoFields(), CVcfAssemblySelectionPanel::SetNewFile(), CVcfRefSequencesPanel::SetReferenceSeqIds(), CVcfAssemblySelectionPanel::SetRegistryPath(), CVcfSampleSelectionPanel::SetSamples(), and CVcfRefSequencesPanel::SetTopLevelSeqCount().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 124 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eParams, CFASTAFormatLoadManager::m_State, NULL, and CFASTAFormatLoadManager::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 114 of file gff_load_manager.cpp.
References CGffLoadManager::eParams, CGffLoadManager::m_State, NULL, and CGffLoadManager::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 111 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eParams, CVCFLoaderManager::m_State, NULL, and CVCFLoaderManager::x_GetParamsPanel().
|
virtual |
Return the panel corresponding to the current state of Tool Manager.
Implements IUIToolManager.
Definition at line 111 of file wig_load_manager.cpp.
References CWigLoadManager::eParams, CWigLoadManager::m_State, NULL, and CWigLoadManager::x_GetParamsPanel().
|
inline |
Data access.
Definition at line 112 of file cleanup_panel.hpp.
References CCleanupPanel::m_data.
Referenced by CCleanupPanel::CreateControls(), CCleanupPanel::RestoreDefaults(), CCleanupPanel::TransferDataFromWindow(), and CCleanupTool::x_CreateLoadingJob().
|
inline |
Data access.
Definition at line 90 of file fasta_format_params_panel.hpp.
References CFASTAFormatParamsPanel::m_data.
Referenced by CFASTAFormatLoadManager::CPage::CanLeavePage(), CFASTAFormatParamsPanel::CreateControls(), and CFASTAFormatLoadManager::DoTransition().
|
inline |
Data access.
Definition at line 114 of file gff_params_panel.hpp.
References CGffParamsPanel::m_data.
Referenced by CGffParamsPanel::CreateControls(), CGffLoadManager::DoTransition(), CGffParamsPanel::TransferDataFromWindow(), CGffParamsPanel::TransferDataToWindow(), and CGffParamsPanel::x_SetParseSeqId().
|
inline |
Definition at line 113 of file cleanup_panel.hpp.
References CCleanupPanel::m_data.
|
inline |
Definition at line 91 of file fasta_format_params_panel.hpp.
References CFASTAFormatParamsPanel::m_data.
|
inline |
Definition at line 115 of file gff_params_panel.hpp.
References CGffParamsPanel::m_data.
|
inline |
Definition at line 98 of file entrez_search_tool.hpp.
References CEntrezSearchQuery::m_DbName.
Referenced by CEntrezSearchJob::CEntrezSearchJob(), CEntrezSearchJob::x_DoSearch(), and CEntrezSearchJob::x_GetNewOLTModel().
void CEntrezSearchTool::GetDbNames | ( | vector< string > & | name | ) |
|
virtual |
Reimplemented from IUIDataSource.
Definition at line 392 of file gb_ui_data_source.cpp.
References eCmdLoadFromGenBank.
returns UI description of the object (label, icon etc.)
Implements IUIDataSource.
Definition at line 184 of file gb_ui_data_source.cpp.
References CGenBankUIDataSource::m_Descr.
returns UI description of the type (label, icon etc.)
Implements IUIDataSourceType.
Definition at line 417 of file gb_ui_data_source.cpp.
References CGenBankUIDataSourceType::m_Descr.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 108 of file snp_search_tool.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file 5col_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file agp_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 70 of file assembly_object_loader.cpp.
References CAssemblyObjectLoader::m_Descr.
|
virtual |
Implements IObjectLoader.
Definition at line 64 of file bed_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 50 of file chain_loader.cpp.
References first(), and CChainLoader::m_Loaders.
|
virtual |
Implements IObjectLoader.
Definition at line 66 of file gb_flatfile_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 57 of file gb_object_loader.cpp.
References CGBObjectLoader::m_Ids, CGBObjectLoader::m_NAs, n, and NStr::NumericToString().
|
virtual |
Implements IObjectLoader.
Definition at line 66 of file gff_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file phy_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file psl_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file vcf_object_loader.cpp.
|
virtual |
Implements IObjectLoader.
Definition at line 84 of file wig_object_loader.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 86 of file component_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 207 of file cpg_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 103 of file entrez_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 91 of file feature_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 185 of file orf_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 132 of file sequence_search_tool.cpp.
|
virtual |
returns a detailed description of the method that is used in UI
Implements CSearchToolBase.
Definition at line 87 of file vcf_search_tool.cpp.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 99 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 475 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_Descriptor.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 85 of file phy_loader.cpp.
References CPhyLoader::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 87 of file rm_load_manager.cpp.
References CRMLoader::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 83 of file 5col_load_manager.cpp.
References C5ColLoadManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 91 of file agp_loader.cpp.
References CAgpLoader::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 92 of file bed_load_manager.cpp.
References CBedLoadManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 172 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 105 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 95 of file gff_load_manager.cpp.
References CGffLoadManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 93 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_Descr.
Returns the object describing this tool (UI meta data).
Implements IUIToolManager.
Definition at line 92 of file wig_load_manager.cpp.
References CWigLoadManager::m_Descr.
|
virtual |
returns Name of the context to be used in UI
Implements IDataMiningContext.
Definition at line 371 of file view_graphic.cpp.
References CProjectViewBase::GetClientLabel().
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 182 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_FileNames, and CGBFlatFileLoadManager::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 153 of file phy_loader.cpp.
References CPhyLoader::m_FileNames.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 140 of file rm_load_manager.cpp.
References CRMLoader::m_FileNames.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 134 of file 5col_load_manager.cpp.
References C5ColLoadManager::m_FileNames.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 175 of file agp_loader.cpp.
References CAgpLoader::m_FileNames, and CAgpLoader::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 175 of file bed_load_manager.cpp.
References CBedLoadManager::m_FileNames, and CBedLoadManager::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 420 of file columnar_vcf_load_manager.cpp.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 189 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_FileNames, and CFASTAFormatLoadManager::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 179 of file gff_load_manager.cpp.
References CGffLoadManager::m_FileNames, and CGffLoadManager::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 176 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_FileNames, and CVCFLoaderManager::m_Params.
|
virtual |
Reimplemented from IFileLoadPanelClient.
Definition at line 177 of file wig_load_manager.cpp.
References CWigLoadManager::m_FileNames, and CWigLoadManager::m_Params.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements CAlgoToolManagerBase.
Definition at line 67 of file cleanup_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 229 of file gb_flatfile_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 123 of file gb_ui_data_source.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 435 of file gb_ui_data_source.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements CAlgoToolManagerBase.
Definition at line 68 of file merge_tool.cpp.
|
virtual |
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 137 of file snp_search_tool.cpp.
|
virtual |
|
virtual |
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements CAlgoToolManagerBase.
Definition at line 72 of file autodef_tool_manager.cpp.
|
virtual |
Implements IExtension.
Definition at line 367 of file sequin_desktop_view.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements CAlgoToolManagerBase.
Definition at line 76 of file srcedit_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 201 of file phy_loader.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 188 of file rm_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 182 of file 5col_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 221 of file agp_loader.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 224 of file bed_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 467 of file columnar_vcf_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 119 of file component_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 240 of file cpg_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 132 of file entrez_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 236 of file fasta_format_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 123 of file feature_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 238 of file gff_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 218 of file orf_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 164 of file sequence_search_tool.cpp.
|
virtual |
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 223 of file vcf_load_manager.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 126 of file vcf_search_tool.cpp.
|
virtual |
returns the unique human-readable identifier for the extension the id should use lowercase letters separated by underscores - "like_this"
Implements IExtension.
Definition at line 223 of file wig_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements CAlgoToolManagerBase.
Definition at line 73 of file cleanup_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 235 of file gb_flatfile_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 129 of file gb_ui_data_source.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 442 of file gb_ui_data_source.cpp.
References CUIObject::GetLabel(), and CGenBankUIDataSourceType::m_Descr.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements CAlgoToolManagerBase.
Definition at line 74 of file merge_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 263 of file seq_text_view.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 142 of file snp_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 571 of file view_feattable.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 704 of file view_graphic.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements CAlgoToolManagerBase.
Definition at line 78 of file autodef_tool_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 374 of file sequin_desktop_view.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements CAlgoToolManagerBase.
Definition at line 82 of file srcedit_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 208 of file phy_loader.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 195 of file rm_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 188 of file 5col_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 228 of file agp_loader.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 231 of file bed_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 474 of file columnar_vcf_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 124 of file component_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 245 of file cpg_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 137 of file entrez_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 243 of file fasta_format_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 129 of file feature_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 244 of file gff_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 223 of file orf_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 169 of file sequence_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 396 of file text_view.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 230 of file vcf_load_manager.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 131 of file vcf_search_tool.cpp.
|
virtual |
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
Implements IExtension.
Definition at line 230 of file wig_load_manager.cpp.
|
inline |
Definition at line 111 of file feature_search_tool.hpp.
References CFeatureSearchQuery::m_FeatTypesSet.
|
inline |
Definition at line 85 of file gff_load_params.hpp.
References CGffLoadParams::m_FileFormat.
Referenced by CGffObjectLoader::Execute().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 71 of file gb_flatfile_load_manager.hpp.
References CGBFlatFileLoadManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 71 of file phy_loader.hpp.
References CPhyLoader::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 69 of file rm_load_manager.hpp.
References CRMLoader::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 74 of file 5col_load_manager.hpp.
References C5ColLoadManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 76 of file agp_loader.hpp.
References CAgpLoader::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 76 of file bed_load_manager.hpp.
References CBedLoadManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 80 of file columnar_vcf_load_manager.hpp.
References CColumnarVCFLoaderManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 74 of file fasta_format_load_manager.hpp.
References CFASTAFormatLoadManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 79 of file gff_load_manager.hpp.
References CGffLoadManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 74 of file vcf_load_manager.hpp.
References CVCFLoaderManager::Id().
|
inlinevirtual |
Implements IFileFormatLoaderManager.
Definition at line 76 of file wig_load_manager.hpp.
References CWigLoadManager::Id().
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 206 of file gb_flatfile_load_manager.cpp.
References filenames, and CGBFlatFileLoadManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 178 of file phy_loader.cpp.
References filenames, and CPhyLoader::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 165 of file rm_load_manager.cpp.
References filenames, and CRMLoader::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 159 of file 5col_load_manager.cpp.
References filenames, and C5ColLoadManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 199 of file agp_loader.cpp.
References filenames, and CAgpLoader::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 199 of file bed_load_manager.cpp.
References filenames, and CBedLoadManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 444 of file columnar_vcf_load_manager.cpp.
References filenames, and CColumnarVCFLoaderManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 213 of file fasta_format_load_manager.cpp.
References filenames, and CFASTAFormatLoadManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 205 of file gff_load_manager.cpp.
References filenames, and CGffLoadManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 200 of file vcf_load_manager.cpp.
References filenames, and CVCFLoaderManager::m_FileNames.
|
virtual |
get actual filenames that will be opened
Implements IFileFormatLoaderManager.
Definition at line 200 of file wig_load_manager.cpp.
References filenames, and CWigLoadManager::m_FileNames.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 88 of file gb_flatfile_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 89 of file phy_loader.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 86 of file rm_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 91 of file 5col_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 93 of file agp_loader.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 93 of file bed_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 97 of file columnar_vcf_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 92 of file fasta_format_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 96 of file gff_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 91 of file vcf_load_manager.hpp.
|
inlinevirtual |
Returns first options page (if any) of the tool to be shown in wizard dialog.
Reimplemented from IToolWizard.
Definition at line 93 of file wig_load_manager.hpp.
|
virtual |
special flags
Reimplemented from CSearchToolBase.
Definition at line 228 of file orf_search_tool.cpp.
References IDMSearchTool::eCache, and IDMSearchTool::eFilter.
|
virtual |
special flags
Reimplemented from CSearchToolBase.
Definition at line 174 of file sequence_search_tool.cpp.
References IDMSearchTool::eCache, and IDMSearchTool::eFilter.
|
inline |
Definition at line 80 of file fasta_load_params.hpp.
References CFastaLoadParams::m_ForceLocalIDs.
Referenced by s_GetFlags().
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 187 of file gb_flatfile_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kGenBank, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 159 of file phy_loader.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kTree, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 146 of file rm_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kTxt, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 140 of file 5col_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::k5Column, CFileExtensions::kAllFiles, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 180 of file agp_loader.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAGP, CFileExtensions::kAllFiles, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 180 of file bed_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kBED, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 425 of file columnar_vcf_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kVCF, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 194 of file fasta_format_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kFASTA, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 185 of file gff_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kGFF, CFileExtensions::kGTF, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 181 of file vcf_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kVCF, and wxT.
|
virtual |
IFileFormatLoaderManager - additional members
Implements IFileFormatLoaderManager.
Definition at line 182 of file wig_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kWIG, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 77 of file gb_flatfile_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kGenBank, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 63 of file phy_loader.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kTree, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 64 of file rm_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kTxt, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 62 of file 5col_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::k5Column, CFileExtensions::kAllFiles, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 69 of file agp_loader.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAGP, CFileExtensions::kAllFiles, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 70 of file bed_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kBED, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 150 of file columnar_vcf_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kVCF, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 83 of file fasta_format_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kFASTA, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 72 of file gff_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kGFF, CFileExtensions::kGTF, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 71 of file vcf_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kVCF, and wxT.
|
virtual |
return file wildcard for the format (example - "*.txt;*.tab" )
Implements IFileLoadPanelClient.
Definition at line 70 of file wig_load_manager.cpp.
References CFileExtensions::GetDialogFilter(), CFileExtensions::kAllFiles, CFileExtensions::kWIG, and wxT.
|
inline |
Definition at line 104 of file orf_search_tool.hpp.
References COrfSearchQuery::m_Gencode.
Referenced by COrfSearchJob::x_DoSearch().
Definition at line 156 of file gb_load_option_panel.hpp.
References CGenBankLoadOptionPanel::m_GenomicAccessions.
Referenced by CGBLoadWizard::GetExecuteUnit(), and CGenBankUILoadManager::GetTask().
wxIcon CCleanupPanel::GetIconResource | ( | const wxString & | name | ) |
wxIcon CFASTAFormatParamsPanel::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Definition at line 185 of file fasta_format_params_panel.cpp.
wxIcon CGenBankLoadOptionPanel::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Definition at line 590 of file gb_load_option_panel.cpp.
wxIcon CGffParamsPanel::GetIconResource | ( | const wxString & | name | ) |
wxIcon CResolveIdDlg::GetIconResource | ( | const wxString & | name | ) |
|
inline |
Definition at line 91 of file component_search_tool.hpp.
References CComponentSearchQuery::m_Ids.
Referenced by CComponentSearchJob::CComponentSearchJob(), CComponentSearchQuery::ToString(), CComponentSearchJob::x_DoSearch(), and CComponentSearchJob::x_ValidateParams().
|
inline |
Definition at line 93 of file vcf_search_tool.hpp.
References CVcfSearchQuery::m_Ids.
Referenced by CVcfSearchJob::CVcfSearchJob(), CVcfSearchQuery::ToString(), CVcfSearchJob::x_DoSearch(), and CVcfSearchJob::x_ValidateParams().
|
inline |
Definition at line 83 of file fasta_load_params.hpp.
References CFastaLoadParams::m_IgnoreGaps.
Referenced by s_GetFlags().
string CGenBankLoadOptionPanel::GetInput | ( | ) | const |
Definition at line 193 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::m_AccInput, and ToStdString().
Referenced by CGenBankLoadOptionPanel::OnRecentAccClicked(), and CGenBankLoadOptionPanel::SaveSettings().
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 72 of file gb_flatfile_load_manager.cpp.
References CUIObject::GetLabel(), and CGBFlatFileLoadManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 58 of file phy_loader.cpp.
References CUIObject::GetLabel(), and CPhyLoader::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 59 of file rm_load_manager.cpp.
References CUIObject::GetLabel(), and CRMLoader::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 57 of file 5col_load_manager.cpp.
References CUIObject::GetLabel(), and C5ColLoadManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 64 of file agp_loader.cpp.
References CUIObject::GetLabel(), and CAgpLoader::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 65 of file bed_load_manager.cpp.
References CUIObject::GetLabel(), and CBedLoadManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 145 of file columnar_vcf_load_manager.cpp.
References CUIObject::GetLabel(), and CColumnarVCFLoaderManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 78 of file fasta_format_load_manager.cpp.
References CUIObject::GetLabel(), and CFASTAFormatLoadManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 67 of file gff_load_manager.cpp.
References CUIObject::GetLabel(), and CGffLoadManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 66 of file vcf_load_manager.cpp.
References CUIObject::GetLabel(), and CVCFLoaderManager::m_Descr.
|
virtual |
Implements IFileLoadPanelClient.
Definition at line 65 of file wig_load_manager.cpp.
References CUIObject::GetLabel(), and CWigLoadManager::m_Descr.
|
virtual |
Implements IUIDataSource.
Definition at line 385 of file gb_ui_data_source.cpp.
|
inline |
Definition at line 86 of file fasta_load_params.hpp.
References CFastaLoadParams::m_LowercaseOption.
Referenced by CFastaObjectLoader::LoadFromStream().
|
virtual |
Adds the main data objects represented by the client to "objects".
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 206 of file seq_text_view.cpp.
References CSeqTextPanel::GetDataSource(), CSeqTextDataSource::GetLoc(), CSeqTextView::m_Window, CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
|
virtual |
Adds the main data objects represented by the client to "objects".
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 227 of file sequin_desktop_view.cpp.
References CSeqDesktopPanel::GetMainObjects(), CSequinDesktopView::m_Window, and CProjectViewBase::x_HasProject().
Referenced by CSequinDesktopView::x_OnSingleMouseClick().
|
virtual |
Adds the main data objects represented by the client to "objects".
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 264 of file text_view.cpp.
References CTextPanel::GetMainObjects(), CTextView::m_Window, and CProjectViewBase::x_HasProject().
|
inline |
Definition at line 89 of file fasta_load_params.hpp.
References CFastaLoadParams::m_MakeDelta.
Referenced by s_GetFlags().
|
inline |
Definition at line 88 of file gff_load_params.hpp.
References CGffLoadParams::m_MapAssembly.
Referenced by CGffObjectLoader::Execute().
|
virtual |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs"
Reimplemented from CProjectViewBase.
Definition at line 104 of file view_graphic.cpp.
References NULL.
|
virtual |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs"
Reimplemented from CProjectViewBase.
Definition at line 110 of file sequin_desktop_view.cpp.
|
virtual |
returns a menu (must be deleted by the caller) menu injections should follow a separator named "Contribs"
Reimplemented from CProjectViewBase.
Definition at line 107 of file text_view.cpp.
References CTextPanel::GetMenuContributor(), and CTextView::m_Window.
|
virtual |
for the given set of items returns a contribution
Implements IExplorerItemCmdContributor.
Definition at line 142 of file gb_ui_data_source.cpp.
References CUICommandRegistry::AppendMenuItem(), eCmdLoadFromGenBank, PT::eDataSource, PT::TPTItem< TData, Type >::GetData(), CUICommandRegistry::GetInstance(), CRef< C, Locker >::GetPointer(), PT::CItem::GetType(), CGenBankUIDataSource::m_SrvLocator, NULL, and wxT.
|
inline |
Definition at line 107 of file cpg_search_tool.hpp.
References CCpgSearchQuery::m_MinGC.
Referenced by CCpgSearchJob::x_DoSearch().
|
inline |
Definition at line 106 of file cpg_search_tool.hpp.
References CCpgSearchQuery::m_MinLenOfIsland.
Referenced by CCpgSearchJob::x_DoSearch().
|
inline |
Definition at line 106 of file orf_search_tool.hpp.
References COrfSearchQuery::m_MinPairs.
Referenced by COrfSearchJob::x_DoSearch().
|
inline |
Definition at line 108 of file cpg_search_tool.hpp.
References CCpgSearchQuery::m_MinPercentage.
Referenced by CCpgSearchJob::x_DoSearch().
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 101 of file snp_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 73 of file component_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 194 of file cpg_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 96 of file entrez_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 78 of file feature_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 172 of file orf_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 119 of file sequence_search_tool.cpp.
|
virtual |
returns unique name of the method that is used in UI to identify it
Implements CSearchToolBase.
Definition at line 74 of file vcf_search_tool.cpp.
|
inline |
Definition at line 91 of file gff_load_params.hpp.
References CGffLoadParams::m_NameFeatSet.
Referenced by CGffObjectLoader::Execute().
Definition at line 155 of file gb_load_option_panel.hpp.
References CGenBankLoadOptionPanel::m_NAs.
Referenced by CGBLoadWizard::GetExecuteUnit(), and CGenBankUILoadManager::GetTask().
|
inlinevirtual |
Reimplemented from ISeqLocSearchContext.
Definition at line 130 of file view_graphic.hpp.
References CRef< C, Locker >::GetPointer(), and CViewGraphic::m_NonAsnTrackData.
|
inline |
Definition at line 92 of file fasta_load_params.hpp.
References CFastaLoadParams::m_NoSplit.
Referenced by s_GetFlags().
|
virtual |
Implements IObjectLoader.
Definition at line 56 of file 5col_object_loader.cpp.
References C5ColObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 56 of file agp_object_loader.cpp.
References CAgpObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 65 of file assembly_object_loader.cpp.
References CAssemblyObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 59 of file bed_object_loader.cpp.
References CBedObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 39 of file chain_loader.cpp.
References CChainLoader::m_Loaders, and CChainLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file gb_flatfile_object_loader.cpp.
References CGBFlatFileObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 52 of file gb_object_loader.cpp.
References CGBObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 61 of file gff_object_loader.cpp.
References CGffObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 56 of file phy_object_loader.cpp.
References CPhyObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 56 of file psl_object_loader.cpp.
References CPslObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 56 of file vcf_object_loader.cpp.
References CVcfObjectLoader::m_Objects.
|
virtual |
Implements IObjectLoader.
Definition at line 79 of file wig_object_loader.cpp.
References CWigObjectLoader::m_Objects.
|
inline |
Definition at line 81 of file cleanup_params.hpp.
References CCleanupParams::m_Objects.
Referenced by CCleanupJob::x_CreateProjectItems().
|
inline |
Definition at line 81 of file srcedit_params.hpp.
References CSrcEditParams::m_Objects.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 89 of file gb_flatfile_load_manager.hpp.
References CGBFlatFileLoadManager::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 94 of file agp_loader.hpp.
References CAgpLoader::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 94 of file bed_load_manager.hpp.
References CBedLoadManager::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 98 of file columnar_vcf_load_manager.hpp.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 93 of file fasta_format_load_manager.hpp.
References CFASTAFormatLoadManager::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 97 of file gff_load_manager.hpp.
References CGffLoadManager::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 92 of file vcf_load_manager.hpp.
References CVCFLoaderManager::m_OptionsPage.
|
inlinevirtual |
Returns page for tool options (long wizard path via "Options" button)
Reimplemented from IToolWizard.
Definition at line 94 of file wig_load_manager.hpp.
References CWigLoadManager::m_OptionsPage.
|
virtual |
Implements IWizardPage.
Definition at line 43 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::CPage::m_Manager, and CGBFlatFileLoadManager::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 42 of file agp_loader.cpp.
References CAgpLoader::CPage::m_Manager, and CAgpLoader::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 43 of file bed_load_manager.cpp.
References CBedLoadManager::CPage::m_Manager, and CBedLoadManager::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 44 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::CPage::m_Manager, and CFASTAFormatLoadManager::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 44 of file gff_load_manager.cpp.
References CGffLoadManager::CPage::m_Manager, and CGffLoadManager::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 44 of file vcf_load_manager.cpp.
References CVCFLoaderManager::CPage::m_Manager, and CVCFLoaderManager::x_GetParamsPanel().
|
virtual |
Implements IWizardPage.
Definition at line 43 of file wig_load_manager.cpp.
References CWigLoadManager::CPage::m_Manager, and CWigLoadManager::x_GetParamsPanel().
|
inline |
Definition at line 94 of file gff_load_params.hpp.
References CGffLoadParams::m_ParseSeqIds.
Referenced by CGffObjectLoader::Execute().
|
inline |
Definition at line 108 of file feature_search_tool.hpp.
References CFeatureSearchQuery::m_Pattern.
|
inline |
Definition at line 106 of file sequence_search_tool.hpp.
References CSequenceSearchQuery::m_Pattern.
Referenced by CSequenceSearchJob::CSequenceSearchJob(), CSequenceSearchJob::x_DoSearch(), and CSequenceSearchJob::x_ValidateParams().
|
inline |
Definition at line 107 of file sequence_search_tool.hpp.
References CSequenceSearchQuery::m_PatternFile.
Referenced by CSequenceSearchJob::x_DoSearch().
|
inline |
Definition at line 109 of file feature_search_tool.hpp.
References CFeatureSearchQuery::m_PatternType.
|
inline |
Definition at line 108 of file sequence_search_tool.hpp.
References CSequenceSearchQuery::m_PatternType.
Referenced by CSequenceSearchJob::x_DoSearch().
|
virtual |
returns a Descriptor for the View Type supported by the Factory
Implements IProjectViewFactory.
Definition at line 277 of file seq_text_view.cpp.
References s_SeqTextViewTypeDescr.
|
virtual |
returns a Descriptor for the View Type supported by the Factory
Implements IProjectViewFactory.
Definition at line 587 of file view_feattable.cpp.
References s_FeatTableViewTypeDescr.
|
virtual |
returns a Descriptor for the View Type supported by the Factory
Implements IProjectViewFactory.
Definition at line 726 of file view_graphic.cpp.
References s_ViewGraphicTypeDescr.
|
virtual |
returns a Descriptor for the View Type supported by the Factory
Implements IProjectViewFactory.
Definition at line 391 of file sequin_desktop_view.cpp.
|
virtual |
returns a Descriptor for the View Type supported by the Factory
Implements IProjectViewFactory.
Definition at line 414 of file text_view.cpp.
|
inline |
Definition at line 95 of file fasta_load_params.hpp.
References CFastaLoadParams::m_ReadFirst.
Referenced by s_GetFlags().
Implements ISeqLocSearchContext.
Definition at line 658 of file view_graphic.cpp.
References CSeqUtils::CreateSeq_loc(), CSeqGraphicWidget::GetRangeSelection(), CGraphicPanel::GetWidget(), CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, CSeq_loc::SetWhole(), and CRangeCollection< Position >::size().
Implements ISeqLocSearchContext.
Definition at line 679 of file view_graphic.cpp.
References CProjectViewBase::m_Scope.
|
virtual |
get selection for broadcasting
Reimplemented from CProjectView.
Definition at line 168 of file seq_text_view.cpp.
References CSelectionEvent::AddRangeSelection(), CSeqTextPanel::GetDataSource(), CSeqTextDataSource::GetId(), CSeqTextWidget::GetSelection(), CSeqTextPanel::GetWidget(), CSeqTextView::m_Window, and CProjectViewBase::x_HasProject().
|
virtual |
get selection for broadcasting
Reimplemented from CProjectView.
Definition at line 481 of file view_feattable.cpp.
References CSelectionEvent::AddObjectSelection(), CFeatTableWidget::GetSelection(), CFeatTableView::m_FTblWidget, and CProjectViewBase::x_HasProject().
|
virtual |
get selection for broadcasting
Reimplemented from CProjectView.
Definition at line 435 of file view_graphic.cpp.
References CSelectionEvent::AddObjectSelection(), CSelectionEvent::AddRangeSelection(), CSeqGraphicWidget::GetObjectSelection(), CSeqGraphicWidget::GetRangeSelection(), CGraphicPanel::GetWidget(), CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, and CProjectViewBase::x_HasProject().
|
virtual |
get selection for broadcasting
Reimplemented from CProjectView.
Definition at line 205 of file sequin_desktop_view.cpp.
References CSelectionEvent::AddObjectSelection(), CSeqDesktopPanel::GetSelectedObjects(), CSequinDesktopView::m_Window, and CProjectViewBase::x_HasProject().
Referenced by CSequinDesktopView::x_OnSingleMouseClick().
|
virtual |
get selection for broadcasting
Reimplemented from CProjectView.
Definition at line 242 of file text_view.cpp.
References CSelectionEvent::AddObjectSelection(), CTextPanel::GetSelectedObjects(), CTextView::m_Window, and CProjectViewBase::x_HasProject().
|
virtual |
shall return data objects representing selected things, return one data object for every selected thing.
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 181 of file seq_text_view.cpp.
References _ASSERT, CSeqUtils::CreateSeq_loc(), CRangeCollection< Position >::empty(), CSeqTextPanel::GetDataSource(), CSeqTextDataSource::GetId(), CSeqTextWidget::GetSelection(), CSeqTextPanel::GetWidget(), CSeqTextView::m_Window, CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
|
virtual |
shall return data objects representing selected things, return one data object for every selected thing.
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 465 of file view_feattable.cpp.
References CFeatTableWidget::GetSelection(), ITERATE, CFeatTableView::m_FTblWidget, CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
|
virtual |
shall return data objects representing selected things, return one data object for every selected thing.
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 383 of file view_graphic.cpp.
References CSeqUtils::CreateSeq_loc(), set< Key, Compare >::end(), CRelation::fConvert_NoExpensive, set< Key, Compare >::find(), CObjectConverter::FindRelations(), CSeq_id_Handle::GetHandle(), CSeqGraphicWidget::GetObjectSelection(), CSeqGraphicWidget::GetRangeSelection(), CGraphicPanel::GetWidget(), set< Key, Compare >::insert(), ITERATE, CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, NON_CONST_ITERATE, CRangeCollection< Position >::size(), CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
|
virtual |
shall return data objects representing selected things, return one data object for every selected thing.
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 215 of file sequin_desktop_view.cpp.
References CSeqDesktopPanel::GetSelectedObjects(), ITERATE, CSequinDesktopView::m_Window, CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
|
virtual |
shall return data objects representing selected things, return one data object for every selected thing.
Implementation shall not clear the container as it can be used for accumulating objects.
Reimplemented from CProjectView.
Definition at line 252 of file text_view.cpp.
References CTextPanel::GetSelectedObjects(), ITERATE, CTextView::m_Window, CProjectViewBase::x_GetScope(), and CProjectViewBase::x_HasProject().
CGenBankLoadOptionPanel::TIdsVec & CGenBankLoadOptionPanel::GetSeqIds | ( | void | ) |
Definition at line 555 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::m_Ids.
Referenced by CGBLoadWizard::GetExecuteUnit(), and CGenBankUILoadManager::GetTask().
|
inline |
Definition at line 98 of file fasta_load_params.hpp.
References CFastaLoadParams::m_SeqType.
Referenced by s_GetFlags().
|
inline |
Definition at line 105 of file cpg_search_tool.hpp.
References CCpgSearchQuery::m_SizeOfSlidingWindow.
Referenced by CCpgSearchJob::x_DoSearch().
|
inline |
Definition at line 101 of file fasta_load_params.hpp.
References CFastaLoadParams::m_SkipInvalid.
Referenced by s_GetFlags().
|
inline |
Definition at line 105 of file orf_search_tool.hpp.
References COrfSearchQuery::m_StartOrf.
Referenced by COrfSearchJob::x_DoSearch().
|
inlineprotectedvirtual |
Definition at line 156 of file sequin_desktop_view.hpp.
|
inlineprotectedvirtual |
Definition at line 170 of file text_view.hpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Reimplemented from CAlgoToolManagerBase.
Definition at line 109 of file cleanup_tool.cpp.
References IServiceLocator::GetServiceByType(), CAlgoToolManagerBase::m_SrvLocator, CRef< C, Locker >::Release(), and CCleanupTool::x_CreateLoadingJob().
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 177 of file gb_flatfile_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 573 of file gb_ui_data_source.cpp.
References CChainLoader::Add(), CGenBankLoadOptionPanel::GetGenomicAccessions(), CGenBankLoadOptionPanel::GetNAs(), CProjectSelectorPanel::GetParams(), CGenBankLoadOptionPanel::GetSeqIds(), IServiceLocator::GetServiceByType(), SProjectSelectorParams::m_CreateFolder, SProjectSelectorParams::m_FolderName, CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ProjectParams, CGenBankUILoadManager::m_ProjectSelPanel, CGenBankUILoadManager::m_SrvLocator, CRef< C, Locker >::Reset(), CGenBankUILoadManager::SaveMruAccessions(), and SProjectSelectorParams::ToLoadingOptions().
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Reimplemented from CAlgoToolManagerBase.
Definition at line 110 of file merge_tool.cpp.
References IServiceLocator::GetServiceByType(), CAlgoToolManagerBase::m_SrvLocator, CRef< C, Locker >::Release(), and CMergeTool::x_CreateLoadingJob().
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Reimplemented from CAlgoToolManagerBase.
Definition at line 197 of file autodef_tool_manager.cpp.
References CRef< C, Locker >::Release(), and CAutodefToolManager::x_CreateEditJob().
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Reimplemented from CAlgoToolManagerBase.
Definition at line 118 of file srcedit_tool.cpp.
References IServiceLocator::GetServiceByType(), CAlgoToolManagerBase::m_SrvLocator, CRef< C, Locker >::Release(), CSelectProjectOptions::Set_CreateNewProject(), and CSrcEditTool::x_CreateLoadingJob().
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 148 of file phy_loader.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 135 of file rm_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 129 of file 5col_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 170 of file agp_loader.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 170 of file bed_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 389 of file columnar_vcf_load_manager.cpp.
References CVcfColumnSelectionPanel::AllAreChecked(), CVcfSampleSelectionPanel::AllAreChecked(), CVcfColumnSelectionPanel::GetSelectedInfoFields(), CVcfRefSequencesPanel::GetSelectedReferenceSeqIds(), CVcfSampleSelectionPanel::GetSelectedSamples(), IServiceLocator::GetServiceByType(), CVcfRefSequencesPanel::ImportAll(), CColumnarVCFLoaderManager::m_ColumnsPanel, CColumnarVCFLoaderManager::m_FileNames, CColumnarVCFLoaderManager::m_GenCollAssm, CColumnarVCFLoaderManager::m_RefSeqIds, CColumnarVCFLoaderManager::m_RefSequencesPanel, CColumnarVCFLoaderManager::m_SamplesPanel, and CColumnarVCFLoaderManager::m_SrvLocator.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 184 of file fasta_format_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 174 of file gff_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 171 of file vcf_load_manager.cpp.
|
virtual |
Once parameters are gathered and validated this function is called to produce the final Task object that will be executed to do the actual computational work.
Implements IUIToolManager.
Definition at line 172 of file wig_load_manager.cpp.
|
inline |
Definition at line 93 of file snp_search_tool.hpp.
References CSNPSearchQuery::m_Terms.
Referenced by CSNPSearchJob::CSNPSearchJob(), CSNPSearchJob::x_DoSearch(), and CSNPSearchJob::x_ValidateParams().
|
inline |
Definition at line 97 of file entrez_search_tool.hpp.
References CEntrezSearchQuery::m_Terms.
Referenced by CEntrezSearchJob::CEntrezSearchJob(), CEntrezSearchJob::x_DoSearch(), and CEntrezSearchJob::x_ValidateParams().
|
virtual |
Implements IUIDataSource.
Definition at line 178 of file gb_ui_data_source.cpp.
References CGenBankUIDataSource::m_Type.
|
virtual |
return an object providing meta information about thei view type
Implements CProjectViewBase.
Definition at line 162 of file seq_text_view.cpp.
References s_SeqTextViewTypeDescr.
Referenced by CSeqTextView::InitView().
|
virtual |
return an object providing meta information about thei view type
Implements CProjectViewBase.
Definition at line 280 of file view_feattable.cpp.
References s_FeatTableViewTypeDescr.
|
virtual |
return an object providing meta information about thei view type
Implements CProjectViewBase.
Definition at line 377 of file view_graphic.cpp.
References s_ViewGraphicTypeDescr.
Referenced by CViewGraphic::InitView(), and CViewGraphic::SaveSettingsAtProject().
|
virtual |
return an object providing meta information about thei view type
Implements CProjectViewBase.
Definition at line 199 of file sequin_desktop_view.cpp.
|
virtual |
return an object providing meta information about thei view type
Implements CProjectViewBase.
Definition at line 236 of file text_view.cpp.
|
inline |
Definition at line 91 of file vcf_search_tool.hpp.
References CVcfSearchQuery::m_VcfContexts.
Referenced by CVcfSearchJob::x_DoSearch().
|
virtual |
populate a visible range event for broadcasting
Populate a visible range event prior to broadcasting.
Reimplemented from CProjectView.
Definition at line 508 of file view_feattable.cpp.
|
virtual |
populate a visible range event for broadcasting
Populate a visible range event prior to broadcasting.
Reimplemented from CProjectView.
Definition at line 575 of file view_graphic.cpp.
References CVisibleRange::AddLocation(), CSeqGraphicWidget::GetVisibleSeqRange(), CGraphicPanel::GetWidget(), CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, compile_time_bits::range(), CSeq_loc::SetId(), and CSeq_loc::SetInt().
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 186 of file snp_search_tool.cpp.
References ID_TEXT, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 184 of file component_search_tool.cpp.
References ID_COMBOBOX, ID_TEXT, CComponentSearchForm::m_DbCombo, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, NULL, and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 354 of file cpg_search_tool.cpp.
References ID_COMBOBOX, CCpgSearchForm::m_AdjMergeThreshold, CCpgSearchForm::m_AdjMergeThresholdCtl, CCpgSearchForm::m_DbCombo, CCpgSearchForm::m_MinGC, CCpgSearchForm::m_MinGCCtl, CCpgSearchForm::m_MinLenOfIsland, CCpgSearchForm::m_MinLenOfIslandCtl, CCpgSearchForm::m_MinPercentage, CCpgSearchForm::m_MinPercentageCtl, CCpgSearchForm::m_SizeOfSlidingWindow, CCpgSearchForm::m_SizeOfSlidingWindowCtl, CSearchFormBase::m_Sizer, NULL, ToWxString(), and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 195 of file entrez_search_tool.cpp.
References ID_COMBOBOX, ID_TEXT, CEntrezSearchForm::m_DbCombo, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, NULL, and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 256 of file feature_search_tool.cpp.
References ID_COMBOBOX, ID_HYPERLINKCTRL, ID_TEXT, CFeatureSearchForm::m_DbCombo, CFeatureSearchForm::m_HyperLink, CFeatureSearchForm::m_SearchPattern, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, CFeatureSearchForm::m_TypeCombo, NULL, ToWxString(), and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 326 of file orf_search_tool.cpp.
References CGenetic_code_table_Base::Get(), CGen_code_table::GetCodeTable(), ID_COMBOBOX, ID_COMBOBOX_UPDATE, ITERATE, COrfSearchForm::m_BasepairsText, COrfSearchForm::m_DbCombo, COrfSearchForm::m_Gencode, COrfSearchForm::m_GencodeCombo, COrfSearchForm::m_MinPairs, CSearchFormBase::m_Sizer, COrfSearchForm::m_StartOrf, COrfSearchForm::m_StartorfCombo, NULL, sAutoSelect, ToWxString(), and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 252 of file sequence_search_tool.cpp.
References ID_COMBOBOX, ID_COMBOBOX_UPDATE, ID_TEXT, ITERATE, CSequenceSearchForm::m_DbCombo, CSequenceSearchForm::m_FileList, CSequenceSearchForm::m_PatternCombo, CSequenceSearchForm::m_pPatternSizer, CSequenceSearchForm::m_pSearchSizer, CSequenceSearchForm::m_SearchPattern, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, CSequenceSearchForm::m_TypeCombo, NULL, ToWxString(), and wxT.
|
virtual |
return a widget associated with the form; the form controls the lifetime of the widget (do not delete the widget)
Reimplemented from CSearchFormBase.
Definition at line 190 of file vcf_search_tool.cpp.
References ID_COMBOBOX, ID_TEXT, CVcfSearchForm::m_DbCombo, CSearchFormBase::m_Sizer, CSearchFormBase::m_Text, NULL, and wxT.
|
virtual |
returns a pointer to the wxWindow representing the client
Implements CProjectViewBase.
Definition at line 73 of file seq_text_view.cpp.
References _ASSERT, and CSeqTextView::m_Window.
|
virtual |
returns a pointer to the wxWindow representing the client
Implements CProjectViewBase.
Definition at line 157 of file view_feattable.cpp.
References _ASSERT, and CFeatTableView::m_Panel.
Referenced by CFeatTableView::DestroyViewWindow().
|
virtual |
returns a pointer to the wxWindow representing the client
Implements CProjectViewBase.
Definition at line 364 of file view_graphic.cpp.
References _ASSERT, and CViewGraphic::m_GraphicPanel.
|
virtual |
returns a pointer to the wxWindow representing the client
Implements CProjectViewBase.
Definition at line 92 of file sequin_desktop_view.cpp.
References _ASSERT, and CSequinDesktopView::m_Window.
|
virtual |
returns a pointer to the wxWindow representing the client
Implements CProjectViewBase.
Definition at line 89 of file text_view.cpp.
References _ASSERT, and CTextView::m_Window.
Definition at line 117 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::GetFileLoaderId().
Definition at line 116 of file phy_loader.hpp.
Referenced by CPhyLoader::GetFileLoaderId().
Definition at line 106 of file rm_load_manager.hpp.
Referenced by CRMLoader::GetFileLoaderId().
Definition at line 118 of file 5col_load_manager.hpp.
Referenced by C5ColLoadManager::GetFileLoaderId().
Definition at line 122 of file agp_loader.hpp.
Referenced by CAgpLoader::GetFileLoaderId().
Definition at line 122 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::GetFileLoaderId().
Definition at line 126 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::GetFileLoaderId().
Definition at line 121 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::GetFileLoaderId().
Definition at line 125 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::GetFileLoaderId().
Definition at line 120 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::GetFileLoaderId().
Definition at line 122 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::GetFileLoaderId().
void CCleanupPanel::Init | ( | void | ) |
Initialises member variables.
Member initialisation
Definition at line 117 of file cleanup_panel.cpp.
References CCleanupPanel::m_ObjectList, and NULL.
Referenced by CCleanupPanel::CCleanupPanel().
void CCleanupParams::Init | ( | void | ) |
Initialises member variables.
Member initialisation for CCleanupParams
Definition at line 106 of file cleanup_params.cpp.
References CCleanupParams::m_CleanupMode.
Referenced by CCleanupParams::CCleanupParams(), and CCleanupPanel::RestoreDefaults().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 170 of file snp_search_tool.cpp.
References IDMSearchForm::Init().
void CSrcEditParams::Init | ( | void | ) |
Initialises member variables.
Member initialisation for CSrcEditParams
Definition at line 104 of file srcedit_params.cpp.
Referenced by CSrcEditParams::CSrcEditParams(), and CSrcEditPanel::RestoreDefaults().
void CFASTAFormatParamsPanel::Init | ( | void | ) |
Definition at line 98 of file fasta_format_params_panel.cpp.
Referenced by CFASTAFormatParamsPanel::CFASTAFormatParamsPanel().
void CFastaLoadParams::Init | ( | void | ) |
Initialises member variables.
Member initialisation for CFastaLoadParams
Definition at line 119 of file fasta_load_params.cpp.
References CFastaLoadParams::m_ForceLocalIDs, CFastaLoadParams::m_IgnoreGaps, CFastaLoadParams::m_LowercaseOption, CFastaLoadParams::m_MakeDelta, CFastaLoadParams::m_NoSplit, CFastaLoadParams::m_ReadFirst, CFastaLoadParams::m_SeqType, and CFastaLoadParams::m_SkipInvalid.
Referenced by CFastaLoadParams::CFastaLoadParams().
void CGBFlatFileObjectLoader::Init | ( | void | ) |
Definition at line 71 of file gb_flatfile_object_loader.cpp.
References CObjectManager::GetInstance(), CGBFlatFileObjectLoader::m_Scope, and CRef< C, Locker >::Reset().
Referenced by CGBFlatFileObjectLoader::Execute().
void CGenBankLoadOptionPanel::Init | ( | void | ) |
Definition at line 112 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::m_AccInput, CGenBankLoadOptionPanel::m_ErrNum, CGenBankLoadOptionPanel::m_MRUWindow, CGenBankLoadOptionPanel::m_TokensNum, and NULL.
Referenced by CGenBankLoadOptionPanel::CGenBankLoadOptionPanel().
void CGffLoadParams::Init | ( | void | ) |
Initialises member variables.
Member initialisation for CGffLoadParams
Definition at line 113 of file gff_load_params.cpp.
References CGffLoadParams::m_FileFormat, and CGffLoadParams::m_ParseSeqIds.
Referenced by CGffLoadParams::CGffLoadParams().
void CGffParamsPanel::Init | ( | void | ) |
Initialises member variables.
Member initialisation
Definition at line 133 of file gff_params_panel.cpp.
References CGffParamsPanel::m_AssemblyPanel, and NULL.
Referenced by CGffParamsPanel::CGffParamsPanel().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 155 of file component_search_tool.cpp.
References IDMSearchForm::Init().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 312 of file cpg_search_tool.cpp.
References IDMSearchForm::Init().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 168 of file entrez_search_tool.cpp.
References CEntrezDB::GetDbNames(), IDMSearchForm::Init(), CEntrezSearchForm::m_CurrDbName, and CEntrezSearchForm::m_DbNames.
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 189 of file feature_search_tool.cpp.
References IDMSearchForm::Init().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 282 of file orf_search_tool.cpp.
References IDMSearchForm::Init(), and COrfSearchForm::x_UpdateKozak().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 226 of file sequence_search_tool.cpp.
References IDMSearchForm::Init(), and CSequenceSearchForm::x_UpdateFileList().
|
virtual |
Reimplemented from IDMSearchForm.
Definition at line 161 of file vcf_search_tool.cpp.
References IDMSearchForm::Init().
void CResolveIdDlg::Init | ( | void | ) |
Initialises member variables.
Member initialisation
Definition at line 322 of file resolve_id_dlg.cpp.
References CResolveIdDlg::m_Grid, and NULL.
Referenced by CResolveIdDlg::CResolveIdDlg().
|
virtual |
override this function in a derived class and initialize extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 78 of file cleanup_tool.cpp.
References CAlgoToolManagerBase::InitUI(), CCleanupTool::m_Panel, and NULL.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 105 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eParams, and CGBFlatFileLoadManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 481 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::eSelectAcc, and CGenBankUILoadManager::m_State.
|
virtual |
override this function in a derived class and initialize extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 79 of file merge_tool.cpp.
References CAlgoToolManagerBase::InitUI(), CMergeTool::m_Panel, and NULL.
|
virtual |
override this function in a derived class and initialize extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 84 of file autodef_tool_manager.cpp.
References CAlgoToolManagerBase::InitUI(), CAutodefToolManager::m_ParamsPanel, and NULL.
|
virtual |
override this function in a derived class and initialize extra members
Reimplemented from CAlgoToolManagerBase.
Definition at line 87 of file srcedit_tool.cpp.
References CAlgoToolManagerBase::InitUI(), CSrcEditTool::m_Panel, and NULL.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 91 of file phy_loader.cpp.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 93 of file rm_load_manager.cpp.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 89 of file 5col_load_manager.cpp.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 97 of file agp_loader.cpp.
References CAgpLoader::eParams, and CAgpLoader::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 98 of file bed_load_manager.cpp.
References CBedLoadManager::eParams, and CBedLoadManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 178 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eAssembly, and CColumnarVCFLoaderManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 111 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eParams, and CFASTAFormatLoadManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 101 of file gff_load_manager.cpp.
References CGffLoadManager::eParams, and CGffLoadManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 99 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eParams, and CVCFLoaderManager::m_State.
|
virtual |
Initializes the Manager before using it in UI.
This function shall reset Internal state of the tool.
Implements IUIToolManager.
Definition at line 98 of file wig_load_manager.cpp.
References CWigLoadManager::eParams, and CWigLoadManager::m_State.
|
virtual |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project
Reimplemented from CProjectView.
Definition at line 87 of file seq_text_view.cpp.
References _ASSERT, CUIObject::GetLabel(), CException::GetMsg(), IServiceLocator::GetServiceByType(), CSeqTextView::GetTypeDescriptor(), CSeqTextPanel::InitObject(), CSeqTextView::m_OrigObj, CSeqTextView::m_Window, CProjectViewBase::m_Workbench, NULL, CProjectViewBase::OnProjectChanged(), CConstRef< C, Locker >::Reset(), ToWxString(), CProjectViewBase::x_AttachToProject(), CSeqTextView::x_MergeObjects(), CProjectViewBase::x_ReportInvalidInputData(), and CProjectViewBase::x_UpdateContentLabel().
|
virtual |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project
Reimplemented from CProjectView.
Definition at line 342 of file view_feattable.cpp.
References CProjectView::InitView(), and CFeatTableView::x_MergeObjects().
|
virtual |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project
Reimplemented from CProjectView.
Definition at line 132 of file view_graphic.cpp.
References _ASSERT, CGraphicPanel::CreateToolbar(), CLabel::eContent, CSeq_id::eFasta, eGetId_Best, fp, CScope::GetBioseqHandle(), CGBDocument::GetDefaultAssembly(), CSeqGraphicWidget::GetFeaturePanel(), CBioseq::GetFirstId(), CUIObject::GetHelpId(), GetId(), CLabel::GetLabel(), CException::GetMsg(), CConstRef< C, Locker >::GetPointer(), CRef< C, Locker >::GetPointer(), CSeq_entry_Base::GetSeq(), CBioseq_Handle::GetSeq_id_Handle(), CSeq_id_Handle::GetSeqId(), IServiceLocator::GetServiceByType(), CSeq_loc::GetTotalRange(), CViewGraphic::GetTypeDescriptor(), CGBDocument::GetUndoManager(), CGraphicPanel::GetWidget(), CGBDocument::GetWorkDir(), GUI_AsyncExec(), Info(), CSeqGraphicWidget::InitBioseqEditor(), CSeqGraphicWidget::InitDataSource(), map_checker< Container >::insert(), CSeq_entry_Base::IsSeq(), CSeq_loc_Base::IsWhole(), ITERATE, LOG_POST, CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, CProjectViewBase::m_Workbench, NULL, SConstScopedObject::object, compile_time_bits::range(), ReportIDError(), CConstRef< C, Locker >::Reset(), SConstScopedObject::scope, CSeqGraphicWidget::SetInputObject(), CSeqGraphicWidget::SetMarkers(), CSeqGraphicWidget::SetWorkDir(), NStr::Split(), str(), ToWxString(), NStr::TruncateSpaces(), CSeqGraphicWidget::UpdateConfig(), wxT, CProjectViewBase::x_AttachToProject(), CViewGraphic::x_GetViewSettingsFromParams(), CViewGraphic::x_MergeObjects(), CProjectViewBase::x_ReportInvalidInputData(), CViewGraphic::x_SetNonAsnInput(), CProjectViewBase::x_UpdateContentLabel(), and CSeqGraphicWidget::ZoomOnRange().
|
virtual |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project
Reimplemented from CProjectView.
Definition at line 115 of file sequin_desktop_view.cpp.
References _ASSERT, IServiceLocator::GetServiceByType(), CGBDocument::GetUndoManager(), CTextPanel::GetWidget(), IWMClient::GetWindow(), CSeqDesktopPanel::InitWidget(), CSequinDesktopView::m_Window, CProjectViewBase::m_Workbench, NULL, CTextItemPanel::SetTrackSelection(), CSeqDesktopPanel::SetUndoManager(), CProjectViewBase::x_AttachToProject(), CProjectViewBase::x_ReportInvalidInputData(), and CProjectViewBase::x_UpdateContentLabel().
|
virtual |
initialize view with data, inside this function the view must call CProjectService::AttachView to connect to a project
Reimplemented from CProjectView.
Definition at line 118 of file text_view.cpp.
References _ASSERT, data, CUser_object_Base::GetData(), IServiceLocator::GetServiceByType(), CObject_id_Base::GetStr(), CUser_object_Base::GetType(), CGBDocument::GetUndoManager(), CTextPanel::GetWidget(), CTextPanel::InitWidget(), CObject_id_Base::IsStr(), ITERATE, label, CTextView::m_Window, CProjectViewBase::m_Workbench, NULL, CTextPanel::SetInitialSequence(), CTextPanel::SetInitialViewType(), CTextPanel::SetOpenExpanded(), CTextItemPanel::SetTrackSelection(), CTextPanel::SetUndoManager(), CProjectViewBase::x_AttachToProject(), CProjectViewBase::x_ReportInvalidInputData(), and CProjectViewBase::x_UpdateContentLabel().
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 121 of file snp_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 99 of file component_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 220 of file cpg_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 116 of file entrez_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 104 of file feature_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 198 of file orf_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 145 of file sequence_search_tool.cpp.
|
virtual |
retuns true if the tool is compatible with the provided Search Context
Implements CSearchToolBase.
Definition at line 100 of file vcf_search_tool.cpp.
References context, ISeqLocSearchContext::GetNonAsnData(), and NULL.
|
virtual |
Reimplemented from IProjectViewFactory.
Definition at line 298 of file seq_text_view.cpp.
Referenced by CSeqTextViewFactory::TestInputObjects(), and CSeqTextViewFactory::x_NeedsConversion().
|
virtual |
Reimplemented from IProjectViewFactory.
Definition at line 604 of file view_feattable.cpp.
References CSeq_annot::IsFtable(), and type.
Referenced by CFeatTableViewFactory::TestInputObjects(), and CFeatTableViewFactory::x_NeedsConversion().
|
virtual |
Reimplemented from IProjectViewFactory.
Definition at line 743 of file view_graphic.cpp.
References CSeq_entry_Base::IsSeq(), and type.
Referenced by CViewGraphicFactory::TestInputObjects(), and CViewGraphicFactory::x_NeedsConversion().
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 152 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eCompleted, and CGBFlatFileLoadManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 542 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::eCompleted, and CGenBankUILoadManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 135 of file phy_loader.cpp.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 122 of file rm_load_manager.cpp.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 116 of file 5col_load_manager.cpp.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 145 of file agp_loader.cpp.
References CAgpLoader::eCompleted, and CAgpLoader::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 146 of file bed_load_manager.cpp.
References CBedLoadManager::eCompleted, and CBedLoadManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 264 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eCompleted, and CColumnarVCFLoaderManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 159 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eCompleted, and CFASTAFormatLoadManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 149 of file gff_load_manager.cpp.
References CGffLoadManager::eCompleted, and CGffLoadManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 146 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eCompleted, and CVCFLoaderManager::m_State.
|
virtual |
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred and validated.
Typically this is the last state after Final state. This state does not have an associated UI panel. When manager reaches the “Completed” state the framework hides the dialog and calls GetTask() function.
Implements IUIToolManager.
Definition at line 147 of file wig_load_manager.cpp.
References CWigLoadManager::eCompleted, and CWigLoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Reimplemented from CAlgoToolManagerBase.
Definition at line 91 of file cleanup_tool.cpp.
References CAlgoToolManagerBase::eParams, and CAlgoToolManagerBase::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 146 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eParams, and CGBFlatFileLoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 536 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::eSelectProject, and CGenBankUILoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Reimplemented from CAlgoToolManagerBase.
Definition at line 91 of file merge_tool.cpp.
References CAlgoToolManagerBase::eParams, and CAlgoToolManagerBase::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Reimplemented from CAlgoToolManagerBase.
Definition at line 100 of file srcedit_tool.cpp.
References CAlgoToolManagerBase::eParams, and CAlgoToolManagerBase::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 128 of file phy_loader.cpp.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 116 of file rm_load_manager.cpp.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 110 of file 5col_load_manager.cpp.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 139 of file agp_loader.cpp.
References CAgpLoader::eParams, and CAgpLoader::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 140 of file bed_load_manager.cpp.
References CBedLoadManager::eParams, and CBedLoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 258 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eCompleted, and CColumnarVCFLoaderManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 153 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eParams, and CFASTAFormatLoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 143 of file gff_load_manager.cpp.
References CGffLoadManager::eParams, and CGffLoadManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 140 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eParams, and CVCFLoaderManager::m_State.
|
virtual |
True if Tool Manager has reached its final state, i.e.
the last page (panel) in the sequence is displayed and "Finish" button is shown. The framework calls this function to decide whether “Finish” or “Next” button needs to be shown.
Implements IUIToolManager.
Definition at line 141 of file wig_load_manager.cpp.
References CWigLoadManager::eParams, and CWigLoadManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 211 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::eParams, and CGBFlatFileLoadManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 183 of file phy_loader.cpp.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 170 of file rm_load_manager.cpp.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 164 of file 5col_load_manager.cpp.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 204 of file agp_loader.cpp.
References CAgpLoader::eParams, and CAgpLoader::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 204 of file bed_load_manager.cpp.
References CBedLoadManager::eParams, and CBedLoadManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 449 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::eAssembly, and CColumnarVCFLoaderManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 218 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::eParams, and CFASTAFormatLoadManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 210 of file gff_load_manager.cpp.
References CGffLoadManager::eParams, and CGffLoadManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 205 of file vcf_load_manager.cpp.
References CVCFLoaderManager::eParams, and CVCFLoaderManager::m_State.
|
virtual |
return true if the current state of the loader UI is the first valid state (first step in a wizard-like sequence)
Implements IFileFormatLoaderManager.
Definition at line 205 of file wig_load_manager.cpp.
References CWigLoadManager::eParams, and CWigLoadManager::m_State.
bool CGenBankLoadOptionPanel::IsInputValid | ( | ) |
Definition at line 216 of file gb_load_option_panel.cpp.
References EMPTY_INPUT, GB_LOADER_ERR, NStr::IntToString(), INVALID_ELEMS_MSG, INVALID_INPUT, CGenBankLoadOptionPanel::m_ErrNum, CGenBankLoadOptionPanel::m_TokensNum, text(), ToWxString(), wxT, and CGenBankLoadOptionPanel::x_ValidateInput().
Referenced by CGenBankUILoadManager::DoTransition().
|
virtual |
a Data source needs to be open before use and closed after.
Implements IUIDataSource.
Definition at line 190 of file gb_ui_data_source.cpp.
References CGenBankUIDataSource::m_Open.
Definition at line 118 of file gb_flatfile_load_manager.hpp.
Definition at line 117 of file phy_loader.hpp.
Definition at line 107 of file rm_load_manager.hpp.
Definition at line 119 of file 5col_load_manager.hpp.
Definition at line 123 of file agp_loader.hpp.
Definition at line 123 of file bed_load_manager.hpp.
Definition at line 127 of file columnar_vcf_load_manager.hpp.
Definition at line 122 of file fasta_format_load_manager.hpp.
Definition at line 126 of file gff_load_manager.hpp.
Definition at line 121 of file vcf_load_manager.hpp.
Definition at line 123 of file wig_load_manager.hpp.
|
virtual |
Implements CAlgoToolManagerParamsPanel.
Definition at line 238 of file cleanup_panel.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetReadView(), kTableTag, CwxTableListCtrl::LoadTableSettings(), CCleanupPanel::m_ObjectList, CAlgoToolManagerParamsPanel::m_RegPath, and CGuiRegistryUtil::MakeKey().
Referenced by CCleanupTool::x_CreateParamsPanelIfNeeded().
|
virtual |
Implements IRegSettings.
Definition at line 132 of file cleanup_params.cpp.
References CGuiRegistry::GetInstance(), CRegistryReadView::GetInt(), CGuiRegistry::GetReadView(), kCleanupModeTag, CCleanupParams::m_CleanupMode, and CCleanupParams::m_RegPath.
|
virtual |
Implements IRegSettings.
Definition at line 252 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadParams::LoadSettings(), and CGBFlatFileLoadManager::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 629 of file gb_ui_data_source.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetReadView(), kProjectParamsTag, CGenBankLoadOptionPanel::LoadSettings(), SProjectSelectorParams::LoadSettings(), CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ProjectParams, and CGenBankUILoadManager::m_RegPath.
Referenced by CGenBankUILoadManager::GetCurrentPanel().
|
virtual |
Implements IRegSettings.
Definition at line 262 of file view_feattable.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetReadView(), CwxTableListCtrl::LoadTableSettings(), CFeatTableView::m_FTblWidget, and CFeatTableView::m_RegPath.
|
virtual |
Implements IRegSettings.
Definition at line 120 of file srcedit_params.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 162 of file fasta_load_params.cpp.
References CRegistryReadView::GetBool(), CGuiRegistry::GetInstance(), CRegistryReadView::GetInt(), CGuiRegistry::GetReadView(), kForceLocalIDsTag, kIgnoreGaps, kLowercaseOptionTag, kMakeDeltaTag, kNoSplit, kReadFirstTag, kSeqTypeTag, kSkipInvalidTag, CFastaLoadParams::m_ForceLocalIDs, CFastaLoadParams::m_IgnoreGaps, CFastaLoadParams::m_LowercaseOption, CFastaLoadParams::m_MakeDelta, CFastaLoadParams::m_NoSplit, CFastaLoadParams::m_ReadFirst, CFastaLoadParams::m_RegPath, CFastaLoadParams::m_SeqType, and CFastaLoadParams::m_SkipInvalid.
Referenced by CFASTAFormatLoadManager::LoadSettings().
|
virtual |
Implements IRegSettings.
Definition at line 142 of file gff_load_params.cpp.
References CGuiRegistry::GetInstance(), CRegistryReadView::GetInt(), CGuiRegistry::GetReadView(), CRegistryReadView::GetString(), kFileFormat, kMapAssembly, kNameFeatSet, kParseSeqIds, CMapAssemblyParams::LoadSettings(), CGffLoadParams::m_FileFormat, CGffLoadParams::m_MapAssembly, CGffLoadParams::m_NameFeatSet, CGffLoadParams::m_ParseSeqIds, CGffLoadParams::m_RegPath, ToStdString(), and ToWxString().
Referenced by CGffLoadManager::LoadSettings().
|
virtual |
Implements IRegSettings.
Definition at line 224 of file phy_loader.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 204 of file 5col_load_manager.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 246 of file agp_loader.cpp.
References CAgpLoadParams::LoadSettings(), and CAgpLoader::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 249 of file bed_load_manager.cpp.
References CBedLoadParams::LoadSettings(), and CBedLoadManager::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 495 of file columnar_vcf_load_manager.cpp.
References CVcfAssemblySelectionPanel::LoadSettings(), CColumnarVCFLoaderManager::m_AssemblyPanel, and CColumnarVCFLoaderManager::m_RegPath.
|
virtual |
Implements IRegSettings.
Definition at line 261 of file fasta_format_load_manager.cpp.
References CFastaLoadParams::LoadSettings(), and CFASTAFormatLoadManager::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 262 of file gff_load_manager.cpp.
References CGffLoadParams::LoadSettings(), and CGffLoadManager::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 249 of file vcf_load_manager.cpp.
References CBedLoadParams::LoadSettings(), and CVCFLoaderManager::m_Params.
|
virtual |
Implements IRegSettings.
Definition at line 248 of file wig_load_manager.cpp.
References CWigLoadParams::LoadSettings(), and CWigLoadManager::m_Params.
Definition at line 521 of file gb_load_option_panel.cpp.
References CTimeMRUList< T >::Add(), CTimeMRUList< T >::Clear(), CTimeFormat::eISO8601_DateTimeSec, format, CGuiRegistry::GetInstance(), CTimeFormat::GetPredefined(), CGuiRegistry::GetReadView(), CRegistryReadView::GetString(), CRegistryReadView::GetStringVec(), CTime::GetTimeT(), i, input(), kEmptyStr, kIdsInputTag, kMRUTag, kPanelTag, CGenBankLoadOptionPanel::m_AccMRUList, CGenBankLoadOptionPanel::SetInput(), t, NStr::URLDecode(), and CGenBankLoadOptionPanel::x_FillMRUList().
Referenced by CGenBankUILoadManager::LoadSettings(), and CGBLoadWizard::LoadSettings().
void CGenBankLoadOptionPanel::OnAccInputUpdated | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_TEXT_UPDATED event handler for ID_ACC_INPUT
Definition at line 560 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::m_AccInput, and CGenBankLoadOptionPanel::x_ValidateInput().
void CViewGraphic::OnOpenGraphicalView | ( | CEvent * | evt | ) |
Definition at line 602 of file view_graphic.cpp.
References COpenGraphicViewEvent::GetObject(), COpenGraphicViewEvent::GetParams(), IServiceLocator::GetServiceByType(), and CProjectViewBase::m_Workbench.
void CGffParamsPanel::OnParseSeqIdLocalSelected | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for ID_SEQ_ID_LOCAL
Definition at line 299 of file gff_params_panel.cpp.
References CGffParamsPanel::x_SetParseSeqId().
void CGffParamsPanel::OnParseSeqIdNormalSelected | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for ID_SEQ_ID_NORMAL
Definition at line 289 of file gff_params_panel.cpp.
References CGffParamsPanel::x_SetParseSeqId().
void CGffParamsPanel::OnParseSeqIdNumericSelected | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for IDSEQ_ID_NUMERIC
Definition at line 294 of file gff_params_panel.cpp.
References CGffParamsPanel::x_SetParseSeqId().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 357 of file view_feattable.cpp.
References CFeatTableView::x_Update(), and CProjectViewBase::x_UpdateContentLabel().
Referenced by CFeatTableView::OnProjectChanged(), and CFeatTableView::x_PostAttachToProject().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 349 of file view_feattable.cpp.
References CProjectViewEvent::eData, CProjectViewEvent::GetSubtype(), and CFeatTableView::OnProjectChanged().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 335 of file view_graphic.cpp.
References _ASSERT, CProjectViewEvent::eBothPropsData, CProjectViewEvent::eData, CProjectViewEvent::eDataChanging, CProjectViewEvent::GetProjectId(), IServiceLocator::GetServiceByType(), CProjectViewEvent::GetSubtype(), CGraphicPanel::GetWidget(), CViewGraphic::m_GraphicPanel, CProjectViewBase::m_Workbench, CSeqGraphicWidget::OnDataChanged(), CSeqGraphicWidget::OnDataChanging(), and CViewGraphic::x_SetNonAsnInput().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 164 of file sequin_desktop_view.cpp.
References CSeqDesktopPanel::DataChanged(), CSeqDesktopPanel::DataChanging(), CProjectViewEvent::eBothPropsData, CProjectViewEvent::eData, CProjectViewEvent::eDataChanging, CProjectViewEvent::GetSubtype(), and CSequinDesktopView::m_Window.
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 203 of file text_view.cpp.
References CTextPanel::DataChanged(), CTextPanel::DataChanging(), CProjectViewEvent::eBothPropsData, CProjectViewEvent::eData, CProjectViewEvent::eDataChanging, CProjectViewEvent::GetSubtype(), and CTextView::m_Window.
void CGenBankLoadOptionPanel::OnRecentAccClicked | ( | wxHtmlLinkEvent & | event | ) |
wxEVT_COMMAND_HTML_LINK_CLICKED event handler for ID_HTMLWINDOW2
Definition at line 450 of file gb_load_option_panel.cpp.
References NStr::fSplit_Tokenize, CGenBankLoadOptionPanel::GetInput(), info, input(), NStr::Join(), CGenBankLoadOptionPanel::m_AccInput, sDelim(), NStr::Split(), ToStdString(), ToWxString(), NStr::TruncateSpacesInPlace(), and wxT.
|
virtual |
ITextWidgetHost implementation.
Implements ITextWidgetHost.
Definition at line 359 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), CTextView::m_UsingStatusBar, CProjectViewBase::m_Workbench, and NULL.
|
virtual |
Implements ITextWidgetHost.
Definition at line 368 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), CTextView::m_UsingStatusBar, and CProjectViewBase::m_Workbench.
Implements ITextWidgetHost.
Definition at line 377 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), CProjectViewBase::m_Workbench, row, text(), and ToWxString().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 610 of file view_graphic.cpp.
References IWorkbench::GetViewManagerService(), IViewManagerService::GetViews(), CProjectViewBase::m_Workbench, and CViewGraphic::x_UpdateVisRangeLayout().
|
virtual |
Reimplemented from CProjectViewBase.
Definition at line 617 of file view_graphic.cpp.
References CProjectViewBase::GetId(), IWorkbench::GetViewManagerService(), IViewManagerService::GetViews(), CProjectViewBase::m_Workbench, NON_CONST_ITERATE, and CViewGraphic::x_UpdateVisRangeLayout().
|
virtual |
Reimplemented from CProjectView.
Definition at line 522 of file view_graphic.cpp.
References CVisibleRange::Clamp(), Error(), CSeqGraphicWidget::fSaveRange, IWorkbench::GetViewManagerService(), IViewManagerService::GetViews(), CSeqGraphicWidget::GetVisibleSeqRange(), CGraphicPanel::GetWidget(), LOG_POST, CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, CProjectViewBase::m_Workbench, CVisibleRange::Match(), CProjectViewBase::x_GetScope(), CViewGraphic::x_UpdateVisRangeLayout(), and CSeqGraphicWidget::ZoomOnRange().
Implements IGuiWidgetHost.
Definition at line 277 of file sequin_desktop_view.cpp.
Implements IGuiWidgetHost.
Definition at line 346 of file text_view.cpp.
void CViewGraphic::OnWidgetDataChanged | ( | CEvent * | evt | ) |
Definition at line 595 of file view_graphic.cpp.
References _ASSERT, CGraphicPanel::GetWidget(), CViewGraphic::m_GraphicPanel, and CSeqGraphicWidget::OnMarkerChanged().
|
virtual |
Reimplemented from CProjectView.
Definition at line 410 of file view_feattable.cpp.
References CFeatTableView::x_UpdateStatusMessage().
|
virtual |
Reimplemented from CProjectView.
Definition at line 587 of file view_graphic.cpp.
References IWorkbench::GetViewManagerService(), IViewManagerService::GetViews(), CProjectViewBase::m_Workbench, and CViewGraphic::x_UpdateVisRangeLayout().
|
virtual |
Reimplemented from CProjectView.
Definition at line 404 of file view_feattable.cpp.
References CProjectView::OnWidgetSelChanged(), and CFeatTableView::x_UpdateStatusMessage().
|
virtual |
Prepares Data Source for use, any initialization that can be potentially time-consuming or may require error handling shall be done in this function, not in a constructor.
Is initialization takes more than 1-2 sec it shall be done on a background thread (see App Job Dispatcher).
Implements IUIDataSource.
Definition at line 198 of file gb_ui_data_source.cpp.
References DirName(), NStr::DoubleToString(), CObjectManager::eDefault, CStopWatch::Elapsed(), Error(), FnToStdString(), FnToWxString(), IRegistry::GetBool(), CGuiRegistry::GetInstance(), CExtensionRegistry::GetInstance(), CObjectManager::GetInstance(), CRegistryReadView::GetInt(), CException::GetMsg(), CDataLoader::GetName(), IRegistry::GetString(), CConfig::GetTree(), in(), Info(), NStr::IntToString(), kAppExpCmdExtPoint, LOG_POST, CGenBankUIDataSource::m_ObjMgr, CGenBankUIDataSource::m_Open, msg(), IRWRegistry::Read(), CObjectManager::RegisterDataLoader(), CCSRADataLoader::RegisterInObjectManager(), CGBDataLoader::RegisterInObjectManager(), registry, CSysPath::ResolvePath(), CSysPath::ResolvePathExisting(), CStopWatch::Restart(), IRWRegistry::Set(), CObjectManager::SetLoaderOptions(), CStopWatch::Start(), sw, t, CException::what(), and wxT.
void CCleanupParams::operator= | ( | const CCleanupParams & | data | ) |
Assignment operator for CCleanupParams.
Assignment operator for CCleanupParams
Definition at line 73 of file cleanup_params.cpp.
References CCleanupParams::Copy(), and data.
void CFastaLoadParams::operator= | ( | const CFastaLoadParams & | data | ) |
Assignment operator for CFastaLoadParams.
Assignment operator for CFastaLoadParams
Definition at line 73 of file fasta_load_params.cpp.
References CFastaLoadParams::Copy(), and data.
void CGffLoadParams::operator= | ( | const CGffLoadParams & | data | ) |
Assignment operator for CGffLoadParams.
Assignment operator for CGffLoadParams
Definition at line 75 of file gff_load_params.cpp.
References CGffLoadParams::Copy(), and data.
void CSrcEditParams::operator= | ( | const CSrcEditParams & | data | ) |
Assignment operator for CSrcEditParams.
Assignment operator for CSrcEditParams
Definition at line 73 of file srcedit_params.cpp.
References CSrcEditParams::Copy(), and data.
|
inline |
Definition at line 87 of file gb_load_option_panel.hpp.
References CGenBankLoadOptionPanel::CAccDescriptor::m_Accession.
bool CCleanupParams::operator== | ( | const CCleanupParams & | data | ) | const |
Equality operator for CCleanupParams.
Equality operator for CCleanupParams
Definition at line 82 of file cleanup_params.cpp.
References data, and CCleanupParams::m_CleanupMode.
bool CFastaLoadParams::operator== | ( | const CFastaLoadParams & | data | ) | const |
Equality operator for CFastaLoadParams.
Equality operator for CFastaLoadParams
Definition at line 82 of file fasta_load_params.cpp.
References data, CFastaLoadParams::m_ForceLocalIDs, CFastaLoadParams::m_IgnoreGaps, CFastaLoadParams::m_LowercaseOption, CFastaLoadParams::m_MakeDelta, CFastaLoadParams::m_NoSplit, CFastaLoadParams::m_ReadFirst, CFastaLoadParams::m_SeqType, and CFastaLoadParams::m_SkipInvalid.
bool CGffLoadParams::operator== | ( | const CGffLoadParams & | data | ) | const |
Equality operator for CGffLoadParams.
Equality operator for CGffLoadParams
Definition at line 84 of file gff_load_params.cpp.
References data, CGffLoadParams::m_FileFormat, CGffLoadParams::m_MapAssembly, CGffLoadParams::m_NameFeatSet, and CGffLoadParams::m_ParseSeqIds.
bool CSrcEditParams::operator== | ( | const CSrcEditParams & | data | ) | const |
Equality operator for CSrcEditParams.
Equality operator for CSrcEditParams
Definition at line 82 of file srcedit_params.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 118 of file 5col_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 145 of file agp_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 172 of file assembly_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 170 of file bed_object_loader.cpp.
References CBedObjectLoader::m_Objects, wxT, CReportLoaderErrors::x_ShowErrorsDlg(), and CMappingObjectLoader::x_ShowMappingDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 85 of file chain_loader.cpp.
References CChainLoader::m_ExecuteUnits.
|
virtual |
Implements IExecuteUnit.
Definition at line 171 of file gb_flatfile_object_loader.cpp.
References wxT, and CReportLoaderErrorsEx::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 183 of file gb_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 198 of file gff_object_loader.cpp.
References CGffObjectLoader::m_Objects, wxT, CReportLoaderErrors::x_ShowErrorsDlg(), and CMappingObjectLoader::x_ShowMappingDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 175 of file phy_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_ShowErrorsDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 124 of file psl_object_loader.cpp.
References CPslObjectLoader::m_Objects, wxT, CReportLoaderErrors::x_ShowErrorsDlg(), and CMappingObjectLoader::x_ShowMappingDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 141 of file vcf_object_loader.cpp.
References CVcfObjectLoader::m_Objects, wxT, CReportLoaderErrors::x_ShowErrorsDlg(), and CMappingObjectLoader::x_ShowMappingDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 209 of file wig_object_loader.cpp.
References CWigObjectLoader::m_Objects, wxT, CReportLoaderErrors::x_ShowErrorsDlg(), and CMappingObjectLoader::x_ShowMappingDlg().
|
virtual |
Implements IExecuteUnit.
Definition at line 66 of file 5col_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 66 of file agp_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 75 of file assembly_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 69 of file bed_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 64 of file chain_loader.cpp.
References CChainLoader::m_ExecuteUnits.
|
virtual |
Implements IExecuteUnit.
Definition at line 78 of file gb_flatfile_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 64 of file gb_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 71 of file gff_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 66 of file phy_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 66 of file psl_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 66 of file vcf_object_loader.cpp.
|
virtual |
Implements IExecuteUnit.
Definition at line 89 of file wig_object_loader.cpp.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 224 of file gb_flatfile_load_manager.cpp.
References CFormatGuess::eFlatFileGenbank.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 196 of file phy_loader.cpp.
References CFormatGuess::eNewick.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 183 of file rm_load_manager.cpp.
References CFormatGuess::eRmo.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 177 of file 5col_load_manager.cpp.
References CFormatGuess::eFiveColFeatureTable.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 216 of file agp_loader.cpp.
References CFormatGuess::eAgp.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 217 of file bed_load_manager.cpp.
References CFormatGuess::eBed, and CFormatGuess::eBed15.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 462 of file columnar_vcf_load_manager.cpp.
References CFormatGuess::eVcf.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 231 of file fasta_format_load_manager.cpp.
References CFormatGuess::eFasta.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 224 of file gff_load_manager.cpp.
References CFormatGuess::eGff2, CFormatGuess::eGff3, CFormatGuess::eGtf, CFormatGuess::eGtf_POISENED, and CFormatGuess::eGvf.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 218 of file vcf_load_manager.cpp.
References CFormatGuess::eVcf.
|
virtual |
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 218 of file wig_load_manager.cpp.
References CFormatGuess::eWiggle.
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 217 of file gb_flatfile_load_manager.cpp.
References CFileExtensions::kGenBank, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 189 of file phy_loader.cpp.
References CFileExtensions::kTree, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 176 of file rm_load_manager.cpp.
References CFileExtensions::kTxt, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 170 of file 5col_load_manager.cpp.
References CFileExtensions::k5Column, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 209 of file agp_loader.cpp.
References CFileExtensions::kAGP, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 210 of file bed_load_manager.cpp.
References wxT.
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 455 of file columnar_vcf_load_manager.cpp.
References CFileExtensions::kVCF, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 224 of file fasta_format_load_manager.cpp.
References CFileExtensions::kFASTA, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 216 of file gff_load_manager.cpp.
References CFileExtensions::kGFF, CFileExtensions::kGTF, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 211 of file vcf_load_manager.cpp.
References CFileExtensions::kVCF, and CFileExtensions::RecognizeExtension().
return true if the given file format is supported by this manager
Implements IFileFormatLoaderManager.
Definition at line 211 of file wig_load_manager.cpp.
References wxT.
|
virtual |
called by the framework to give Factory a chance to register commands used by view
Reimplemented from IViewFactory.
Definition at line 718 of file view_graphic.cpp.
References CSeqGraphicWidget::RegisterCommands().
|
virtual |
called by the framework to give Factory a chance to register commands used by view
Reimplemented from IViewFactory.
Definition at line 387 of file sequin_desktop_view.cpp.
|
virtual |
called by the framework to give Factory a chance to register commands used by view
Reimplemented from IViewFactory.
Definition at line 409 of file text_view.cpp.
References CTextPanel::RegisterCommands().
|
virtual |
called by the framework to give Factory a chance to register images used by view
Implements IViewFactory.
Definition at line 270 of file seq_text_view.cpp.
References CUIObject::GetIconAlias(), IProjectViewFactory::GetViewTypeDescriptor(), wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
|
virtual |
called by the framework to give Factory a chance to register images used by view
Implements IViewFactory.
Definition at line 578 of file view_feattable.cpp.
References CUIObject::GetIconAlias(), IProjectViewFactory::GetViewTypeDescriptor(), wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
|
virtual |
called by the framework to give Factory a chance to register images used by view
Implements IViewFactory.
Definition at line 711 of file view_graphic.cpp.
References CUIObject::GetIconAlias(), IProjectViewFactory::GetViewTypeDescriptor(), wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
|
virtual |
called by the framework to give Factory a chance to register images used by view
Implements IViewFactory.
Definition at line 381 of file sequin_desktop_view.cpp.
References CUIObject::GetIconAlias(), IProjectViewFactory::GetViewTypeDescriptor(), wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
|
virtual |
called by the framework to give Factory a chance to register images used by view
Implements IViewFactory.
Definition at line 403 of file text_view.cpp.
References CUIObject::GetIconAlias(), IProjectViewFactory::GetViewTypeDescriptor(), wxFileArtProvider::RegisterFileAlias(), ToWxString(), and wxT.
Implements IGencollSvcErrors.
Definition at line 178 of file assembly_object_loader.cpp.
References wxT, and CReportLoaderErrors::x_UpdateHTMLResults().
|
virtual |
override in derived classes
Restores the default options for the panel
Implements CAlgoToolManagerParamsPanel.
Definition at line 251 of file cleanup_panel.cpp.
References CCleanupPanel::GetData(), CCleanupParams::Init(), and CCleanupPanel::TransferDataToWindow().
void CGenBankUILoadManager::SaveMruAccessions | ( | ) |
Definition at line 623 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_RegPath, and CGenBankLoadOptionPanel::SaveMruAccessions().
Referenced by CGenBankUILoadManager::GetTask().
Definition at line 494 of file gb_load_option_panel.cpp.
References CTimeMRUList< T >::Add(), CTime::AsString(), CTimeFormat::eISO8601_DateTimeSec, format, CGuiRegistry::GetInstance(), CTimeMRUList< T >::GetMap(), CTimeFormat::GetPredefined(), CGuiRegistry::GetWriteView(), ITERATE, kMRUTag, kPanelTag, CGenBankLoadOptionPanel::m_AccMRUList, CGenBankLoadOptionPanel::m_Ids, CGenBankLoadOptionPanel::m_NAs, CGenBankLoadOptionPanel::m_ValidTokens, CRegistryWriteView::Set(), and CTime::ToLocalTime().
Referenced by CGenBankUILoadManager::SaveMruAccessions().
|
virtual |
override in derived classes
Implements CAlgoToolManagerParamsPanel.
Definition at line 228 of file cleanup_panel.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), kTableTag, CCleanupPanel::m_ObjectList, CAlgoToolManagerParamsPanel::m_RegPath, CGuiRegistryUtil::MakeKey(), and CwxTableListCtrl::SaveTableSettings().
|
virtual |
Implements IRegSettings.
Definition at line 121 of file cleanup_params.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), kCleanupModeTag, CCleanupParams::m_CleanupMode, CCleanupParams::m_RegPath, and CRegistryWriteView::Set().
|
virtual |
Implements IRegSettings.
Definition at line 247 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_Params, and CGBFlatFileLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 608 of file gb_ui_data_source.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), kProjectParamsTag, CGenBankUILoadManager::m_OptionPanel, CGenBankUILoadManager::m_ProjectParams, CGenBankUILoadManager::m_RegPath, CGenBankLoadOptionPanel::SaveSettings(), and SProjectSelectorParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 271 of file view_feattable.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), CFeatTableView::m_FTblWidget, CFeatTableView::m_RegPath, and CwxTableListCtrl::SaveTableSettings().
|
virtual |
Implements IRegSettings.
Definition at line 116 of file srcedit_params.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 144 of file fasta_load_params.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), kForceLocalIDsTag, kIgnoreGaps, kLowercaseOptionTag, kMakeDeltaTag, kNoSplit, kReadFirstTag, kSeqTypeTag, kSkipInvalidTag, CFastaLoadParams::m_ForceLocalIDs, CFastaLoadParams::m_IgnoreGaps, CFastaLoadParams::m_LowercaseOption, CFastaLoadParams::m_MakeDelta, CFastaLoadParams::m_NoSplit, CFastaLoadParams::m_ReadFirst, CFastaLoadParams::m_RegPath, CFastaLoadParams::m_SeqType, CFastaLoadParams::m_SkipInvalid, and CRegistryWriteView::Set().
Referenced by CFASTAFormatLoadManager::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 127 of file gff_load_params.cpp.
References CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), kFileFormat, kMapAssembly, kNameFeatSet, kParseSeqIds, CGffLoadParams::m_FileFormat, CGffLoadParams::m_MapAssembly, CGffLoadParams::m_NameFeatSet, CGffLoadParams::m_ParseSeqIds, CGffLoadParams::m_RegPath, CMapAssemblyParams::SaveSettings(), CRegistryWriteView::Set(), and ToStdString().
Referenced by CGffLoadManager::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 219 of file phy_loader.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 199 of file 5col_load_manager.cpp.
|
virtual |
Implements IRegSettings.
Definition at line 240 of file agp_loader.cpp.
References CAgpLoader::m_Params, and CAgpLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 243 of file bed_load_manager.cpp.
References CBedLoadManager::m_Params, and CBedLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 487 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_AssemblyPanel, CColumnarVCFLoaderManager::m_RegPath, and CVcfAssemblySelectionPanel::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 255 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_Params, and CFastaLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 256 of file gff_load_manager.cpp.
References CGffLoadManager::m_Params, and CGffLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 243 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_Params, and CBedLoadParams::SaveSettings().
|
virtual |
Implements IRegSettings.
Definition at line 242 of file wig_load_manager.cpp.
References CWigLoadManager::m_Params, and CWigLoadParams::SaveSettings().
Definition at line 481 of file gb_load_option_panel.cpp.
References CGenBankLoadOptionPanel::GetInput(), CGuiRegistry::GetInstance(), CGuiRegistry::GetWriteView(), input(), kIdsInputTag, kPanelTag, CRegistryWriteView::Set(), and NStr::URLEncode().
Referenced by CGenBankUILoadManager::SaveSettings(), and CGBLoadWizard::SaveSettings().
|
virtual |
Implements IViewSettingsAtProject.
Definition at line 855 of file view_graphic.cpp.
References CSeq_id::eFasta, CRange_Base::GetFrom(), CUIObject::GetHelpId(), CSeqGraphicWidget::GetMarkers(), CRange_Base::GetTo(), CViewGraphic::GetTypeDescriptor(), CSeqGraphicWidget::GetVisibleSeqRange(), CGraphicPanel::GetWidget(), Info(), CSeqGraphicWidget::IsDirty(), LOG_POST, CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, NStr::NumericToString(), and CSeqGraphicWidget::SetDirty().
Definition at line 480 of file feature_search_tool.cpp.
References CSeq_loc_Base::e_Whole, COpenRange< Position >::Empty(), eNa_strand_minus, CRange_Base::GetFrom(), CSeq_loc::GetId(), CSeq_loc::GetLabel(), CSeq_loc::GetStrand(), CRange_Base::GetTo(), CSeq_loc::GetTotalRange(), out(), NStr::UIntToString(), and CSeq_loc_Base::Which().
Referenced by CFeatureSearchJob::x_AddFeatToResults().
|
inline |
Definition at line 86 of file cleanup_params.hpp.
References CCleanupParams::m_CleanupMode, and rapidjson::value.
|
inline |
Definition at line 114 of file cleanup_panel.hpp.
References data, and CCleanupPanel::m_data.
Referenced by CCleanupTool::x_CreateParamsPanelIfNeeded().
|
inline |
Definition at line 92 of file fasta_format_params_panel.hpp.
References data, and CFASTAFormatParamsPanel::m_data.
Referenced by CFASTAFormatLoadManager::x_GetParamsPanel().
|
inline |
Definition at line 116 of file gff_params_panel.hpp.
References data, and CGffParamsPanel::m_data.
Referenced by CGffLoadManager::x_GetParamsPanel().
Definition at line 368 of file resolve_id_dlg.cpp.
References data, and CResolveIdDlg::m_Grid.
Referenced by CMappingObjectLoader::x_ShowMappingDlg().
|
inlinevirtual |
Reimplemented from CSearchFormBase.
Definition at line 116 of file entrez_search_tool.hpp.
|
inline |
Definition at line 86 of file gff_load_params.hpp.
References CGffLoadParams::m_FileFormat, and rapidjson::value.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 201 of file gb_flatfile_load_manager.cpp.
References filenames, and CGBFlatFileLoadManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 173 of file phy_loader.cpp.
References filenames, and CPhyLoader::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 160 of file rm_load_manager.cpp.
References filenames, and CRMLoader::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 154 of file 5col_load_manager.cpp.
References filenames, and C5ColLoadManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 194 of file agp_loader.cpp.
References filenames, and CAgpLoader::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 194 of file bed_load_manager.cpp.
References filenames, and CBedLoadManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 439 of file columnar_vcf_load_manager.cpp.
References filenames, and CColumnarVCFLoaderManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 208 of file fasta_format_load_manager.cpp.
References filenames, and CFASTAFormatLoadManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 200 of file gff_load_manager.cpp.
References filenames, and CGffLoadManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 195 of file vcf_load_manager.cpp.
References filenames, and CVCFLoaderManager::m_FileNames.
|
virtual |
initilize the manager with the given filenames
Implements IFileFormatLoaderManager.
Definition at line 195 of file wig_load_manager.cpp.
References filenames, and CWigLoadManager::m_FileNames.
|
inline |
Definition at line 81 of file fasta_load_params.hpp.
References CFastaLoadParams::m_ForceLocalIDs, and rapidjson::value.
|
inline |
Definition at line 84 of file fasta_load_params.hpp.
References CFastaLoadParams::m_IgnoreGaps, and rapidjson::value.
Definition at line 199 of file gb_load_option_panel.cpp.
References _ASSERT, input(), CGenBankLoadOptionPanel::m_AccInput, and ToWxString().
Referenced by CGenBankLoadOptionPanel::LoadSettings().
|
inline |
Definition at line 87 of file fasta_load_params.hpp.
References CFastaLoadParams::m_LowercaseOption, and rapidjson::value.
|
inlinevirtual |
Reimplemented from CSearchFormBase.
Definition at line 117 of file entrez_search_tool.hpp.
|
inline |
Definition at line 90 of file fasta_load_params.hpp.
References CFastaLoadParams::m_MakeDelta, and rapidjson::value.
|
inline |
Definition at line 89 of file gff_load_params.hpp.
References CGffLoadParams::m_MapAssembly, and rapidjson::value.
Referenced by CGffParamsPanel::TransferDataFromWindow().
|
inline |
Definition at line 92 of file gff_load_params.hpp.
References CGffLoadParams::m_NameFeatSet, and rapidjson::value.
|
inline |
Definition at line 93 of file fasta_load_params.hpp.
References CFastaLoadParams::m_NoSplit, and rapidjson::value.
|
inline |
Definition at line 82 of file cleanup_params.hpp.
References CCleanupParams::m_Objects.
|
inline |
Definition at line 82 of file srcedit_params.hpp.
References CSrcEditParams::m_Objects.
|
inline |
Definition at line 123 of file cleanup_panel.hpp.
References CCleanupPanel::m_InputObjects.
Referenced by CCleanupTool::x_CreateParamsPanelIfNeeded().
|
virtual |
Reimplemented from IProjectView.
Definition at line 512 of file view_graphic.cpp.
References CConstRef< C, Locker >::GetPointer(), CGraphicPanel::GetWidget(), CSeqGraphicWidget::InitDataSource(), CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, SConstScopedObject::object, CProjectViewBase::RefreshViewWindow(), CConstRef< C, Locker >::Reset(), CSeqGraphicWidget::SetInputObject(), and CProjectViewBase::x_UpdateContentLabel().
|
virtual |
Implements IToolWizard.
Definition at line 93 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_ParentWindow.
|
virtual |
Implements IUIToolManager.
Definition at line 469 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 79 of file phy_loader.cpp.
References CPhyLoader::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 81 of file rm_load_manager.cpp.
References CRMLoader::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 78 of file 5col_load_manager.cpp.
|
virtual |
Implements IToolWizard.
Definition at line 85 of file agp_loader.cpp.
References CAgpLoader::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 86 of file bed_load_manager.cpp.
References CBedLoadManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 166 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 99 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 89 of file gff_load_manager.cpp.
References CGffLoadManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 87 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_ParentWindow.
|
virtual |
Implements IToolWizard.
Definition at line 86 of file wig_load_manager.cpp.
References CWigLoadManager::m_ParentWindow.
|
inline |
Definition at line 95 of file gff_load_params.hpp.
References CGffLoadParams::m_ParseSeqIds, and rapidjson::value.
Referenced by CGffParamsPanel::x_SetParseSeqId().
Implements IFlatFileCtrl.
Definition at line 313 of file text_view.cpp.
References CTextView::m_Window, and IFlatFileCtrl::SetPosition().
IFlatFileCtrl implementation.
Implements IFlatFileCtrl.
Definition at line 307 of file text_view.cpp.
References CTextView::m_Window, and IFlatFileCtrl::SetPosition().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 90 of file gb_flatfile_load_manager.hpp.
References CGBFlatFileLoadManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 95 of file agp_loader.hpp.
References CAgpLoader::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 95 of file bed_load_manager.hpp.
References CBedLoadManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 99 of file columnar_vcf_load_manager.hpp.
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 94 of file fasta_format_load_manager.hpp.
References CFASTAFormatLoadManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 98 of file gff_load_manager.hpp.
References CGffLoadManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 93 of file vcf_load_manager.hpp.
References CVCFLoaderManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inlinevirtual |
Sets a wizard page which should show before the first page of the tool.
Reimplemented from IToolWizard.
Definition at line 95 of file wig_load_manager.hpp.
References CWigLoadManager::m_OptionsPage, and CWizardPage::SetPrevPage().
|
inline |
Definition at line 96 of file fasta_load_params.hpp.
References CFastaLoadParams::m_ReadFirst, and rapidjson::value.
Implements IRegSettings.
Definition at line 116 of file cleanup_params.cpp.
References CCleanupParams::m_RegPath.
Implements IRegSettings.
Definition at line 241 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_Params, CGBFlatFileLoadManager::m_RegPath, and CGBFlatFileLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 600 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_RegPath.
Implements IRegSettings.
Definition at line 111 of file srcedit_params.cpp.
References CSrcEditParams::m_RegPath.
Implements IRegSettings.
Definition at line 75 of file fasta_load_params.hpp.
References CFastaLoadParams::m_RegPath.
Referenced by CFASTAFormatLoadManager::SetRegistryPath().
Implements IRegSettings.
Definition at line 80 of file gff_load_params.hpp.
References CGffLoadParams::m_RegPath.
Referenced by CGffLoadManager::SetRegistryPath().
Implements IRegSettings.
Definition at line 214 of file phy_loader.cpp.
References CPhyLoader::m_RegPath.
Implements IRegSettings.
Definition at line 194 of file 5col_load_manager.cpp.
References C5ColLoadManager::m_RegPath.
Implements IRegSettings.
Definition at line 234 of file agp_loader.cpp.
References CAgpLoader::m_Params, CAgpLoader::m_RegPath, and CAgpLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 237 of file bed_load_manager.cpp.
References CBedLoadManager::m_Params, CBedLoadManager::m_RegPath, and CBedLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 480 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_RegPath.
Implements IRegSettings.
Definition at line 249 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_Params, CFASTAFormatLoadManager::m_RegPath, and CFastaLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 250 of file gff_load_manager.cpp.
References CGffLoadManager::m_Params, CGffLoadManager::m_RegPath, and CGffLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 237 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_Params, CVCFLoaderManager::m_RegPath, and CBedLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 236 of file wig_load_manager.cpp.
References CWigLoadManager::m_Params, CWigLoadManager::m_RegPath, and CWigLoadParams::SetRegistryPath().
Implements IRegSettings.
Definition at line 522 of file view_feattable.cpp.
References CFeatTableView::m_RegPath.
|
protected |
Adds an additional child node, indicating the release type (RefSeq or GenBank)
Definition at line 330 of file entrez_search_tool.cpp.
References xml::node::end(), xml::node::find(), NStr::Find(), xml::node::get_content(), xml::node::insert(), and NPOS.
Referenced by CEntrezSearchJob::x_DoSearch().
|
inline |
Definition at line 99 of file fasta_load_params.hpp.
References CFastaLoadParams::m_SeqType, and rapidjson::value.
|
virtual |
Implements IServiceLocatorConsumer.
Definition at line 135 of file gb_ui_data_source.cpp.
References CGenBankUIDataSource::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 87 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 463 of file gb_ui_data_source.cpp.
References CGenBankUILoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 73 of file phy_loader.cpp.
References CPhyLoader::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 75 of file rm_load_manager.cpp.
References CRMLoader::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 72 of file 5col_load_manager.cpp.
References C5ColLoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 79 of file agp_loader.cpp.
References CAgpLoader::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 80 of file bed_load_manager.cpp.
References CBedLoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 160 of file columnar_vcf_load_manager.cpp.
References CColumnarVCFLoaderManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 93 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 83 of file gff_load_manager.cpp.
References CGffLoadManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 81 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_SrvLocator.
|
virtual |
Sets / unsets Service Locator.
Tool Manager can use the locator to obtain the services necessary services.
Implements IUIToolManager.
Definition at line 80 of file wig_load_manager.cpp.
References CWigLoadManager::m_SrvLocator.
|
inline |
Definition at line 102 of file fasta_load_params.hpp.
References CFastaLoadParams::m_SkipInvalid, and rapidjson::value.
|
virtual |
IView implementation.
Reimplemented from CProjectView.
Definition at line 635 of file view_graphic.cpp.
References IServiceLocator::GetServiceByType(), CProjectViewBase::m_Workbench, and CProjectView::SetWorkbench().
|
static |
|
static |
Definition at line 169 of file fasta_format_params_panel.cpp.
|
static |
Definition at line 574 of file gb_load_option_panel.cpp.
|
static |
Should we show tooltips?
Should we show tooltips?
Definition at line 228 of file gff_params_panel.cpp.
Referenced by CGffParamsPanel::CreateControls().
|
static |
Should we show tooltips?
Should we show tooltips?
Definition at line 399 of file resolve_id_dlg.cpp.
|
virtual |
Implements IGuiWidgetHost.
Definition at line 281 of file sequin_desktop_view.cpp.
References IServiceLocator::GetServiceByType(), and CProjectViewBase::m_Workbench.
|
virtual |
Implements IGuiWidgetHost.
Definition at line 350 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), and CProjectViewBase::m_Workbench.
|
inline |
Definition at line 127 of file orf_search_tool.hpp.
|
virtual |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith()
Implements IProjectViewFactory.
Definition at line 306 of file seq_text_view.cpp.
References IProjectViewFactory::fCanShowAll, IProjectViewFactory::fCanShowIfConverted, IProjectViewFactory::fCanShowNone, IProjectViewFactory::fCanShowSeparated, IProjectViewFactory::fCanShowSome, i, CSeqTextViewFactory::IsCompatibleWith(), and CSeqTextViewFactory::x_NeedsConversion().
|
virtual |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith()
Implements IProjectViewFactory.
Definition at line 643 of file view_feattable.cpp.
References IProjectViewFactory::fCanShowAll, IProjectViewFactory::fCanShowIfConverted, IProjectViewFactory::fCanShowNone, IProjectViewFactory::fCanShowSeparated, IProjectViewFactory::fCanShowSome, i, CFeatTableViewFactory::IsCompatibleWith(), and CFeatTableViewFactory::x_NeedsConversion().
|
virtual |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith()
Implements IProjectViewFactory.
Definition at line 779 of file view_graphic.cpp.
References IProjectViewFactory::fCanShowAll, IProjectViewFactory::fCanShowIfConverted, IProjectViewFactory::fCanShowNone, IProjectViewFactory::fCanShowSeparated, IProjectViewFactory::fCanShowSome, i, CViewGraphicFactory::IsCompatibleWith(), and CViewGraphicFactory::x_NeedsConversion().
|
virtual |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith()
Implements IProjectViewFactory.
Definition at line 409 of file sequin_desktop_view.cpp.
References IProjectViewFactory::fCanShowAll, IProjectViewFactory::fCanShowSeparated, IProjectViewFactory::fCanShowSome, and i.
|
virtual |
tests input objects (not using object conversion) and returns a combination of ETestResult flags better name is IsCompatibleWith()
Implements IProjectViewFactory.
Definition at line 432 of file text_view.cpp.
References IProjectViewFactory::fCanShowAll, IProjectViewFactory::fCanShowSeparated, IProjectViewFactory::fCanShowSome, and i.
|
inline |
Definition at line 164 of file gb_load_option_panel.hpp.
|
inlinevirtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 95 of file snp_search_tool.hpp.
References CSNPSearchQuery::m_Terms.
|
inlinevirtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 93 of file component_search_tool.hpp.
References CComponentSearchQuery::GetIds().
|
virtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 269 of file cpg_search_tool.cpp.
References CCpgSearchQuery::m_AdjMergeThreshold, CCpgSearchQuery::m_MinGC, CCpgSearchQuery::m_MinLenOfIsland, CCpgSearchQuery::m_MinPercentage, and CCpgSearchQuery::m_SizeOfSlidingWindow.
|
inlinevirtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 100 of file entrez_search_tool.hpp.
References CEntrezSearchQuery::m_DbName, and CEntrezSearchQuery::m_Terms.
|
virtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 151 of file feature_search_tool.cpp.
References CFeatureSearchQuery::m_Pattern.
|
virtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 249 of file orf_search_tool.cpp.
References COrfSearchQuery::m_Gencode, COrfSearchQuery::m_MinPairs, and COrfSearchQuery::m_StartOrf.
|
virtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 193 of file sequence_search_tool.cpp.
References CSearchToolBase::GetPatternTypeStr(), CSequenceSearchQuery::m_Pattern, CSequenceSearchQuery::m_PatternFile, and CSequenceSearchQuery::m_PatternType.
|
inlinevirtual |
Prepare a string representation of a query (for logging and debugging)
Implements IDMSearchQuery.
Definition at line 95 of file vcf_search_tool.hpp.
References CVcfSearchQuery::GetIds().
|
virtual |
Transfer data from the window.
Transfer data from the window
Definition at line 210 of file cleanup_panel.cpp.
References CCleanupPanel::GetData(), CObjectListWidget::GetSelection(), CCleanupPanel::m_ObjectList, and wxT.
|
virtual |
Transfer data from the window
Definition at line 207 of file fasta_format_params_panel.cpp.
Referenced by CFASTAFormatLoadManager::CPage::CanLeavePage(), and CFASTAFormatLoadManager::DoTransition().
|
virtual |
Transfer data from the window
Definition at line 279 of file gff_params_panel.cpp.
References CAssemblySelPanel::GetData(), CGffParamsPanel::GetData(), CGffParamsPanel::m_AssemblyPanel, and CGffLoadParams::SetMapAssembly().
Referenced by CGffLoadManager::DoTransition().
|
virtual |
Transfer data to the window.
Transfer data to the window
Definition at line 196 of file cleanup_panel.cpp.
References CCleanupPanel::m_InputObjects, CCleanupPanel::m_ObjectList, CwxTableListCtrl::SelectAll(), and CObjectListWidget::SetObjects().
Referenced by CCleanupPanel::RestoreDefaults().
|
virtual |
Transfer data to the window
Definition at line 198 of file fasta_format_params_panel.cpp.
Referenced by CFASTAFormatLoadManager::x_GetParamsPanel().
|
virtual |
Transfer data to the window
Definition at line 263 of file gff_params_panel.cpp.
References CGffParamsPanel::GetData(), CGffParamsPanel::m_AssemblyPanel, CAssemblySelPanel::SetData(), and CGffParamsPanel::x_SetParseSeqId().
Referenced by CGffLoadManager::x_GetParamsPanel().
|
virtual |
Implements IDMSearchForm.
Definition at line 200 of file snp_search_tool.cpp.
|
virtual |
Implements IDMSearchForm.
Definition at line 210 of file component_search_tool.cpp.
References CComponentSearchForm::m_DbCombo, and CSearchFormBase::UpdateContextCombo().
|
virtual |
Implements IDMSearchForm.
Definition at line 458 of file cpg_search_tool.cpp.
References CCpgSearchForm::m_DbCombo, and CSearchFormBase::UpdateContextCombo().
|
virtual |
Implements IDMSearchForm.
Definition at line 222 of file entrez_search_tool.cpp.
References CEntrezDB::GetDbNames(), ITERATE, CEntrezSearchForm::m_CurrDbName, CEntrezSearchForm::m_DbCombo, CEntrezSearchForm::m_DbNames, ToStdString(), and ToWxString().
|
virtual |
Implements IDMSearchForm.
Definition at line 194 of file feature_search_tool.cpp.
References ITERATE, NStr::Join(), CFeatureSearchForm::m_DbCombo, CSearchFormBase::m_FeatTypesSet, CFeatureSearchForm::m_HyperLink, ToWxString(), CSearchFormBase::UpdateContextCombo(), and NStr::Wrap().
|
virtual |
Implements IDMSearchForm.
Definition at line 406 of file orf_search_tool.cpp.
References COrfSearchForm::m_DbCombo, and CSearchFormBase::UpdateContextCombo().
|
virtual |
Implements IDMSearchForm.
Definition at line 332 of file sequence_search_tool.cpp.
References CSequenceSearchForm::m_DbCombo, CSequenceSearchForm::m_pPatternSizer, CSequenceSearchForm::m_pSearchSizer, CSearchFormBase::m_Sizer, CSequenceSearchForm::m_TypeCombo, and CSearchFormBase::UpdateContextCombo().
|
virtual |
Implements IDMSearchForm.
Definition at line 216 of file vcf_search_tool.cpp.
References CVcfSearchForm::m_DbCombo, and CSearchFormBase::UpdateContextCombo().
|
virtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 204 of file snp_search_tool.cpp.
References CSearchFormBase::m_Controller, IDMSearchFormController::OnSearchEnabled(), and CSearchFormBase::UpdateContexts().
|
virtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 165 of file component_search_tool.cpp.
References CSearchFormBase::UpdateContexts().
|
virtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 464 of file cpg_search_tool.cpp.
References CSearchFormBase::UpdateContexts().
|
virtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 244 of file entrez_search_tool.cpp.
References CSearchFormBase::m_Controller, IDMSearchFormController::OnSearchEnabled(), and CSearchFormBase::UpdateContexts().
|
inlineprotectedvirtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 155 of file feature_search_tool.hpp.
References CSearchFormBase::UpdateContexts().
|
protectedvirtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 423 of file sequence_search_tool.cpp.
References CSearchFormBase::UpdateContexts().
|
virtual |
updates m_ContextCombo
Reimplemented from CSearchFormBase.
Definition at line 171 of file vcf_search_tool.cpp.
References CSearchFormBase::UpdateContexts().
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 188 of file wig_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 194 of file gb_flatfile_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 166 of file phy_loader.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 153 of file rm_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 147 of file 5col_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 187 of file agp_loader.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 187 of file bed_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 432 of file columnar_vcf_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 201 of file fasta_format_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 193 of file gff_load_manager.cpp.
checks given filenames and returns true if the manager can handle them, otherwise - shows an error message
Implements IFileFormatLoaderManager.
Definition at line 188 of file vcf_load_manager.cpp.
|
virtual |
Implements IGuiWidgetHost.
Definition at line 264 of file sequin_desktop_view.cpp.
|
virtual |
Implements IGuiWidgetHost.
Definition at line 333 of file text_view.cpp.
|
virtual |
Implements IGuiWidgetHost.
Definition at line 258 of file sequin_desktop_view.cpp.
References CEvent::eEvent_Message, CEventHandler::ePool_Parent, CViewEvent::eWidgetSelectionChanged, and CEventHandler::Send().
|
virtual |
Implements ITextWidgetHost.
Definition at line 327 of file text_view.cpp.
References CProjectViewBase::m_SelectionService, and ISelectionService::OnSelectionChanged().
|
protected |
Definition at line 619 of file feature_search_tool.cpp.
References cnt, CSeq_feat_Base::GetLocation(), NStr::IntToString(), kProgressStr(), location, CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CFeatureSearchJob::SeqLocToString(), and CFeatureSearchJob::x_AddToResults().
Referenced by CFeatureSearchJob::x_SearchFeatures().
|
protected |
Definition at line 442 of file component_search_tool.cpp.
References CObjectList::AddRow(), CObjectList::Append(), CObjectList::ClearRows(), count, CObjectList::GetNumRows(), CDMSearchResult::GetObjectList(), CSearchJobBase::m_AccList, CSearchJobBase::m_Mutex, CSearchJobBase::m_TempResult, row, and CObjectList::SetString().
Referenced by CComponentSearchJob::x_DoSearch().
|
protected |
|
protected |
Definition at line 655 of file cpg_search_tool.cpp.
References CObjectList::AddRow(), CObjectList::Append(), CObjectList::ClearRows(), count, NStr::fWithCommas, CObjectList::GetNumRows(), CDMSearchResult::GetObjectList(), NStr::IntToString(), CSearchJobBase::m_AccList, CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CSearchJobBase::m_TempResult, row, CObjectList::SetInteger(), and CObjectList::SetString().
Referenced by CCpgSearchJob::x_DoSearch().
|
protected |
Definition at line 845 of file sequence_search_tool.cpp.
References CObjectList::AddRow(), CObjectList::Append(), CObjectList::ClearRows(), count, CSearchToolBase::eNamed, NStr::fWithCommas, CRange_Base::GetFrom(), CObjectList::GetNumRows(), CDMSearchResult::GetObjectList(), CRange_Base::GetTo(), CSeq_loc::GetTotalRange(), NStr::IntToString(), CSearchJobBase::m_AccList, CSearchJobBase::m_Mutex, CSequenceSearchJob::m_PatternType, CSearchJobBase::m_ProgressStr, CSequenceSearchJob::m_SearchStr, CSearchJobBase::m_TempResult, row, CObjectList::SetInteger(), and CObjectList::SetString().
Referenced by CSequenceSearchJob::x_SearchSequence().
|
protected |
Definition at line 874 of file orf_search_tool.cpp.
References CObjectList::AddRow(), CObjectList::Append(), CObjectList::ClearRows(), color, count, NStr::fWithCommas, CObjectList::GetNumRows(), CDMSearchResult::GetObjectList(), NStr::IntToString(), CSearchJobBase::m_AccList, CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CSearchJobBase::m_TempResult, row, CObjectList::SetInteger(), and CObjectList::SetString().
Referenced by COrfSearchJob::x_DoSearch().
|
protected |
Definition at line 183 of file autodef_tool_manager.cpp.
References CRef< C, Locker >::GetPointer(), IServiceLocator::GetServiceByType(), CAutodefToolManager::m_Params, and CAlgoToolManagerBase::m_SrvLocator.
Referenced by CAutodefToolManager::GetTask().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 127 of file snp_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 107 of file component_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 228 of file cpg_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 122 of file entrez_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 112 of file feature_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 206 of file orf_search_tool.cpp.
References COrfSearchForm::m_Kozak, query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 152 of file sequence_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
implementing CSearchToolBase pure virtual function
Implements CSearchToolBase.
Definition at line 114 of file vcf_search_tool.cpp.
References query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
factory method for creating the job that executes the tool algorithm override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 183 of file cleanup_tool.cpp.
References CCleanupParams::GetCleanupMode(), CCleanupPanel::GetData(), Info(), LOG_POST, CCleanupTool::m_Panel, and CCleanupTool::m_Params.
Referenced by CCleanupTool::GetTask().
|
protectedvirtual |
factory method for creating the job that executes the tool algorithm override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 186 of file merge_tool.cpp.
References CMergePanel::GetData(), CMergeTool::m_Panel, and CMergeTool::m_Params.
Referenced by CMergeTool::GetTask().
|
protectedvirtual |
factory method for creating the job that executes the tool algorithm override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 177 of file autodef_tool_manager.cpp.
References NULL.
|
protectedvirtual |
factory method for creating the job that executes the tool algorithm override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 193 of file srcedit_tool.cpp.
References CSrcEditPanel::GetData(), CSrcEditTool::m_Panel, and CSrcEditTool::m_Params.
Referenced by CSrcEditTool::GetTask().
|
protectedvirtual |
initializes m_MenuBarMenu; override in derived classes
Reimplemented from CProjectViewBase.
Definition at line 181 of file view_feattable.cpp.
References CFeatTableView::x_InitMenuResources().
|
protectedvirtual |
returns / creates Parameters panel, override in derived classes see cpp file for example
Implements CAlgoToolManagerBase.
Definition at line 121 of file cleanup_tool.cpp.
References CCleanupPanel::Create(), CCleanupPanel::LoadSettings(), CCleanupTool::m_Objects, CCleanupTool::m_Panel, CCleanupTool::m_Params, CAlgoToolManagerBase::m_ParentWindow, CAlgoToolManagerBase::m_RegPath, NULL, CCleanupPanel::SetData(), CCleanupPanel::SetObjects(), CAlgoToolManagerParamsPanel::SetRegistryPath(), and CCleanupTool::x_SelectCompatibleInputObjects().
|
protectedvirtual |
returns / creates Parameters panel, override in derived classes see cpp file for example
Implements CAlgoToolManagerBase.
Definition at line 123 of file merge_tool.cpp.
References CMergePanel::Create(), CMergePanel::LoadSettings(), CMergeTool::m_Objects, CMergeTool::m_Panel, CMergeTool::m_Params, CAlgoToolManagerBase::m_ParentWindow, CAlgoToolManagerBase::m_RegPath, NULL, CMergePanel::SetData(), CMergePanel::SetObjects(), CMergePanel::SetRegistryPath(), and CMergeTool::x_SelectCompatibleInputObjects().
|
protectedvirtual |
returns / creates Parameters panel, override in derived classes see cpp file for example
Implements CAlgoToolManagerBase.
Definition at line 100 of file autodef_tool_manager.cpp.
References CAutodefParamsPanel::Create(), CAutodefParamsPanel::LoadSettings(), CAutodefToolManager::m_Params, CAutodefToolManager::m_ParamsPanel, CAlgoToolManagerBase::m_ParentWindow, CAlgoToolManagerBase::m_RegPath, CAutodefToolManager::m_SeqEntries, NULL, CAutodefParamsPanel::SetParams(), CAutodefParamsPanel::SetRegistryPath(), and CAutodefToolManager::x_SelectCompatibleInputObjects().
|
protectedvirtual |
returns / creates Parameters panel, override in derived classes see cpp file for example
Implements CAlgoToolManagerBase.
Definition at line 131 of file srcedit_tool.cpp.
References CSrcEditPanel::Create(), CSrcEditPanel::LoadSettings(), CSrcEditTool::m_Objects, CSrcEditTool::m_Panel, CSrcEditTool::m_Params, CAlgoToolManagerBase::m_ParentWindow, CAlgoToolManagerBase::m_RegPath, NULL, CSrcEditPanel::SetData(), CSrcEditPanel::SetObjects(), CAlgoToolManagerParamsPanel::SetRegistryPath(), and CSrcEditTool::x_SelectCompatibleInputObjects().
|
protectedvirtual |
returns / creates Project panel
Reimplemented from CAlgoToolManagerBase.
Definition at line 191 of file autodef_tool_manager.cpp.
|
protectedvirtual |
Definition at line 171 of file component_search_tool.cpp.
Referenced by CComponentSearchForm::Create().
|
protectedvirtual |
Definition at line 326 of file feature_search_tool.cpp.
Referenced by CFeatureSearchForm::Create().
|
protectedvirtual |
Definition at line 177 of file vcf_search_tool.cpp.
Referenced by CVcfSearchForm::Create().
Definition at line 859 of file orf_search_tool.cpp.
References eUnknown, CGenetic_code_table_Base::Get(), CGen_code_table::GetCodeTable(), ITERATE, and NCBI_THROW.
Referenced by COrfSearchJob::x_DoSearch().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 240 of file snp_search_tool.cpp.
References CScope::AddDefaults(), CObjectList::AddRow(), NSNPWebServices::c_SNPVarExt_Comment, NSNPWebServices::c_SNPVarExt_GeneSymbol, NSNPWebServices::c_SNPVarExt_QueryId, CVariantPlacement_Base::CanGetAssembly(), CUser_field_Base::CanGetData(), IAppJob::eCanceled, IAppJob::eCompleted, eExtreme_Positional, CVariantPlacement_Base::GetAssembly(), CUser_field_Base::GetData(), CObjectManager::GetInstance(), CVariantPlacement_Base::GetLoc(), CDMSearchResult::GetObjectList(), CRef< C, Locker >::GetPointer(), CSeq_loc::GetStart(), CSeq_loc::GetStop(), CObject_id_Base::GetStr(), CUser_field_Base::C_Data::GetStr(), CDbtag_Base::GetTag(), CSNPSearchQuery::GetTerms(), CJobCancelable::IsCanceled(), CUser_field_Base::C_Data::IsStr(), ITERATE, CSearchJobBase::m_Mutex, CSNPSearchJob::m_Query, CSearchJobBase::m_TempResult, NCBI_ASSERT, NON_CONST_ITERATE, om, NSNPWebServices::Search(), CObjectList::SetInteger(), and CObjectList::SetString().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 307 of file component_search_tool.cpp.
References count, IAppJob::eCanceled, IAppJob::eCompleted, CLabel::eDefault, eGetId_ForceGi, CStopWatch::Elapsed(), eNa_strand_plus, Error(), CSeqMap::eSeqRef, CSeqMap::fFindRef, NStr::fSplit_Tokenize, NStr::fWithCommas, CScope::GetBioseqHandle(), CBioseq_Handle::GetBioseqLength(), CSeqMap_CI::GetEndPosition(), CSeq_id_Handle::GetHandle(), GetId(), GetIdHandle(), CComponentSearchQuery::GetIds(), CLabel::GetLabel(), CException::GetMsg(), CSeqMap_CI::GetPosition(), CSeqMap_CI::GetRefSeqid(), CSearchQueryBase::GetScopedLocs(), CSeq_id_Handle::GetSeqId(), CBioseq_Handle::GetSeqMap(), CSeq_id::GetTextseq_Id(), CSeq_loc::GetTotalRange(), CSeqMap_CI::GetType(), Info(), NStr::IntToString(), CJobCancelable::IsCanceled(), CTextseq_id_Base::IsSetVersion(), CSeq_loc_Base::IsWhole(), ITERATE, LOG_POST, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchQueryBase::SScopedLoc::m_Loc, CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CComponentSearchJob::m_Query, CSearchQueryBase::SScopedLoc::m_Scope, CSeqUtils::Match(), NON_CONST_ITERATE, compile_time_bits::range(), CSeqMap::ResolvedRangeIterator(), CSeq_loc::SetId(), CSeq_loc::SetInt(), NStr::Split(), CStopWatch::Start(), sw, and CComponentSearchJob::x_AddToResults().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 543 of file cpg_search_tool.cpp.
References CSeq_annot::AddComment(), data, CBioseq_Handle::eCoding_Iupac, IAppJob::eCompleted, CTime::eCurrent, CLabel::eDefault, IAppJob::eFailed, CCpgSearchQuery::GetAdjMergeThreshold(), CScope::GetBioseqHandle(), CRange_Base::GetFrom(), GetId(), CCpGIslands::GetIsles(), CLabel::GetLabel(), COpenRange< Position >::GetLength(), CSeq_feat_Base::GetLocation(), CCpgSearchQuery::GetMinGC(), CCpgSearchQuery::GetMinLenOfIsland(), CCpgSearchQuery::GetMinPercentage(), CSearchQueryBase::GetScopedLocs(), CSeqVector::GetSeqData(), CCpgSearchQuery::GetSizeOfSlidingWindow(), CRange_Base::GetTo(), CSeq_loc::GetTotalRange(), i, ITERATE, label, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchQueryBase::SScopedLoc::m_Loc, CCpgSearchJob::m_Query, CSearchQueryBase::SScopedLoc::m_Scope, CCpGIslands::MergeIslesWithin(), CSeqUtils::RemapChildToParent(), row, CSeq_annot::SetCreateDate(), CSeq_annot_Base::SetData(), CSeq_feat_Base::SetData(), CSeq_interval_Base::SetFrom(), CSeq_interval_Base::SetId(), CSeq_feat_Base::SetLocation(), CSeq_annot::SetNameDesc(), CSeq_interval_Base::SetTo(), ncbi::grid::netcache::search::fields::size, CSeqVector::size(), NStr::SizetToString(), NStr::StringToInt(), and CCpgSearchJob::x_AddToResults().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 287 of file entrez_search_tool.cpp.
References CScope::AddDefaults(), CObjectList::AddRow(), IAppJob::eCanceled, IAppJob::eCompleted, xml::document::get_root_node(), CEntrezSearchQuery::GetDbName(), CObjectManager::GetInstance(), CDMSearchResult::GetObjectList(), CRef< C, Locker >::GetPointer(), CEntrezSearchQuery::GetTerms(), int, CJobCancelable::IsCanceled(), kMaxResults, CSearchJobBase::m_MaxResultsCount, CSearchJobBase::m_Mutex, CEntrezSearchJob::m_Query, CSearchJobBase::m_ResultsCount, CSearchJobBase::m_TempResult, NON_CONST_ITERATE, om, CEntrezDB::Query(), xml::node::run_xpath_query(), and CEntrezSearchJob::SetReleaseType().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 592 of file orf_search_tool.cpp.
References color, delta(), CSeqFeatData_Base::e_Cdregion, CSeq_data_Base::e_Iupacna, IAppJob::eCanceled, CBioseq_Handle::eCoding_Iupac, CBioseq_Handle::eCoding_Ncbi, IAppJob::eCompleted, CLabel::eDefault, CSeq_feat_Base::eExp_ev_not_experimental, eExtreme_Positional, IAppJob::eFailed, CCdregion_Base::eFrame_one, eGetId_Canonical, eNa_strand_minus, multimap_checker< Container >::end(), CRegexp::fCompile_ignore_case, IDMSearchTool::TFilters::filters, multimap_checker< Container >::find(), COrf::FindOrfs(), CScope::GetBioseqHandle(), CBioseq_Handle::GetBioseqLength(), ITaxon1Node::GetGC(), COrfSearchQuery::GetGencode(), GetId(), CLabel::GetLabel(), CMappedFeat::GetLocation(), CRegexp::GetMatch(), COrfSearchQuery::GetMinPairs(), CSearchQueryBase::GetScopedLocs(), CSeqVector::GetSeqData(), COrfSearchQuery::GetStartOrf(), CScope::GetTaxIds(), CSeq_loc::GetTotalRange(), CTaxon1::Init(), multimap_checker< Container >::insert(), int, CJobCancelable::IsCanceled(), ITERATE, CTaxon1::LoadNode(), CSearchQueryBase::SScopedLoc::m_ContextName, CSearchJobBase::m_Filters, COrfSearchJob::m_KozakList, CSearchQueryBase::SScopedLoc::m_Loc, COrfSearchJob::m_Query, CSearchQueryBase::SScopedLoc::m_Scope, match(), max(), min(), NCBI_CATCH, NON_CONST_ITERATE, NULL, compile_time_bits::range(), CSeqUtils::RemapChildToParent(), sAutoSelect, IDMSearchTool::TFilters::selected, CSeqVector::SetCoding(), CSeq_feat_Base::SetData(), CSeq_feat_Base::SetExp_ev(), CSeq_loc::SetId(), CSeq_loc::SetInt(), CSeq_feat_Base::SetLocation(), CSeq_feat_Base::SetTitle(), CSeqVector::size(), ct::sort(), NStr::StringToInt(), tmp, NStr::ToLower(), NStr::ToUpper(), CSeqTranslator::Translate(), rapidjson::value, COrfSearchJob::x_AddToResults(), and COrfSearchJob::x_DecodeGeneticCode().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 553 of file sequence_search_tool.cpp.
References IAppJob::eFailed, CSearchToolBase::eNamed, CSearchToolBase::eRegexp, CSearchToolBase::eWildcard, CRegexp::fCompile_ignore_case, CSequenceSearchQuery::GetPattern(), CSequenceSearchQuery::GetPatternFile(), CSequenceSearchQuery::GetPatternType(), CSearchQueryBase::GetScopedLocs(), ITERATE, CSequenceSearchForm::m_FileList, CSequenceSearchJob::m_Pattern, CSequenceSearchJob::m_PatternFile, CSequenceSearchJob::m_PatternType, CSequenceSearchJob::m_Query, CSequenceSearchJob::m_SearchStr, NULL, CRegexp::WildcardToRegexp(), and CSequenceSearchJob::x_SearchSequence().
|
protectedvirtual |
performs searching, assuming that params are correct; Implement in derived classes
Implements CSearchJobBase.
Definition at line 268 of file vcf_search_tool.cpp.
References CObjectList::AddRow(), INonAsnTrackData::DoSearch(), IAppJob::eCanceled, IAppJob::eCompleted, CVcfSearchQuery::GetIds(), CDMSearchResult::GetObjectList(), CRef< C, Locker >::GetPointer(), CVcfSearchQuery::GetVcfContexts(), CJobCancelable::IsCanceled(), CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CVcfSearchJob::m_Query, CSearchJobBase::m_TempResult, result, results, CStopWatch::Start(), and sw.
|
private |
Definition at line 162 of file gb_load_option_panel.cpp.
References CTime::eCurrent, CTimeMRUList< T >::GetMap(), CGenBankLoadOptionPanel::m_AccMRUList, CGenBankLoadOptionPanel::m_MRUWindow, sFormatTimePeriod(), t, ToWxString(), and wxT.
Referenced by CGenBankLoadOptionPanel::LoadSettings().
|
protected |
"offset" argument defines the sequence position corresponding to the fisrt character in "data"
Definition at line 761 of file sequence_search_tool.cpp.
References _ASSERT, data, CSearchToolBase::eExactMatch, NStr::eForwardSearch, CSearchToolBase::eNamed, NStr::eNocase, CSearchToolBase::eRegexp, CSearchToolBase::eWildcard, NStr::Find(), CRegexp::fMatch_default, CRegexp::GetMatch(), CRegexp::GetResults(), i, set< Key, Compare >::insert(), int, CJobCancelable::IsCanceled(), kMaxResults, len, CSequenceSearchJob::m_Pattern, CSequenceSearchJob::m_PatternType, CSearchJobBase::m_ResultsCount, CSequenceSearchJob::m_SearchStr, NPOS, CRegexp::NumFound(), offset, and set< Key, Compare >::size().
Referenced by CSequenceSearchJob::x_SearchSequence().
|
protectedvirtual |
factory method creating new column handler for CObjectListWidget
factory method creating new model for CObjectListWidget
Reimplemented from CSearchJobBase.
Definition at line 330 of file snp_search_tool.cpp.
|
protectedvirtual |
factory method creating new column handler for CObjectListWidget
factory method creating new model for CObjectListWidget
Reimplemented from CSearchJobBase.
Definition at line 692 of file cpg_search_tool.cpp.
|
protectedvirtual |
factory method creating new column handler for CObjectListWidget
factory method creating new model for CObjectListWidget
Reimplemented from CSearchJobBase.
Definition at line 325 of file entrez_search_tool.cpp.
References CEntrezSearchQuery::GetDbName(), and CEntrezSearchJob::m_Query.
|
protectedvirtual |
factory method creating new column handler for CObjectListWidget
factory method creating new model for CObjectListWidget
Reimplemented from CSearchJobBase.
Definition at line 931 of file orf_search_tool.cpp.
References COrfSearchJob::m_ColorCol, and COrfSearchTableModel::SetColorColumn().
|
protectedvirtual |
factory method creating new column handler for CObjectListWidget
factory method creating new model for CObjectListWidget
Reimplemented from CSearchJobBase.
Definition at line 891 of file sequence_search_tool.cpp.
Reimplemented from CProjectViewBase.
Definition at line 364 of file view_feattable.cpp.
References CConstRef< C, Locker >::GetPointer(), and CFeatTableView::m_OrigObject.
|
protectedvirtual |
return a pointer to Parameters object as IRegSettings interface
Implements CAlgoToolManagerBase.
Definition at line 164 of file cleanup_tool.cpp.
References CCleanupTool::m_Params.
|
protectedvirtual |
return a pointer to Parameters object as IRegSettings interface
Implements CAlgoToolManagerBase.
Definition at line 161 of file merge_tool.cpp.
References NULL.
|
protectedvirtual |
return a pointer to Parameters object as IRegSettings interface
Implements CAlgoToolManagerBase.
Definition at line 171 of file autodef_tool_manager.cpp.
References CAutodefToolManager::m_Params.
|
protectedvirtual |
return a pointer to Parameters object as IRegSettings interface
Implements CAlgoToolManagerBase.
Definition at line 174 of file srcedit_tool.cpp.
References CSrcEditTool::m_Params.
|
protectedvirtual |
returns a pointer to the parameters panel, override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 159 of file cleanup_tool.cpp.
References CCleanupTool::m_Panel.
Referenced by CCleanupTool::DoTransition().
|
protected |
Definition at line 122 of file gb_flatfile_load_manager.cpp.
References CGBFlatFileLoadManager::m_Params, CGBFlatFileLoadManager::m_ParamsPanel, CGBFlatFileLoadManager::m_ParentWindow, NULL, and CGBFlatFileParamsPanel::SetData().
Referenced by CGBFlatFileLoadManager::GetCurrentPanel(), and CGBFlatFileLoadManager::CPage::GetPanel().
|
protectedvirtual |
returns a pointer to the parameters panel, override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 156 of file merge_tool.cpp.
References CMergeTool::m_Panel.
Referenced by CMergeTool::DoTransition().
|
protectedvirtual |
returns a pointer to the parameters panel, override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 165 of file autodef_tool_manager.cpp.
References CAutodefToolManager::m_ParamsPanel.
|
protectedvirtual |
returns a pointer to the parameters panel, override in derived classes
Implements CAlgoToolManagerBase.
Definition at line 169 of file srcedit_tool.cpp.
References CSrcEditTool::m_Panel.
Referenced by CSrcEditTool::DoTransition().
|
protected |
Definition at line 115 of file agp_loader.cpp.
References CAgpLoader::m_Params, CAgpLoader::m_ParamsPanel, CAgpLoader::m_ParentWindow, NULL, CAgpLoadPage::SetData(), and CAgpLoadPage::TransferDataToWindow().
Referenced by CAgpLoader::GetCurrentPanel(), and CAgpLoader::CPage::GetPanel().
|
protected |
Definition at line 116 of file bed_load_manager.cpp.
References CBedLoadManager::m_Params, CBedLoadManager::m_ParamsPanel, CBedLoadManager::m_ParentWindow, NULL, CBedParamsPanel::SetData(), and CBedParamsPanel::TransferDataToWindow().
Referenced by CBedLoadManager::GetCurrentPanel(), and CBedLoadManager::CPage::GetPanel().
|
protected |
Definition at line 129 of file fasta_format_load_manager.cpp.
References CFASTAFormatLoadManager::m_Params, CFASTAFormatLoadManager::m_ParamsPanel, CFASTAFormatLoadManager::m_ParentWindow, NULL, CFASTAFormatParamsPanel::SetData(), and CFASTAFormatParamsPanel::TransferDataToWindow().
Referenced by CFASTAFormatLoadManager::GetCurrentPanel(), and CFASTAFormatLoadManager::CPage::GetPanel().
|
protected |
Definition at line 119 of file gff_load_manager.cpp.
References CGffLoadManager::m_Params, CGffLoadManager::m_ParamsPanel, CGffLoadManager::m_ParentWindow, NULL, CGffParamsPanel::SetData(), and CGffParamsPanel::TransferDataToWindow().
Referenced by CGffLoadManager::GetCurrentPanel(), and CGffLoadManager::CPage::GetPanel().
|
protected |
Definition at line 116 of file vcf_load_manager.cpp.
References CVCFLoaderManager::m_Params, CVCFLoaderManager::m_ParamsPanel, CVCFLoaderManager::m_ParentWindow, NULL, CBedParamsPanel::SetData(), and CBedParamsPanel::TransferDataToWindow().
Referenced by CVCFLoaderManager::GetCurrentPanel(), and CVCFLoaderManager::CPage::GetPanel().
|
protected |
Definition at line 116 of file wig_load_manager.cpp.
References CWigLoadManager::m_Params, CWigLoadManager::m_ParamsPanel, CWigLoadManager::m_ParentWindow, NULL, CWigParamsPanel::SetData(), and CWigParamsPanel::TransferDataToWindow().
Referenced by CWigLoadManager::GetCurrentPanel(), and CWigLoadManager::CPage::GetPanel().
|
protected |
Definition at line 341 of file columnar_vcf_load_manager.cpp.
References CSeq_id::AsFastaString(), map_checker< Container >::clear(), CGC_TypedSeqId_Base::e_Genbank, CGC_SeqIdAlias::e_Public, CGC_TypedSeqId_Base::e_Refseq, CGC_Assembly::eChromosome, Error(), CGC_Assembly::eTopLevel, CGencollSvc::GetInstance(), GUI_AsyncExec(), Info(), LOG_POST, CColumnarVCFLoaderManager::m_AssmAcc, CColumnarVCFLoaderManager::m_GenCollAssm, CColumnarVCFLoaderManager::m_MappedSeqIds, CColumnarVCFLoaderManager::m_RefSeqIds, CColumnarVCFLoaderManager::m_TopLevelSeqCount, and wxT.
Referenced by CColumnarVCFLoaderManager::DoTransition().
|
protected |
Definition at line 827 of file sequence_search_tool.cpp.
References CSeqVector::GetSeqData(), and compile_time_bits::range().
Referenced by CSequenceSearchJob::x_SearchSequence().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 177 of file component_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and CComponentSearchForm::m_Tool.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 348 of file cpg_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and CCpgSearchForm::m_Tool.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 331 of file feature_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and CFeatureSearchForm::m_Tool.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 319 of file orf_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and COrfSearchForm::m_Tool.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 246 of file sequence_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and CSequenceSearchForm::m_Tool.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 183 of file vcf_search_tool.cpp.
References CRef< C, Locker >::GetPointer(), and CVcfSearchForm::m_Tool.
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 126 of file snp_search_tool.hpp.
References CRef< C, Locker >::GetPointer(), and CSNPSearchForm::m_Tool.
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 135 of file entrez_search_tool.hpp.
References CRef< C, Locker >::GetPointer(), and CEntrezSearchForm::m_Tool.
Definition at line 883 of file view_graphic.cpp.
References _ASSERT, data, CObject_id_Base::GetStr(), CObject_id_Base::IsStr(), ITERATE, label, and string.
Referenced by CViewGraphic::InitView().
|
protected |
Definition at line 163 of file view_feattable.cpp.
Referenced by CFeatTableView::x_CreateMenuBarMenu().
|
protected |
Definition at line 702 of file feature_search_tool.cpp.
References CRegexp::IsMatch(), and CFeatureSearchJob::m_SearchStr.
Referenced by CFeatureSearchJob::x_SearchFeatures().
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 135 of file component_search_tool.hpp.
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 135 of file vcf_search_tool.hpp.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 176 of file snp_search_tool.cpp.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 318 of file cpg_search_tool.cpp.
References CRegistryReadView::GetString(), kCpgAdjMergeTHreshold, kCpgMinGC, kCpgMinLenOfIsland, kCpgMinPercentage, kCpgSizeOfSlidingWindow, CCpgSearchForm::m_AdjMergeThreshold, CCpgSearchForm::m_MinGC, CCpgSearchForm::m_MinLenOfIsland, CCpgSearchForm::m_MinPercentage, and CCpgSearchForm::m_SizeOfSlidingWindow.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 182 of file entrez_search_tool.cpp.
References CRegistryReadView::GetString(), kDatabaseTag, and CEntrezSearchForm::m_CurrDbName.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 221 of file feature_search_tool.cpp.
References set< Key, Compare >::clear(), CFeatListItem::GetDescription(), CSeqFeatData::GetFeatList(), CRegistryReadView::GetString(), CRegistryReadView::GetStringList(), set< Key, Compare >::insert(), ITERATE, kFetPattern, kFetTypes, CSearchFormBase::m_FeatTypesSet, CFeatureSearchForm::m_FeatureTypes, and CFeatureSearchForm::m_SearchPattern.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 293 of file orf_search_tool.cpp.
References CRegistryReadView::GetIntVec(), CRegistryReadView::GetString(), kOrfFilters, kOrfGencode, kOrfMinPairs, kOrfStartOrf, COrfSearchForm::m_Gencode, COrfSearchForm::m_MinPairs, COrfSearchForm::m_StartOrf, COrfSearchForm::m_Tool, IDMSearchTool::TFilters::selected, and CSearchToolBase::SetFilters().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 233 of file sequence_search_tool.cpp.
References CRegistryReadView::GetString(), kSeqPattern, and CSequenceSearchForm::m_SearchPattern.
|
protectedvirtual |
override these functions in derived classes
Reimplemented from CDialog.
Definition at line 377 of file resolve_id_dlg.cpp.
References CRegistryReadView::GetInt(), kCol0Width, kCol1Width, kCol2Width, and CResolveIdDlg::m_Grid.
|
protectedvirtual |
override this function in derived classes, populate m_TextResult
Implements CEditAppJob.
Definition at line 220 of file autodef_tool_manager.cpp.
References _ASSERT, CAutoDefModifierCombo::AddOrgMod(), CBioseq_EditHandle::AddSeqdesc(), CAutoDef::AddSources(), CAutoDefModifierCombo::AddSubsource(), CSerialObject::Assign(), CObjectConverter::Convert(), CSeqdesc_Base::e_Title, CSeqdesc_Base::e_User, CBioSource_Base::eGenome_unknown, entries, CUser_object::eObjectType_AutodefOptions, ITypeConverter::fConvert_NoExpensive, CBioseq_Handle::GetEditHandle(), CAutoDef::GetEmptyCombo(), ITypeConverter::SObject::GetObjectPtr(), CAutoDef::GetOneDefLine(), CAutoDef::GetOptionsObject(), CScope::GetSeq_entryHandle(), CBioseq_Handle::IsAa(), ITERATE, SAutodefParams::m_AltSpliceFlag, SAutodefParams::m_DoNotApplyToAff, SAutodefParams::m_DoNotApplyToCf, SAutodefParams::m_DoNotApplyToNr, SAutodefParams::m_DoNotApplyToSp, SAutodefParams::m_FeatureListType, SAutodefParams::m_GeneClusterOppStrand, SAutodefParams::m_HIVRule, SAutodefParams::m_IncludeCountryText, SAutodefParams::m_Keep3UTRs, SAutodefParams::m_Keep5UTRs, SAutodefParams::m_KeepAfterSemicolon, SAutodefParams::m_KeepExons, SAutodefParams::m_KeepIntrons, SAutodefParams::m_KeepRegulatoryFeatures, SAutodefParams::m_LeaveParenthetical, SAutodefParams::m_MaxMods, SAutodefParams::m_MiscFeatRule, SAutodefParams::m_ModifierList, SAutodefParams::m_NeedHIVRule, SAutodefParams::m_NuclearCopyFlag, CAutodefJob::m_Params, SAutodefParams::m_ProductFlag, SAutodefParams::m_SeqEntries, SAutodefParams::m_SpecifyNuclearProduct, SAutodefParams::m_SuppressedFeatures, SAutodefParams::m_SuppressFeatureAltSplice, SAutodefParams::m_SuppressLocusTags, SAutodefParams::m_SuppressMobileElementSubfeatures, SAutodefParams::m_UseFakePromoters, SAutodefParams::m_UseLabels, SAutodefParams::m_UseNcRNAComment, n, NON_CONST_ITERATE, CBioseq_EditHandle::RemoveSeqdesc(), CRef< C, Locker >::Reset(), CAutoDef::SetAltSpliceFlag(), CAutoDefModifierCombo::SetExcludeAffOrgs(), CAutoDefModifierCombo::SetExcludeCfOrgs(), CAutoDefModifierCombo::SetExcludeNrOrgs(), CAutoDefModifierCombo::SetExcludeSpOrgs(), CAutoDef::SetFeatureListType(), CAutoDef::SetGeneClusterOppStrand(), CAutoDefModifierCombo::SetHIVCloneIsolateRule(), CAutoDef::SetKeep3UTRs(), CAutoDef::SetKeep5UTRs(), CAutoDefModifierCombo::SetKeepAfterSemicolon(), CAutoDefModifierCombo::SetKeepCountryText(), CAutoDef::SetKeepExons(), CAutoDef::SetKeepIntrons(), CAutoDefModifierCombo::SetKeepParen(), CAutoDef::SetKeepRegulatoryFeatures(), CAutoDefModifierCombo::SetMaxModifiers(), CAutoDef::SetMiscFeatRule(), CAutoDef::SetNuclearCopyFlag(), CAutoDef::SetProductFlag(), CAutoDef::SetSpecifyNuclearProduct(), CAutoDef::SetSuppressFeatureAltSplice(), CAutoDef::SetSuppressLocusTags(), CSeqdesc_Base::SetTitle(), CAutoDef::SetUseFakePromoters(), CAutoDefModifierCombo::SetUseModifierLabels(), CAutoDef::SetUseNcRNAComment(), CSeqdesc_Base::SetUser(), CAutoDef::SuppressFeature(), and CAutoDef::SuppressMobileElementAndInsertionSequenceSubfeatures().
genes have a lot of embedded labels.
many of these are optional, so the checking is a bit tedious This could be done with CStdTypeConstIterator<>, but this would pick up an inadvertent db-tag that we don't really want to search
Definition at line 747 of file feature_search_tool.cpp.
References ITERATE, and CFeatureSearchJob::x_Match().
Definition at line 681 of file feature_search_tool.cpp.
References _ASSERT, NStr::eCase, CSearchToolBase::eExactMatch, CTempString::empty(), NStr::eNocase, CSearchToolBase::eRegexp, CSearchToolBase::eWildcard, NStr::Find(), CRegexp::GetMatch(), CFeatureSearchJob::m_CaseSensitive, CFeatureSearchJob::m_Pattern, CFeatureSearchJob::m_PatternType, CFeatureSearchJob::m_SearchStr, NStr::MatchesMask(), NPOS, and text().
|
protectedvirtual |
Definition at line 362 of file seq_text_view.cpp.
References GetIdHandle(), CSeq_loc::GetTotalRange(), ITERATE, compile_time_bits::range(), CSeq_loc::SetId(), and CSeq_loc::SetInt().
Referenced by CSeqTextView::InitView().
|
protectedvirtual |
Definition at line 681 of file view_feattable.cpp.
References GetIdHandle(), CSeq_loc::GetTotalRange(), ITERATE, compile_time_bits::range(), CSeq_loc::SetId(), and CSeq_loc::SetInt().
Referenced by CFeatTableView::InitView().
|
protectedvirtual |
Definition at line 818 of file view_graphic.cpp.
References GetIdHandle(), CSeq_loc::GetTotalRange(), ITERATE, compile_time_bits::range(), CSeq_loc::SetId(), and CSeq_loc::SetInt().
Referenced by CViewGraphic::InitView().
|
private |
Definition at line 343 of file seq_text_view.cpp.
References CSeq_annot::IsAlign(), CSeqTextViewFactory::IsCompatibleWith(), and type.
Referenced by CSeqTextViewFactory::TestInputObjects().
|
private |
Definition at line 619 of file view_feattable.cpp.
References CSeq_annot::IsAlign(), CFeatTableViewFactory::IsCompatibleWith(), CSeq_entry_Base::IsSet(), and type.
Referenced by CFeatTableViewFactory::TestInputObjects().
|
private |
Definition at line 755 of file view_graphic.cpp.
References CSeq_annot::IsAlign(), CViewGraphicFactory::IsCompatibleWith(), CSeq_entry_Base::IsSet(), and type.
Referenced by CViewGraphicFactory::TestInputObjects().
|
protected |
Definition at line 460 of file view_feattable.cpp.
References CFeatTableView::x_UpdateStatusMessage().
|
protected |
Definition at line 288 of file sequin_desktop_view.cpp.
References GetViewObjects(), CSeqDesktopPanel::InitWidget(), CSequinDesktopView::m_Window, and CProjectViewBase::m_Workbench.
|
protectedvirtual |
override in derived classes in order to handle selection broadcast
override this function in derived classes
Reimplemented from CProjectView.
Definition at line 219 of file seq_text_view.cpp.
References CRangeCollection< Position >::Empty(), CSelectionEvent::GetAllObjects(), CSeqTextPanel::GetDataSource(), CSeqTextDataSource::GetId(), CSelectionEvent::GetRangeSelection(), CSeqTextPanel::GetWidget(), CSelectionEvent::HasObjectSelection(), CSelectionEvent::HasRangeSelection(), ITERATE, CSeqTextView::m_Window, CSeqTextWidget::ResetObjectSelection(), CSeqTextWidget::SelectObject(), CSeqTextWidget::SetRangeSelection(), CRangeCollection< Position >::size(), and CProjectViewBase::x_GetScope().
|
protectedvirtual |
override in derived classes in order to handle selection broadcast
override this function in derived classes
Reimplemented from CProjectView.
Definition at line 374 of file view_feattable.cpp.
References CSelFeatHandle::GetFeatureRow(), ITERATE, results, and CFeatTableDS::SFeatureRow::row_idx.
|
protectedvirtual |
override in derived classes in order to handle selection broadcast
override this function in derived classes
Reimplemented from CProjectView.
Definition at line 234 of file sequin_desktop_view.cpp.
References CSelectionEvent::GetAllObjects(), CSelectionEvent::GetOther(), CSequinDesktopView::m_Window, CSeqDesktopPanel::SetSelectedObjects(), and CProjectViewBase::x_HasProject().
|
protectedvirtual |
override in derived classes in order to handle selection broadcast
override this function in derived classes
Reimplemented from CProjectView.
Definition at line 290 of file text_view.cpp.
References CSelectionEvent::GetAllObjects(), CSelectionEvent::GetOther(), CTextView::m_Window, CTextPanel::SetSelectedObjects(), and CProjectViewBase::x_HasProject().
|
protected |
Scrolls to the corresponding item in the Flat File View and selects it.
Definition at line 330 of file sequin_desktop_view.cpp.
References _ASSERT, CSequinDesktopView::GetMainObject(), CRef< C, Locker >::GetPointerOrNull(), CSequinDesktopView::GetSelection(), IServiceLocator::GetServiceByType(), CProjectViewBase::m_Workbench, and s_GetAccession().
|
protectedvirtual |
Reimplemented from CProjectView.
Definition at line 325 of file view_feattable.cpp.
References CFeatTableDS::Init(), CFeatTableView::m_DataSource, CFeatTableView::m_OrigObject, CFeatTableView::m_Scope, CFeatTableView::OnProjectChanged(), and CProjectViewBase::x_HasProject().
|
protectedvirtual |
Reimplemented from CProjectView.
Definition at line 285 of file view_feattable.cpp.
References CSeq_loc_Base::e_Whole, CConstRef< C, Locker >::IsNull(), CFeatTableView::m_OrigObject, CFeatTableView::m_Scope, NULL, CRef< C, Locker >::Reset(), CConstRef< C, Locker >::Reset(), and CSeq_loc::SetId().
|
private |
Definition at line 272 of file gb_load_option_panel.cpp.
References CScope::AddDefaults(), CSeq_id::Assign(), CSeq_id_Base::e_Local, eGetId_Best, NStr::fSplit_Tokenize, CSeq_id::GetAccType(), CSeq_id_Handle::GetHandle(), GetId(), CObjectManager::GetInstance(), CRef< C, Locker >::GetPointer(), CSeq_id_Handle::GetSeqId(), i, CSeq_id::IdentifyAccession(), int, ICanceled::IsCanceled(), CRegexp::IsMatch(), CSeqUtils::IsNAA(), CGenBankLoadOptionPanel::m_GenomicAccessions, CGenBankLoadOptionPanel::m_Ids, CGenBankLoadOptionPanel::m_NAs, compile_time_bits::range(), sDelim(), CSeq_interval_Base::SetId(), CSeq_loc::SetInt(), ncbi::grid::netcache::search::fields::size, sParseRange(), NStr::Split(), sRangeRegexp, text(), and NStr::ToUpper().
Referenced by CGenBankLoadOptionPanel::x_ValidateInput().
|
protectedvirtual |
Definition at line 494 of file view_feattable.cpp.
References CObjectIndex::Add(), CObjectIndex::Clear(), CFeatTableDS::GetNumRows(), CFeatTableDS::GetScope(), CFeatTableView::m_DataSource, CFeatTableView::m_ObjectIndex, and row.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 181 of file snp_search_tool.cpp.
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 328 of file cpg_search_tool.cpp.
References kCpgAdjMergeTHreshold, kCpgMinGC, kCpgMinLenOfIsland, kCpgMinPercentage, kCpgSizeOfSlidingWindow, CCpgSearchForm::m_AdjMergeThresholdCtl, CCpgSearchForm::m_MinGCCtl, CCpgSearchForm::m_MinLenOfIslandCtl, CCpgSearchForm::m_MinPercentageCtl, CCpgSearchForm::m_SizeOfSlidingWindowCtl, CRegistryWriteView::Set(), and ToStdString().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 188 of file entrez_search_tool.cpp.
References kDatabaseTag, CEntrezSearchForm::m_DbCombo, CRegistryWriteView::Set(), and ToStdString().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 242 of file feature_search_tool.cpp.
References ITERATE, kFetPattern, kFetTypes, CSearchFormBase::m_FeatTypesSet, CFeatureSearchForm::m_TypeCombo, CRegistryWriteView::Set(), and ToStdString().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 303 of file orf_search_tool.cpp.
References CSearchToolBase::GetFilters(), kOrfFilters, kOrfGencode, kOrfMinPairs, kOrfStartOrf, COrfSearchForm::m_BasepairsText, COrfSearchForm::m_GencodeCombo, COrfSearchForm::m_StartorfCombo, COrfSearchForm::m_Tool, IDMSearchTool::TFilters::selected, CRegistryWriteView::Set(), and ToStdString().
|
protectedvirtual |
Implements CSearchFormBase.
Definition at line 239 of file sequence_search_tool.cpp.
References kSeqPattern, CSequenceSearchForm::m_TypeCombo, CRegistryWriteView::Set(), and ToStdString().
|
protectedvirtual |
Reimplemented from CDialog.
Definition at line 387 of file resolve_id_dlg.cpp.
References kCol0Width, kCol1Width, kCol2Width, CResolveIdDlg::m_Grid, and CRegistryWriteView::Set().
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 136 of file component_search_tool.hpp.
|
inlineprotectedvirtual |
Implements CSearchFormBase.
Definition at line 136 of file vcf_search_tool.hpp.
|
protected |
|
protected |
Definition at line 708 of file feature_search_tool.cpp.
References _ASSERT, CSeq_annot_Base::C_Data::e_Ftable, CSeqFeatData::eSubtype_variation, CSeqUtils::GetAnnotSelector(), CSeq_loc::GetId(), IsSameBioseq(), CFeatureSearchJob::m_SearchStr, and NSNPWebServices::Search().
Referenced by CFeatureSearchJob::x_SearchFeatures().
|
protected |
Definition at line 623 of file sequence_search_tool.cpp.
References CSeq_id::Assign(), set< Key, Compare >::clear(), data, CSeqUtil::e_Iupacna, IAppJob::eCanceled, CBioseq_Handle::eCoding_Iupac, IAppJob::eCompleted, CLabel::eDefault, IDMSearchTool::TFilters::filters, CSeq_interval_Base::GetFrom(), CSeq_id_Handle::GetHandle(), GetId(), CSeq_loc::GetId(), CSeq_loc_Base::GetInt(), CLabel::GetLabel(), CSeqVector::GetSeqData(), CSeq_id_Handle::GetSeqId(), CJobCancelable::IsCanceled(), CSeq_loc_Base::IsInt(), ITERATE, kMaxResults, len, CSearchQueryBase::SScopedLoc::m_ContextName, CSearchJobBase::m_Filters, CSearchQueryBase::SScopedLoc::m_Loc, CSearchJobBase::m_Mutex, CSearchJobBase::m_ProgressStr, CSearchJobBase::m_ResultsCount, CSearchQueryBase::SScopedLoc::m_Scope, min(), NON_CONST_ITERATE, compile_time_bits::range(), CSeqManip::ReverseComplement(), IDMSearchTool::TFilters::selected, set< Key, Compare >::size(), CSeqVector::size(), rapidjson::value, CSequenceSearchJob::x_AddToResults(), CSequenceSearchJob::x_GetMatches(), and CSequenceSearchJob::x_GetSequence().
Referenced by CSequenceSearchJob::x_DoSearch().
|
protectedvirtual |
Definition at line 143 of file cleanup_tool.cpp.
References CAlgoToolManagerBase::m_InputObjects, CCleanupTool::m_Objects, and NON_CONST_ITERATE.
Referenced by CCleanupTool::x_CreateParamsPanelIfNeeded().
|
protectedvirtual |
Definition at line 140 of file merge_tool.cpp.
References map_checker< Container >::clear(), CAlgoToolManagerBase::m_InputObjects, CMergeTool::m_Objects, and NON_CONST_ITERATE.
Referenced by CMergeTool::x_CreateParamsPanelIfNeeded().
|
protectedvirtual |
select only Seq-entries
Definition at line 132 of file autodef_tool_manager.cpp.
References CAutoDef::AddSources(), CAutoDef::FindBestModifierCombo(), SAutodefParams::m_ModifierList, SAutodefParams::m_NeedHIVRule, CAutodefToolManager::m_Params, SAutodefParams::m_SeqEntries, CAutodefToolManager::m_SeqEntries, n, NON_CONST_ITERATE, and CAlgoToolManagerBase::x_ConvertInputObjects().
Referenced by CAutodefToolManager::x_CreateParamsPanelIfNeeded().
|
protectedvirtual |
Definition at line 153 of file srcedit_tool.cpp.
References ITERATE, CAlgoToolManagerBase::m_InputObjects, and CSrcEditTool::m_Objects.
Referenced by CSrcEditTool::x_CreateParamsPanelIfNeeded().
|
protected |
Definition at line 904 of file view_graphic.cpp.
References EXT_POINT__NONASN_TRACK_DATA_FACTORY, GetExtensionAsInterface(), CGraphicPanel::GetWidget(), CRef< C, Locker >::IsNull(), CViewGraphic::m_GraphicPanel, CViewGraphic::m_NonAsnTrackData, CViewGraphic::m_SeqId, CRef< C, Locker >::Reset(), and CSeqGraphicWidget::SetNonAsnInput().
Referenced by CViewGraphic::InitView(), and CViewGraphic::OnProjectChanged().
|
private |
Definition at line 304 of file gff_params_panel.cpp.
References CGffParamsPanel::GetData(), CGffParamsPanel::ID_SEQ_ID_LOCAL, CGffParamsPanel::ID_SEQ_ID_NORMAL, CGffParamsPanel::IDSEQ_ID_NUMERIC, CGffLoadParams::SetParseSeqIds(), and val.
Referenced by CGffParamsPanel::OnParseSeqIdLocalSelected(), CGffParamsPanel::OnParseSeqIdNormalSelected(), CGffParamsPanel::OnParseSeqIdNumericSelected(), and CGffParamsPanel::TransferDataToWindow().
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 315 of file snp_search_tool.cpp.
References CObjectList::AddColumn(), CObjectList::AddObjectLabel(), CObjectList::ClearObjectLabels(), CLabel::eContent, CObjectList::eInteger, and CObjectList::eString.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 299 of file component_search_tool.cpp.
References CObjectList::AddColumn(), and CObjectList::eString.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 642 of file cpg_search_tool.cpp.
References CObjectList::AddColumn(), CObjectList::AddObjectLabel(), CObjectList::ClearObjectLabels(), CLabel::eContent, CObjectList::eInteger, and CObjectList::eString.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 472 of file feature_search_tool.cpp.
References CObjectList::AddColumn(), and CObjectList::eString.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 835 of file orf_search_tool.cpp.
References CObjectList::AddColumn(), CObjectList::AddObjectLabel(), CObjectList::ClearObjectLabels(), CLabel::eContent, CObjectList::eInteger, CObjectList::eString, and COrfSearchJob::m_ColorCol.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 599 of file sequence_search_tool.cpp.
References CObjectList::AddColumn(), CObjectList::AddObjectLabel(), CObjectList::ClearObjectLabels(), CLabel::eContent, CObjectList::eInteger, CSearchToolBase::eNamed, CObjectList::eString, and CSequenceSearchJob::m_PatternType.
|
protectedvirtual |
add custom columns if needed
Reimplemented from CSearchJobBase.
Definition at line 262 of file vcf_search_tool.cpp.
References CSearchJobBase::x_SetupColumns().
|
protectedvirtual |
Definition at line 416 of file view_feattable.cpp.
References CFeatTableView::m_FTblWidget, and CFeatTableWidget::SetVisibleRange().
|
protectedvirtual |
Definition at line 421 of file view_feattable.cpp.
References CFeatTableView::m_FTblWidget, CFeatTableView::m_StatusBar, CFeatTableWidget::Update(), wxT, and CProjectViewBase::x_HasProject().
Referenced by CFeatTableView::OnProjectChanged().
|
protected |
Definition at line 444 of file sequence_search_tool.cpp.
References _ASSERT, map_checker< Container >::clear(), CNcbiRegistry::ePersistent, NStr::fSplit_Tokenize, IRegistry::Get(), CNcbiApplicationAPI::GetConfig(), CNcbiApplication::Instance(), ITERATE, CSequenceSearchForm::m_FileList, patterns, registry, CSysPath::ResolvePath(), IRWRegistry::Set(), NStr::Split(), and wxT.
Referenced by CSequenceSearchForm::Init().
|
protected |
Definition at line 412 of file orf_search_tool.cpp.
References _ASSERT, CNcbiRegistry::ePersistent, IRegistry::eReturn, NStr::fSplit_Tokenize, IRegistry::Get(), CNcbiApplicationAPI::GetConfig(), CNcbiApplication::Instance(), ITERATE, kKozakFile, COrfSearchForm::m_Kozak, patterns, registry, CSysPath::ResolvePath(), IRWRegistry::Set(), NStr::Split(), and wxT.
Referenced by COrfSearchForm::Init().
|
protectedvirtual |
Definition at line 434 of file view_feattable.cpp.
References CFeatTableDS::GetNumRows(), CwxTableListCtrl::GetNumRowsVisible(), NStr::IntToString(), CFeatTableView::m_DataSource, CFeatTableView::m_FTblWidget, CFeatTableView::m_StatusBar, and ToWxString().
Referenced by CFeatTableView::OnWidgetRangeChanged(), CFeatTableView::OnWidgetSelChanged(), and CFeatTableView::x_OnFeatTableEvent().
|
protected |
Definition at line 546 of file view_graphic.cpp.
References color, Error(), CProjectViewBase::GetId(), CProjectView::GetReflectionInfo(), CGraphicPanel::GetWidget(), ITERATE, label, LOG_POST, CViewGraphic::m_GraphicPanel, CViewGraphic::m_SeqId, and CSeqGraphicWidget::SetExternalGlyphs().
Referenced by CViewGraphic::OnViewAttached(), CViewGraphic::OnViewReleased(), CViewGraphic::OnVisibleRangeChanged(), and CViewGraphic::OnWidgetRangeChanged().
|
private |
Definition at line 390 of file gb_load_option_panel.cpp.
References GUI_AsyncExec(), i, int, CGenBankLoadOptionPanel::m_AccInput, CGenBankLoadOptionPanel::m_DefStyle, CGenBankLoadOptionPanel::m_ErrNum, CGenBankLoadOptionPanel::m_ErrStyle, CGenBankLoadOptionPanel::m_TokensNum, CGenBankLoadOptionPanel::m_ValidTokens, text(), ToStdString(), NStr::TruncateSpacesInPlace(), rapidjson::value, wxT, and CGenBankLoadOptionPanel::x_ProccessText().
Referenced by CGenBankLoadOptionPanel::IsInputValid(), and CGenBankLoadOptionPanel::OnAccInputUpdated().
|
protectedvirtual |
validates user input in Parameters panel, report errors if any
validate parameters after Params page override this function in derived classes
Reimplemented from CAlgoToolManagerBase.
Definition at line 138 of file cleanup_tool.cpp.
|
protectedvirtual |
validates user input in Parameters panel, report errors if any
validate parameters after Params page override this function in derived classes
Reimplemented from CAlgoToolManagerBase.
Definition at line 166 of file merge_tool.cpp.
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 230 of file snp_search_tool.cpp.
References CSNPSearchQuery::GetTerms(), CSearchJobBase::m_Error, and CSNPSearchJob::m_Query.
|
protectedvirtual |
validates user input in Parameters panel, report errors if any
validate parameters after Params page override this function in derived classes
Reimplemented from CAlgoToolManagerBase.
Definition at line 117 of file autodef_tool_manager.cpp.
References CUIObject::GetLabel(), CAlgoToolManagerBase::m_Descriptor, CAutodefToolManager::m_Params, SAutodefParams::m_SeqEntries, and NcbiErrorBox().
|
protectedvirtual |
validates user input in Parameters panel, report errors if any
validate parameters after Params page override this function in derived classes
Reimplemented from CAlgoToolManagerBase.
Definition at line 148 of file srcedit_tool.cpp.
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 285 of file component_search_tool.cpp.
References false, CComponentSearchQuery::GetIds(), CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Error, CComponentSearchJob::m_Query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 531 of file cpg_search_tool.cpp.
References false, CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Error, CCpgSearchJob::m_Query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 275 of file entrez_search_tool.cpp.
References CEntrezSearchQuery::GetTerms(), CSearchJobBase::m_Error, and CEntrezSearchJob::m_Query.
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 580 of file orf_search_tool.cpp.
References false, CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Error, COrfSearchJob::m_Query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 539 of file sequence_search_tool.cpp.
References false, CSequenceSearchQuery::GetPattern(), CSearchQueryBase::GetScopedLocs(), CSearchJobBase::m_Error, CSequenceSearchJob::m_Query, and CRef< C, Locker >::Reset().
|
protectedvirtual |
returns true if Job params are correct, implement in derived classes
Implements CSearchJobBase.
Definition at line 251 of file vcf_search_tool.cpp.
References false, CVcfSearchQuery::GetIds(), CSearchJobBase::m_Error, CVcfSearchJob::m_Query, and CRef< C, Locker >::Reset().
CCleanupPanel::~CCleanupPanel | ( | ) |
CCleanupParams::~CCleanupParams | ( | ) |
Destructor for CCleanupParams.
Destructor for CCleanupParams
Definition at line 65 of file cleanup_params.cpp.
CCpgSearchForm::~CCpgSearchForm | ( | ) |
Definition at line 304 of file cpg_search_tool.cpp.
CFASTAFormatParamsPanel::~CFASTAFormatParamsPanel | ( | ) |
Definition at line 91 of file fasta_format_params_panel.cpp.
CFastaLoadParams::~CFastaLoadParams | ( | ) |
Destructor for CFastaLoadParams.
Destructor for CFastaLoadParams
Definition at line 65 of file fasta_load_params.cpp.
CFeatureSearchForm::~CFeatureSearchForm | ( | ) |
Definition at line 178 of file feature_search_tool.cpp.
CGenBankLoadOptionPanel::~CGenBankLoadOptionPanel | ( | ) |
Definition at line 105 of file gb_load_option_panel.cpp.
CGenBankUIDataSource::~CGenBankUIDataSource | ( | ) |
Definition at line 118 of file gb_ui_data_source.cpp.
CGffLoadParams::~CGffLoadParams | ( | ) |
Destructor for CGffLoadParams.
Destructor for CGffLoadParams
Definition at line 67 of file gff_load_params.cpp.
CGffParamsPanel::~CGffParamsPanel | ( | ) |
COrfSearchForm::~COrfSearchForm | ( | ) |
Definition at line 274 of file orf_search_tool.cpp.
CResolveIdDlg::~CResolveIdDlg | ( | ) |
CSequenceSearchForm::~CSequenceSearchForm | ( | ) |
Definition at line 218 of file sequence_search_tool.cpp.
CSequinDesktopView::~CSequinDesktopView | ( | ) |
Definition at line 88 of file sequin_desktop_view.cpp.
CSrcEditParams::~CSrcEditParams | ( | ) |
Destructor for CSrcEditParams.
Destructor for CCleanupParams
Definition at line 65 of file srcedit_params.cpp.
CTextView::~CTextView | ( | ) |
Definition at line 79 of file text_view.cpp.
References IServiceLocator::GetServiceByType(), CTextView::m_UsingStatusBar, and CProjectViewBase::m_Workbench.
CViewGraphic::~CViewGraphic | ( | ) |
Definition at line 99 of file view_graphic.cpp.
|
private |
Definition at line 94 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::CAccDescriptor::GetAccession(), and CGenBankLoadOptionPanel::CAccDescriptor::operator==().
|
private |
Definition at line 83 of file assembly_object_loader.hpp.
Referenced by CAssemblyObjectLoader::CAssemblyObjectLoader(), and CAssemblyObjectLoader::Execute().
CRichTextCtrl* CGenBankLoadOptionPanel::m_AccInput |
Definition at line 132 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::CreateControls(), CGenBankLoadOptionPanel::GetInput(), CGenBankLoadOptionPanel::Init(), CGenBankLoadOptionPanel::OnAccInputUpdated(), CGenBankLoadOptionPanel::OnRecentAccClicked(), CGenBankLoadOptionPanel::SetInput(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
private |
Definition at line 184 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::LoadSettings(), CGenBankLoadOptionPanel::SaveMruAccessions(), and CGenBankLoadOptionPanel::x_FillMRUList().
|
protected |
Definition at line 118 of file cpg_search_tool.hpp.
Referenced by CCpgSearchQuery::GetAdjMergeThreshold(), and CCpgSearchQuery::ToString().
|
protected |
Definition at line 166 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_LoadSettings().
|
protected |
Definition at line 158 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_SaveSettings().
Feature types to search.
Definition at line 119 of file feature_search_tool.hpp.
CAssemblySelPanel* CGffParamsPanel::m_AssemblyPanel |
Definition at line 129 of file gff_params_panel.hpp.
Referenced by CGffParamsPanel::CreateControls(), CGffParamsPanel::Init(), CGffParamsPanel::TransferDataFromWindow(), and CGffParamsPanel::TransferDataToWindow().
|
protected |
|
protected |
Definition at line 151 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::DoTransition(), and CColumnarVCFLoaderManager::x_GetRefSeqs().
|
protected |
Definition at line 164 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::ConstructQuery(), COrfSearchForm::GetWidget(), and COrfSearchForm::x_SaveSettings().
|
protected |
regular expression to apply
Definition at line 154 of file seqloc_tool_base.hpp.
Referenced by CFeatureSearchJob::x_DoSearch(), and CFeatureSearchJob::x_Match().
|
protected |
Definition at line 117 of file feature_search_tool.hpp.
Referenced by CFeatureSearchQuery::GetCaseSensitive().
|
protected |
Definition at line 171 of file feature_search_tool.hpp.
|
private |
Definition at line 92 of file cleanup_params.hpp.
Referenced by CCleanupParams::Copy(), CCleanupParams::GetCleanupMode(), CCleanupParams::Init(), CCleanupParams::LoadSettings(), CCleanupParams::operator==(), CCleanupParams::SaveSettings(), and CCleanupParams::SetCleanupMode().
int COrfSearchForm::SKozakPattern::m_Codon_pos |
Definition at line 131 of file orf_search_tool.hpp.
|
protected |
Definition at line 218 of file orf_search_tool.hpp.
Referenced by COrfSearchJob::x_GetNewOLTModel(), and COrfSearchJob::x_SetupColumns().
|
protected |
Definition at line 158 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::CleanUI(), CColumnarVCFLoaderManager::GetCurrentPanel(), and CColumnarVCFLoaderManager::GetTask().
|
protected |
Entrez db names.
Definition at line 143 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchForm::Init(), CEntrezSearchForm::Update(), and CEntrezSearchForm::x_LoadSettings().
|
private |
Definition at line 82 of file bed_object_loader.hpp.
Referenced by CBedObjectLoader::Execute().
CCleanupParams CCleanupPanel::m_data |
The data edited by this window.
Definition at line 131 of file cleanup_panel.hpp.
Referenced by CCleanupPanel::GetData(), and CCleanupPanel::SetData().
CFastaLoadParams CFASTAFormatParamsPanel::m_data |
@begin CFASTAFormatParamsPanel member variables
The data edited by this window
Definition at line 105 of file fasta_format_params_panel.hpp.
Referenced by CFASTAFormatParamsPanel::GetData(), and CFASTAFormatParamsPanel::SetData().
CGffLoadParams CGffParamsPanel::m_data |
The data edited by this window.
Definition at line 131 of file gff_params_panel.hpp.
Referenced by CGffParamsPanel::GetData(), and CGffParamsPanel::SetData().
|
private |
Definition at line 155 of file view_feattable.hpp.
Referenced by CFeatTableView::CreateViewWindow(), CFeatTableView::DestroyViewWindow(), CFeatTableView::x_PostAttachToProject(), CFeatTableView::x_RebuildObjectIndex(), and CFeatTableView::x_UpdateStatusMessage().
|
protected |
Definition at line 139 of file component_search_tool.hpp.
Referenced by CComponentSearchForm::ConstructQuery(), CComponentSearchForm::GetWidget(), and CComponentSearchForm::Update().
|
protected |
Definition at line 153 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::Update().
|
protected |
techical name
Definition at line 144 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchForm::ConstructQuery(), CEntrezSearchForm::GetWidget(), CEntrezSearchForm::Update(), and CEntrezSearchForm::x_SaveSettings().
|
protected |
Definition at line 166 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::ConstructQuery(), CFeatureSearchForm::GetWidget(), and CFeatureSearchForm::Update().
|
protected |
Definition at line 161 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::ConstructQuery(), COrfSearchForm::GetWidget(), and COrfSearchForm::Update().
|
protected |
Definition at line 163 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::ConstructQuery(), CSequenceSearchForm::GetWidget(), and CSequenceSearchForm::Update().
|
protected |
Definition at line 139 of file vcf_search_tool.hpp.
Referenced by CVcfSearchForm::ConstructQuery(), CVcfSearchForm::GetWidget(), and CVcfSearchForm::Update().
|
protected |
Definition at line 103 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchQuery::GetDbName(), and CEntrezSearchQuery::ToString().
|
protected |
Definition at line 142 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchForm::Init(), and CEntrezSearchForm::Update().
|
private |
Definition at line 173 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::CreateControls(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
protected |
Definition at line 138 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::CGBFlatFileLoadManager(), CGBFlatFileLoadManager::GetDescriptor(), and CGBFlatFileLoadManager::GetLabel().
|
protected |
Definition at line 118 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSource::GetDescr().
|
protected |
Definition at line 151 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSourceType::GetDescr(), and CGenBankUIDataSourceType::GetExtensionLabel().
|
private |
Definition at line 85 of file assembly_object_loader.hpp.
Referenced by CAssemblyObjectLoader::CAssemblyObjectLoader(), and CAssemblyObjectLoader::GetDescription().
|
protected |
Definition at line 129 of file phy_loader.hpp.
Referenced by CPhyLoader::CPhyLoader(), CPhyLoader::GetDescriptor(), and CPhyLoader::GetLabel().
|
protected |
Definition at line 110 of file rm_load_manager.hpp.
Referenced by CRMLoader::CRMLoader(), CRMLoader::GetDescriptor(), and CRMLoader::GetLabel().
|
protected |
Definition at line 126 of file 5col_load_manager.hpp.
Referenced by C5ColLoadManager::C5ColLoadManager(), C5ColLoadManager::GetDescriptor(), and C5ColLoadManager::GetLabel().
|
protected |
Definition at line 144 of file agp_loader.hpp.
Referenced by CAgpLoader::CAgpLoader(), CAgpLoader::GetDescriptor(), and CAgpLoader::GetLabel().
|
protected |
Definition at line 144 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::CBedLoadManager(), CBedLoadManager::GetDescriptor(), and CBedLoadManager::GetLabel().
|
protected |
Definition at line 142 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::CColumnarVCFLoaderManager(), CColumnarVCFLoaderManager::GetDescriptor(), and CColumnarVCFLoaderManager::GetLabel().
|
protected |
Definition at line 143 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::CFASTAFormatLoadManager(), CFASTAFormatLoadManager::GetDescriptor(), and CFASTAFormatLoadManager::GetLabel().
|
protected |
Definition at line 155 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::CGffLoadManager(), CGffLoadManager::GetDescriptor(), and CGffLoadManager::GetLabel().
|
protected |
Definition at line 142 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::CVCFLoaderManager(), CVCFLoaderManager::GetDescriptor(), and CVCFLoaderManager::GetLabel().
|
protected |
Definition at line 144 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::CWigLoadManager(), CWigLoadManager::GetDescriptor(), and CWigLoadManager::GetLabel().
|
protected |
Definition at line 203 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::CGenBankUILoadManager(), and CGenBankUILoadManager::GetDescriptor().
|
private |
Definition at line 176 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::Init(), CGenBankLoadOptionPanel::IsInputValid(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
private |
Definition at line 174 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::CreateControls(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
private |
Definition at line 76 of file chain_loader.hpp.
Referenced by CChainLoader::Add(), CChainLoader::Execute(), CChainLoader::PostExecute(), and CChainLoader::PreExecute().
|
protected |
Definition at line 118 of file feature_search_tool.hpp.
Referenced by CFeatureSearchQuery::GetFeatTypes().
|
protected |
Definition at line 179 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::x_LoadSettings().
|
private |
Definition at line 101 of file gff_load_params.hpp.
Referenced by CGffLoadParams::Copy(), CGffLoadParams::GetFileFormat(), CGffLoadParams::Init(), CGffLoadParams::LoadSettings(), CGffLoadParams::operator==(), CGffLoadParams::SaveSettings(), and CGffLoadParams::SetFileFormat().
|
static |
Definition at line 147 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::GetWidget(), CSequenceSearchJob::x_DoSearch(), and CSequenceSearchForm::x_UpdateFileList().
|
protected |
Definition at line 148 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::GetExecuteUnit(), CGBFlatFileLoadManager::GetFilenames(), and CGBFlatFileLoadManager::SetFilenames().
|
private |
Definition at line 77 of file 5col_object_loader.hpp.
Referenced by C5ColObjectLoader::Execute().
|
private |
Definition at line 80 of file agp_object_loader.hpp.
Referenced by CAgpObjectLoader::Execute().
|
private |
Definition at line 79 of file bed_object_loader.hpp.
Referenced by CBedObjectLoader::Execute().
|
private |
Definition at line 82 of file gb_flatfile_object_loader.hpp.
Referenced by CGBFlatFileObjectLoader::Execute().
|
private |
Definition at line 81 of file gff_object_loader.hpp.
Referenced by CGffObjectLoader::Execute().
|
private |
Definition at line 75 of file phy_object_loader.hpp.
Referenced by CPhyObjectLoader::Execute().
|
private |
Definition at line 80 of file psl_object_loader.hpp.
Referenced by CPslObjectLoader::Execute().
|
private |
Definition at line 79 of file vcf_object_loader.hpp.
Referenced by CVcfObjectLoader::Execute().
|
private |
Definition at line 80 of file wig_object_loader.hpp.
Referenced by CWigObjectLoader::Execute().
|
protected |
Definition at line 137 of file phy_loader.hpp.
Referenced by CPhyLoader::GetExecuteUnit(), CPhyLoader::GetFilenames(), and CPhyLoader::SetFilenames().
|
protected |
Definition at line 115 of file rm_load_manager.hpp.
Referenced by CRMLoader::GetExecuteUnit(), CRMLoader::GetFilenames(), and CRMLoader::SetFilenames().
|
protected |
Definition at line 124 of file 5col_load_manager.hpp.
Referenced by C5ColLoadManager::GetExecuteUnit(), C5ColLoadManager::GetFilenames(), and C5ColLoadManager::SetFilenames().
|
protected |
Definition at line 154 of file agp_loader.hpp.
Referenced by CAgpLoader::GetExecuteUnit(), CAgpLoader::GetFilenames(), and CAgpLoader::SetFilenames().
|
protected |
Definition at line 154 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::GetExecuteUnit(), CBedLoadManager::GetFilenames(), and CBedLoadManager::SetFilenames().
|
protected |
Definition at line 149 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::GetCurrentPanel(), CColumnarVCFLoaderManager::GetFilenames(), CColumnarVCFLoaderManager::GetTask(), and CColumnarVCFLoaderManager::SetFilenames().
|
protected |
Definition at line 153 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::GetExecuteUnit(), CFASTAFormatLoadManager::GetFilenames(), and CFASTAFormatLoadManager::SetFilenames().
|
protected |
Definition at line 153 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::GetExecuteUnit(), CGffLoadManager::GetFilenames(), and CGffLoadManager::SetFilenames().
|
protected |
Definition at line 152 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::GetExecuteUnit(), CVCFLoaderManager::GetFilenames(), and CVCFLoaderManager::SetFilenames().
|
protected |
Definition at line 154 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::GetExecuteUnit(), CWigLoadManager::GetFilenames(), and CWigLoadManager::SetFilenames().
|
private |
Definition at line 108 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetForceLocalIDs(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetForceLocalIDs().
|
private |
Definition at line 154 of file view_feattable.hpp.
Referenced by CFeatTableView::CreateViewWindow(), CFeatTableView::DestroyViewWindow(), CFeatTableView::GetSelection(), CFeatTableView::LoadSettings(), CFeatTableView::SaveSettings(), CFeatTableView::x_SetVisibleRange(), CFeatTableView::x_Update(), and CFeatTableView::x_UpdateStatusMessage().
|
protected |
Definition at line 111 of file orf_search_tool.hpp.
Referenced by COrfSearchQuery::GetGencode(), and COrfSearchQuery::ToString().
|
protected |
Definition at line 167 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::GetWidget(), and COrfSearchForm::x_LoadSettings().
|
protected |
Definition at line 162 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::ConstructQuery(), COrfSearchForm::GetWidget(), and COrfSearchForm::x_SaveSettings().
|
protected |
Definition at line 152 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::DoTransition(), CColumnarVCFLoaderManager::GetCurrentPanel(), CColumnarVCFLoaderManager::GetTask(), and CColumnarVCFLoaderManager::x_GetRefSeqs().
bool CGenBankLoadOptionPanel::Token::m_GenomicAccession |
Definition at line 168 of file gb_load_option_panel.hpp.
|
private |
Definition at line 180 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::GetGenomicAccessions(), and CGenBankLoadOptionPanel::x_ProccessText().
|
private |
Definition at line 155 of file view_graphic.hpp.
Referenced by CViewGraphic::CreateViewWindow(), CViewGraphic::DestroyViewWindow(), CViewGraphic::GetAnnotNames(), CViewGraphic::GetSearchLoc(), CViewGraphic::GetSelection(), CViewGraphic::GetVisibleRanges(), CViewGraphic::GetWindow(), CViewGraphic::InitView(), CViewGraphic::OnProjectChanged(), CViewGraphic::OnVisibleRangeChanged(), CViewGraphic::OnWidgetDataChanged(), CViewGraphic::SaveSettingsAtProject(), CViewGraphic::SetOrigObject(), CViewGraphic::x_OnSetSelection(), CViewGraphic::x_SetNonAsnInput(), and CViewGraphic::x_UpdateVisRangeLayout().
wxGrid* CResolveIdDlg::m_Grid |
Definition at line 128 of file resolve_id_dlg.hpp.
Referenced by CResolveIdDlg::CreateControls(), CResolveIdDlg::Init(), CResolveIdDlg::SetData(), CResolveIdDlg::x_LoadSettings(), and CResolveIdDlg::x_SaveSettings().
|
protected |
Definition at line 168 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::GetWidget(), and CFeatureSearchForm::Update().
|
private |
Definition at line 178 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::GetSeqIds(), CGenBankLoadOptionPanel::SaveMruAccessions(), and CGenBankLoadOptionPanel::x_ProccessText().
Definition at line 74 of file gb_object_loader.hpp.
Referenced by CGBObjectLoader::Execute(), and CGBObjectLoader::GetDescription().
|
protected |
Definition at line 97 of file component_search_tool.hpp.
Referenced by CComponentSearchQuery::GetIds().
|
protected |
Definition at line 99 of file vcf_search_tool.hpp.
Referenced by CVcfSearchQuery::GetIds().
|
private |
Definition at line 109 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetIgnoreGaps(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetIgnoreGaps().
TConstScopedObjects* CCleanupPanel::m_InputObjects |
Definition at line 140 of file cleanup_panel.hpp.
Referenced by CCleanupPanel::SetObjects(), and CCleanupPanel::TransferDataToWindow().
|
static |
Definition at line 150 of file orf_search_tool.hpp.
Referenced by COrfSearchTool::x_CreateJob(), and COrfSearchForm::x_UpdateKozak().
|
protected |
Definition at line 219 of file orf_search_tool.hpp.
Referenced by COrfSearchJob::x_DoSearch().
|
private |
Definition at line 75 of file chain_loader.hpp.
Referenced by CChainLoader::Add(), CChainLoader::GetDescription(), and CChainLoader::GetObjects().
|
private |
Definition at line 110 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetLowercaseOption(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetLowercaseOption().
|
private |
Definition at line 111 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetMakeDelta(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetMakeDelta().
CGBFlatFileLoadManager& CGBFlatFileLoadManager::CPage::m_Manager |
Definition at line 133 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::CPage::GetPanel().
CAgpLoader& CAgpLoader::CPage::m_Manager |
Definition at line 139 of file agp_loader.hpp.
Referenced by CAgpLoader::CPage::GetPanel().
CBedLoadManager& CBedLoadManager::CPage::m_Manager |
Definition at line 139 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::CPage::GetPanel().
CFASTAFormatLoadManager& CFASTAFormatLoadManager::CPage::m_Manager |
Definition at line 138 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::CPage::GetPanel().
CGffLoadManager& CGffLoadManager::CPage::m_Manager |
Definition at line 142 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::CPage::GetPanel().
CVCFLoaderManager& CVCFLoaderManager::CPage::m_Manager |
Definition at line 137 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::CPage::GetPanel().
CWigLoadManager& CWigLoadManager::CPage::m_Manager |
Definition at line 139 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::CPage::GetPanel().
|
private |
Definition at line 102 of file gff_load_params.hpp.
Referenced by CGffLoadParams::Copy(), CGffLoadParams::GetMapAssembly(), CGffLoadParams::LoadSettings(), CGffLoadParams::operator==(), CGffLoadParams::SaveSettings(), and CGffLoadParams::SetMapAssembly().
Definition at line 154 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::x_GetRefSeqs().
|
protected |
Definition at line 116 of file cpg_search_tool.hpp.
Referenced by CCpgSearchQuery::GetMinGC(), and CCpgSearchQuery::ToString().
|
protected |
Definition at line 164 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_LoadSettings().
|
protected |
Definition at line 156 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_SaveSettings().
|
protected |
Definition at line 115 of file cpg_search_tool.hpp.
Referenced by CCpgSearchQuery::GetMinLenOfIsland(), and CCpgSearchQuery::ToString().
|
protected |
Definition at line 163 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_LoadSettings().
|
protected |
Definition at line 155 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_SaveSettings().
|
protected |
Definition at line 113 of file orf_search_tool.hpp.
Referenced by COrfSearchQuery::GetMinPairs(), and COrfSearchQuery::ToString().
|
protected |
Definition at line 169 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::GetWidget(), and COrfSearchForm::x_LoadSettings().
|
protected |
Definition at line 117 of file cpg_search_tool.hpp.
Referenced by CCpgSearchQuery::GetMinPercentage(), and CCpgSearchQuery::ToString().
|
protected |
Definition at line 165 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_LoadSettings().
|
protected |
Definition at line 157 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_SaveSettings().
CwxHtmlWindow* CGenBankLoadOptionPanel::m_MRUWindow |
Definition at line 133 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::CreateControls(), CGenBankLoadOptionPanel::Init(), and CGenBankLoadOptionPanel::x_FillMRUList().
string COrfSearchForm::SKozakPattern::m_Name |
Definition at line 129 of file orf_search_tool.hpp.
|
private |
Definition at line 103 of file gff_load_params.hpp.
Referenced by CGffLoadParams::Copy(), CGffLoadParams::GetNameFeatSet(), CGffLoadParams::LoadSettings(), CGffLoadParams::operator==(), CGffLoadParams::SaveSettings(), and CGffLoadParams::SetNameFeatSet().
|
private |
Definition at line 179 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::GetNAs(), CGenBankLoadOptionPanel::SaveMruAccessions(), and CGenBankLoadOptionPanel::x_ProccessText().
|
private |
Definition at line 75 of file gb_object_loader.hpp.
Referenced by CGBObjectLoader::Execute(), and CGBObjectLoader::GetDescription().
|
private |
Definition at line 156 of file view_graphic.hpp.
Referenced by CViewGraphic::GetNonAsnData(), and CViewGraphic::x_SetNonAsnInput().
|
private |
Definition at line 112 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetNoSplit(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetNoSplit().
|
private |
Definition at line 150 of file view_feattable.hpp.
Referenced by CFeatTableView::x_RebuildObjectIndex().
CObjectListWidget* CCleanupPanel::m_ObjectList |
Definition at line 129 of file cleanup_panel.hpp.
Referenced by CCleanupPanel::CreateControls(), CCleanupPanel::Init(), CCleanupPanel::LoadSettings(), CCleanupPanel::SaveSettings(), CCleanupPanel::TransferDataFromWindow(), and CCleanupPanel::TransferDataToWindow().
|
private |
Definition at line 96 of file cleanup_params.hpp.
Referenced by CCleanupParams::Copy(), CCleanupParams::GetObjects(), and CCleanupParams::SetObjects().
|
protected |
Definition at line 86 of file cleanup_tool.hpp.
Referenced by CCleanupTool::x_CreateParamsPanelIfNeeded(), and CCleanupTool::x_SelectCompatibleInputObjects().
|
protected |
Definition at line 84 of file merge_tool.hpp.
Referenced by CMergeTool::x_CreateParamsPanelIfNeeded(), and CMergeTool::x_SelectCompatibleInputObjects().
TConstScopedObjects CSrcEditParams::m_Objects |
Definition at line 92 of file srcedit_params.hpp.
Referenced by CSrcEditParams::Copy(), CSrcEditParams::GetObjects(), CSrcEditParams::SetObjects(), and CSrcEditJob::x_CreateProjectItems().
|
protected |
Definition at line 86 of file srcedit_tool.hpp.
Referenced by CSrcEditTool::x_CreateParamsPanelIfNeeded(), and CSrcEditTool::x_SelectCompatibleInputObjects().
|
private |
Definition at line 78 of file 5col_object_loader.hpp.
Referenced by C5ColObjectLoader::Execute(), and C5ColObjectLoader::GetObjects().
|
private |
Definition at line 81 of file agp_object_loader.hpp.
Referenced by CAgpObjectLoader::Execute(), and CAgpObjectLoader::GetObjects().
|
private |
Definition at line 84 of file assembly_object_loader.hpp.
Referenced by CAssemblyObjectLoader::Execute(), and CAssemblyObjectLoader::GetObjects().
|
private |
Definition at line 80 of file bed_object_loader.hpp.
Referenced by CBedObjectLoader::Execute(), CBedObjectLoader::GetObjects(), and CBedObjectLoader::PostExecute().
|
private |
Definition at line 77 of file chain_loader.hpp.
Referenced by CChainLoader::GetObjects().
|
private |
Definition at line 83 of file gb_flatfile_object_loader.hpp.
Referenced by CGBFlatFileObjectLoader::Execute(), and CGBFlatFileObjectLoader::GetObjects().
|
private |
Definition at line 76 of file gb_object_loader.hpp.
Referenced by CGBObjectLoader::Execute(), and CGBObjectLoader::GetObjects().
|
private |
Definition at line 82 of file gff_object_loader.hpp.
Referenced by CGffObjectLoader::Execute(), CGffObjectLoader::GetObjects(), and CGffObjectLoader::PostExecute().
|
private |
Definition at line 76 of file phy_object_loader.hpp.
Referenced by CPhyObjectLoader::Execute(), and CPhyObjectLoader::GetObjects().
|
private |
Definition at line 81 of file psl_object_loader.hpp.
Referenced by CPslObjectLoader::Execute(), CPslObjectLoader::GetObjects(), and CPslObjectLoader::PostExecute().
|
private |
Definition at line 80 of file vcf_object_loader.hpp.
Referenced by CVcfObjectLoader::Execute(), CVcfObjectLoader::GetObjects(), and CVcfObjectLoader::PostExecute().
|
private |
Definition at line 81 of file wig_object_loader.hpp.
Referenced by CWigObjectLoader::Execute(), CWigObjectLoader::GetObjects(), and CWigObjectLoader::PostExecute().
|
protected |
Definition at line 116 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSource::Close(), and CGenBankUIDataSource::Open().
|
protected |
Definition at line 122 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSource::Close(), CGenBankUIDataSource::IsOpen(), and CGenBankUIDataSource::Open().
|
protected |
Definition at line 208 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::CleanUI(), CGenBankUILoadManager::DoTransition(), CGenBankUILoadManager::GetCurrentPanel(), CGenBankUILoadManager::GetTask(), CGenBankUILoadManager::LoadSettings(), CGenBankUILoadManager::SaveMruAccessions(), and CGenBankUILoadManager::SaveSettings().
|
protected |
Definition at line 149 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::GetOptionsPage(), and CGBFlatFileLoadManager::SetPrevPage().
|
protected |
Definition at line 156 of file agp_loader.hpp.
Referenced by CAgpLoader::GetOptionsPage(), and CAgpLoader::SetPrevPage().
|
protected |
Definition at line 156 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::GetOptionsPage(), and CBedLoadManager::SetPrevPage().
|
protected |
Definition at line 155 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::GetOptionsPage(), and CFASTAFormatLoadManager::SetPrevPage().
|
protected |
Definition at line 157 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::GetOptionsPage(), and CGffLoadManager::SetPrevPage().
|
protected |
Definition at line 154 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::GetOptionsPage(), and CVCFLoaderManager::SetPrevPage().
|
protected |
Definition at line 156 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::GetOptionsPage(), and CWigLoadManager::SetPrevPage().
Definition at line 96 of file seq_text_view.hpp.
Referenced by CSeqTextView::InitView(), and CSeqTextView::x_GetOrigObject().
|
private |
original data object passed to the view
Definition at line 145 of file view_feattable.hpp.
Referenced by CFeatTableView::x_GetOrigObject(), CFeatTableView::x_PostAttachToProject(), and CFeatTableView::x_PreAttachToProject().
|
protected |
Definition at line 88 of file cleanup_tool.hpp.
Referenced by CCleanupTool::CleanUI(), CCleanupTool::InitUI(), CCleanupTool::x_CreateLoadingJob(), CCleanupTool::x_CreateParamsPanelIfNeeded(), and CCleanupTool::x_GetParamsPanel().
|
protected |
Definition at line 86 of file merge_tool.hpp.
Referenced by CMergeTool::CleanUI(), CMergeTool::InitUI(), CMergeTool::x_CreateLoadingJob(), CMergeTool::x_CreateParamsPanelIfNeeded(), and CMergeTool::x_GetParamsPanel().
|
private |
Definition at line 152 of file view_feattable.hpp.
Referenced by CFeatTableView::CreateViewWindow(), CFeatTableView::DestroyViewWindow(), and CFeatTableView::GetWindow().
|
protected |
Definition at line 88 of file srcedit_tool.hpp.
Referenced by CSrcEditTool::CleanUI(), CSrcEditTool::InitUI(), CSrcEditTool::x_CreateLoadingJob(), CSrcEditTool::x_CreateParamsPanelIfNeeded(), and CSrcEditTool::x_GetParamsPanel().
|
protected |
Definition at line 87 of file cleanup_tool.hpp.
Referenced by CCleanupTool::x_CreateLoadingJob(), CCleanupTool::x_CreateParamsPanelIfNeeded(), and CCleanupTool::x_GetParamsAsRegSetting().
|
protected |
Definition at line 147 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::DoTransition(), CGBFlatFileLoadManager::GetExecuteUnit(), CGBFlatFileLoadManager::LoadSettings(), CGBFlatFileLoadManager::SaveSettings(), CGBFlatFileLoadManager::SetRegistryPath(), and CGBFlatFileLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 85 of file merge_tool.hpp.
Referenced by CMergeTool::x_CreateLoadingJob(), and CMergeTool::x_CreateParamsPanelIfNeeded().
|
protected |
Definition at line 92 of file autodef_tool_manager.hpp.
Referenced by CAutodefToolManager::x_CreateEditJob(), CAutodefToolManager::x_CreateParamsPanelIfNeeded(), CAutodefToolManager::x_GetParamsAsRegSetting(), CAutodefToolManager::x_SelectCompatibleInputObjects(), and CAutodefToolManager::x_ValidateParams().
|
protected |
Definition at line 108 of file autodef_tool_manager.hpp.
Referenced by CAutodefJob::x_MakeChanges().
|
protected |
Definition at line 87 of file srcedit_tool.hpp.
Referenced by CSrcEditTool::x_CreateLoadingJob(), CSrcEditTool::x_CreateParamsPanelIfNeeded(), and CSrcEditTool::x_GetParamsAsRegSetting().
|
private |
Definition at line 79 of file agp_object_loader.hpp.
Referenced by CAgpObjectLoader::Execute().
|
private |
Definition at line 78 of file bed_object_loader.hpp.
Referenced by CBedObjectLoader::Execute().
|
private |
Definition at line 81 of file gb_flatfile_object_loader.hpp.
Referenced by CGBFlatFileObjectLoader::Execute().
|
private |
Definition at line 80 of file gff_object_loader.hpp.
Referenced by CGffObjectLoader::Execute().
|
private |
Definition at line 79 of file psl_object_loader.hpp.
Referenced by CPslObjectLoader::Execute().
|
private |
Definition at line 78 of file vcf_object_loader.hpp.
Referenced by CVcfObjectLoader::Execute().
|
private |
Definition at line 79 of file wig_object_loader.hpp.
Referenced by CWigObjectLoader::Execute().
|
protected |
Definition at line 153 of file agp_loader.hpp.
Referenced by CAgpLoader::DoTransition(), CAgpLoader::GetExecuteUnit(), CAgpLoader::LoadSettings(), CAgpLoader::SaveSettings(), CAgpLoader::SetRegistryPath(), and CAgpLoader::x_GetParamsPanel().
|
protected |
Definition at line 153 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::DoTransition(), CBedLoadManager::GetExecuteUnit(), CBedLoadManager::LoadSettings(), CBedLoadManager::SaveSettings(), CBedLoadManager::SetRegistryPath(), and CBedLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 152 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::DoTransition(), CFASTAFormatLoadManager::GetExecuteUnit(), CFASTAFormatLoadManager::LoadSettings(), CFASTAFormatLoadManager::SaveSettings(), CFASTAFormatLoadManager::SetRegistryPath(), and CFASTAFormatLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 152 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::DoTransition(), CGffLoadManager::GetExecuteUnit(), CGffLoadManager::LoadSettings(), CGffLoadManager::SaveSettings(), CGffLoadManager::SetRegistryPath(), and CGffLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 151 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::DoTransition(), CVCFLoaderManager::GetExecuteUnit(), CVCFLoaderManager::LoadSettings(), CVCFLoaderManager::SaveSettings(), CVCFLoaderManager::SetRegistryPath(), and CVCFLoaderManager::x_GetParamsPanel().
|
protected |
Definition at line 153 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::DoTransition(), CWigLoadManager::GetExecuteUnit(), CWigLoadManager::LoadSettings(), CWigLoadManager::SaveSettings(), CWigLoadManager::SetRegistryPath(), and CWigLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 146 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::CleanUI(), CGBFlatFileLoadManager::DoTransition(), and CGBFlatFileLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 93 of file autodef_tool_manager.hpp.
Referenced by CAutodefToolManager::CleanUI(), CAutodefToolManager::InitUI(), CAutodefToolManager::x_CreateParamsPanelIfNeeded(), and CAutodefToolManager::x_GetParamsPanel().
|
protected |
Definition at line 152 of file agp_loader.hpp.
Referenced by CAgpLoader::CleanUI(), CAgpLoader::DoTransition(), and CAgpLoader::x_GetParamsPanel().
|
protected |
Definition at line 152 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::CleanUI(), CBedLoadManager::DoTransition(), and CBedLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 151 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::CleanUI(), CFASTAFormatLoadManager::DoTransition(), and CFASTAFormatLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 151 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::CleanUI(), CGffLoadManager::DoTransition(), and CGffLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 150 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::CleanUI(), CVCFLoaderManager::DoTransition(), and CVCFLoaderManager::x_GetParamsPanel().
|
protected |
Definition at line 152 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::CleanUI(), CWigLoadManager::DoTransition(), and CWigLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 141 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::SetParentWindow(), and CGBFlatFileLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 201 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::GetCurrentPanel(), and CGenBankUILoadManager::SetParentWindow().
|
protected |
Definition at line 132 of file phy_loader.hpp.
Referenced by CPhyLoader::SetParentWindow().
|
protected |
Definition at line 113 of file rm_load_manager.hpp.
Referenced by CRMLoader::SetParentWindow().
|
protected |
Definition at line 147 of file agp_loader.hpp.
Referenced by CAgpLoader::SetParentWindow(), and CAgpLoader::x_GetParamsPanel().
|
protected |
Definition at line 147 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::SetParentWindow(), and CBedLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 145 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::GetCurrentPanel(), and CColumnarVCFLoaderManager::SetParentWindow().
|
protected |
Definition at line 146 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::SetParentWindow(), and CFASTAFormatLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 148 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::SetParentWindow(), and CGffLoadManager::x_GetParamsPanel().
|
protected |
Definition at line 145 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::SetParentWindow(), and CVCFLoaderManager::x_GetParamsPanel().
|
protected |
Definition at line 147 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::SetParentWindow(), and CWigLoadManager::x_GetParamsPanel().
|
private |
Definition at line 104 of file gff_load_params.hpp.
Referenced by CGffLoadParams::Copy(), CGffLoadParams::GetParseSeqIds(), CGffLoadParams::Init(), CGffLoadParams::LoadSettings(), CGffLoadParams::operator==(), CGffLoadParams::SaveSettings(), and CGffLoadParams::SetParseSeqIds().
|
protected |
search patteern for "Exact Match" and "Wildcard" modes
search pattern for "Exact Match" and "Wildcard" modes
Definition at line 153 of file seqloc_tool_base.hpp.
Referenced by CFeatureSearchJob::x_DoSearch(), and CFeatureSearchJob::x_Match().
|
protected |
Definition at line 115 of file feature_search_tool.hpp.
Referenced by CFeatureSearchQuery::GetPattern(), and CFeatureSearchQuery::ToString().
|
protected |
Definition at line 113 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchQuery::GetPattern(), and CSequenceSearchQuery::ToString().
|
protected |
search patteern for "Exact Match" and "Wildcard" modes
Definition at line 220 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchJob::x_DoSearch(), and CSequenceSearchJob::x_GetMatches().
|
protected |
Definition at line 165 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::ConstructQuery(), and CSequenceSearchForm::GetWidget().
|
protected |
Definition at line 115 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchQuery::GetPatternFile(), and CSequenceSearchQuery::ToString().
|
protected |
regular expression to apply
Definition at line 221 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchJob::x_DoSearch().
|
protected |
Definition at line 151 of file seqloc_tool_base.hpp.
Referenced by CFeatureSearchJob::x_DoSearch(), and CFeatureSearchJob::x_Match().
|
protected |
Definition at line 116 of file feature_search_tool.hpp.
Referenced by CFeatureSearchQuery::GetPatternType().
|
protected |
Definition at line 175 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::ConstructQuery().
|
protected |
Definition at line 114 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchQuery::GetPatternType(), and CSequenceSearchQuery::ToString().
|
protected |
Definition at line 169 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::ConstructQuery().
|
protected |
Definition at line 218 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchJob::x_AddToResults(), CSequenceSearchJob::x_DoSearch(), CSequenceSearchJob::x_GetMatches(), and CSequenceSearchJob::x_SetupColumns().
int CGenBankLoadOptionPanel::Token::m_Pos |
Definition at line 165 of file gb_load_option_panel.hpp.
|
protected |
Definition at line 173 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::GetWidget(), and CSequenceSearchForm::Update().
|
protected |
Definition at line 210 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::GetCurrentPanel(), CGenBankUILoadManager::GetTask(), CGenBankUILoadManager::LoadSettings(), and CGenBankUILoadManager::SaveSettings().
|
protected |
Definition at line 209 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::CleanUI(), CGenBankUILoadManager::DoTransition(), CGenBankUILoadManager::GetCurrentPanel(), and CGenBankUILoadManager::GetTask().
|
protected |
Definition at line 172 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::GetWidget(), and CSequenceSearchForm::Update().
|
protected |
Definition at line 156 of file snp_search_tool.hpp.
Referenced by CSNPSearchJob::CSNPSearchJob(), CSNPSearchJob::x_DoSearch(), and CSNPSearchJob::x_ValidateParams().
|
protected |
Definition at line 170 of file component_search_tool.hpp.
Referenced by CComponentSearchJob::CComponentSearchJob(), CComponentSearchJob::x_DoSearch(), and CComponentSearchJob::x_ValidateParams().
|
protected |
Definition at line 203 of file cpg_search_tool.hpp.
Referenced by CCpgSearchJob::x_DoSearch(), and CCpgSearchJob::x_ValidateParams().
|
protected |
Definition at line 170 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchJob::CEntrezSearchJob(), CEntrezSearchJob::x_DoSearch(), CEntrezSearchJob::x_GetNewOLTModel(), and CEntrezSearchJob::x_ValidateParams().
|
protected |
Definition at line 226 of file feature_search_tool.hpp.
|
protected |
Definition at line 217 of file orf_search_tool.hpp.
Referenced by COrfSearchJob::x_DoSearch(), and COrfSearchJob::x_ValidateParams().
|
protected |
Definition at line 217 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchJob::CSequenceSearchJob(), CSequenceSearchJob::x_DoSearch(), and CSequenceSearchJob::x_ValidateParams().
|
protected |
Definition at line 161 of file vcf_search_tool.hpp.
Referenced by CVcfSearchJob::CVcfSearchJob(), CVcfSearchJob::x_DoSearch(), and CVcfSearchJob::x_ValidateParams().
|
private |
Definition at line 113 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetReadFirst(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetReadFirst().
|
protected |
Definition at line 153 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::DoTransition(), CColumnarVCFLoaderManager::GetCurrentPanel(), CColumnarVCFLoaderManager::GetTask(), and CColumnarVCFLoaderManager::x_GetRefSeqs().
|
protected |
Definition at line 157 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::CleanUI(), CColumnarVCFLoaderManager::GetCurrentPanel(), and CColumnarVCFLoaderManager::GetTask().
string COrfSearchForm::SKozakPattern::m_Regexp |
Definition at line 130 of file orf_search_tool.hpp.
|
private |
Definition at line 95 of file cleanup_params.hpp.
Referenced by CCleanupParams::LoadSettings(), CCleanupParams::SaveSettings(), and CCleanupParams::SetRegistryPath().
|
protected |
Definition at line 142 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::SetRegistryPath().
|
protected |
Definition at line 206 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::LoadSettings(), CGenBankUILoadManager::SaveMruAccessions(), CGenBankUILoadManager::SaveSettings(), and CGenBankUILoadManager::SetRegistryPath().
|
private |
Definition at line 157 of file view_feattable.hpp.
Referenced by CFeatTableView::LoadSettings(), CFeatTableView::SaveSettings(), and CFeatTableView::SetRegistryPath().
string CSrcEditParams::m_RegPath |
Definition at line 91 of file srcedit_params.hpp.
Referenced by CSrcEditParams::SetRegistryPath().
|
private |
Definition at line 118 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::LoadSettings(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetRegistryPath().
|
private |
Definition at line 108 of file gff_load_params.hpp.
Referenced by CGffLoadParams::LoadSettings(), CGffLoadParams::SaveSettings(), and CGffLoadParams::SetRegistryPath().
|
protected |
Definition at line 135 of file phy_loader.hpp.
Referenced by CPhyLoader::SetRegistryPath().
|
protected |
Definition at line 123 of file 5col_load_manager.hpp.
Referenced by C5ColLoadManager::SetRegistryPath().
|
protected |
Definition at line 150 of file agp_loader.hpp.
Referenced by CAgpLoader::SetRegistryPath().
|
protected |
Definition at line 150 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::SetRegistryPath().
|
protected |
Definition at line 147 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::GetCurrentPanel(), CColumnarVCFLoaderManager::LoadSettings(), CColumnarVCFLoaderManager::SaveSettings(), and CColumnarVCFLoaderManager::SetRegistryPath().
|
protected |
Definition at line 149 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::SetRegistryPath().
|
protected |
Definition at line 150 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::SetRegistryPath().
|
protected |
Definition at line 148 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::SetRegistryPath().
|
protected |
Definition at line 150 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::SetRegistryPath().
|
protected |
Definition at line 159 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::CleanUI(), CColumnarVCFLoaderManager::GetCurrentPanel(), and CColumnarVCFLoaderManager::GetTask().
|
private |
Definition at line 146 of file view_feattable.hpp.
Referenced by CFeatTableView::x_PostAttachToProject(), and CFeatTableView::x_PreAttachToProject().
|
private |
Definition at line 85 of file gb_flatfile_object_loader.hpp.
Referenced by CGBFlatFileObjectLoader::Execute(), and CGBFlatFileObjectLoader::Init().
|
protected |
Definition at line 96 of file component_search_tool.hpp.
|
protected |
Definition at line 178 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::GetWidget(), and CFeatureSearchForm::x_LoadSettings().
|
protected |
Definition at line 170 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::GetWidget(), and CSequenceSearchForm::x_LoadSettings().
|
protected |
Definition at line 152 of file seqloc_tool_base.hpp.
Referenced by CFeatureSearchJob::x_DoSearch(), CFeatureSearchJob::x_IsSNP(), CFeatureSearchJob::x_Match(), and CFeatureSearchJob::x_SearchForSNP().
|
protected |
Definition at line 219 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchJob::x_AddToResults(), CSequenceSearchJob::x_DoSearch(), and CSequenceSearchJob::x_GetMatches().
|
protected |
Definition at line 90 of file autodef_tool_manager.hpp.
Referenced by CAutodefToolManager::x_CreateParamsPanelIfNeeded(), and CAutodefToolManager::x_SelectCompatibleInputObjects().
|
private |
Definition at line 154 of file view_graphic.hpp.
Referenced by CViewGraphic::GetSearchLoc(), CViewGraphic::GetSelection(), CViewGraphic::GetVisibleRanges(), CViewGraphic::InitView(), CViewGraphic::OnVisibleRangeChanged(), CViewGraphic::SaveSettingsAtProject(), CViewGraphic::SetOrigObject(), CViewGraphic::x_GetOrigObject(), CViewGraphic::x_OnSetSelection(), CViewGraphic::x_SetNonAsnInput(), and CViewGraphic::x_UpdateVisRangeLayout().
|
protected |
Definition at line 141 of file component_search_tool.hpp.
Referenced by CComponentSearchForm::ConstructQuery().
|
protected |
Definition at line 160 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery().
|
protected |
Definition at line 170 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::ConstructQuery().
|
protected |
Definition at line 165 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::ConstructQuery().
|
protected |
Definition at line 166 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::ConstructQuery().
|
private |
Definition at line 114 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetSeqType(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetSeqType().
int CGenBankLoadOptionPanel::Token::m_Size |
Definition at line 166 of file gb_load_option_panel.hpp.
|
protected |
Definition at line 114 of file cpg_search_tool.hpp.
Referenced by CCpgSearchQuery::GetSizeOfSlidingWindow(), and CCpgSearchQuery::ToString().
|
protected |
Definition at line 162 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_LoadSettings().
|
protected |
Definition at line 154 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::ConstructQuery(), CCpgSearchForm::GetWidget(), and CCpgSearchForm::x_SaveSettings().
|
private |
Definition at line 115 of file fasta_load_params.hpp.
Referenced by CFastaLoadParams::Copy(), CFastaLoadParams::GetSkipInvalid(), CFastaLoadParams::Init(), CFastaLoadParams::LoadSettings(), CFastaLoadParams::operator==(), CFastaLoadParams::SaveSettings(), and CFastaLoadParams::SetSkipInvalid().
|
protected |
Definition at line 140 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::SetServiceLocator().
|
protected |
Definition at line 120 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSource::CreateEvtHandler(), CGenBankUIDataSource::GetMenu(), and CGenBankUIDataSource::SetServiceLocator().
|
protected |
Definition at line 200 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::GetCurrentPanel(), CGenBankUILoadManager::GetTask(), and CGenBankUILoadManager::SetServiceLocator().
|
protected |
Definition at line 131 of file phy_loader.hpp.
Referenced by CPhyLoader::SetServiceLocator().
|
protected |
Definition at line 112 of file rm_load_manager.hpp.
Referenced by CRMLoader::SetServiceLocator().
|
protected |
Definition at line 122 of file 5col_load_manager.hpp.
Referenced by C5ColLoadManager::SetServiceLocator().
|
protected |
Definition at line 146 of file agp_loader.hpp.
Referenced by CAgpLoader::SetServiceLocator().
|
protected |
Definition at line 146 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::SetServiceLocator().
|
protected |
Definition at line 144 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::GetTask(), and CColumnarVCFLoaderManager::SetServiceLocator().
|
protected |
Definition at line 145 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::SetServiceLocator().
|
protected |
Definition at line 147 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::SetServiceLocator().
|
protected |
Definition at line 144 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::SetServiceLocator().
|
protected |
Definition at line 146 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::SetServiceLocator().
|
protected |
Definition at line 112 of file orf_search_tool.hpp.
Referenced by COrfSearchQuery::GetStartOrf(), and COrfSearchQuery::ToString().
|
protected |
Definition at line 168 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::GetWidget(), and COrfSearchForm::x_LoadSettings().
|
protected |
Definition at line 163 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::ConstructQuery(), COrfSearchForm::GetWidget(), and COrfSearchForm::x_SaveSettings().
|
protected |
Definition at line 144 of file gb_flatfile_load_manager.hpp.
Referenced by CGBFlatFileLoadManager::CanDo(), CGBFlatFileLoadManager::CleanUI(), CGBFlatFileLoadManager::DoTransition(), CGBFlatFileLoadManager::GetCurrentPanel(), CGBFlatFileLoadManager::InitUI(), CGBFlatFileLoadManager::IsCompletedState(), CGBFlatFileLoadManager::IsFinalState(), and CGBFlatFileLoadManager::IsInitialState().
|
protected |
Definition at line 204 of file gb_ui_data_source.hpp.
Referenced by CGenBankUILoadManager::CanDo(), CGenBankUILoadManager::CleanUI(), CGenBankUILoadManager::DoTransition(), CGenBankUILoadManager::GetCurrentPanel(), CGenBankUILoadManager::InitUI(), CGenBankUILoadManager::IsCompletedState(), and CGenBankUILoadManager::IsFinalState().
|
protected |
Definition at line 148 of file agp_loader.hpp.
Referenced by CAgpLoader::CanDo(), CAgpLoader::CleanUI(), CAgpLoader::DoTransition(), CAgpLoader::GetCurrentPanel(), CAgpLoader::InitUI(), CAgpLoader::IsCompletedState(), CAgpLoader::IsFinalState(), and CAgpLoader::IsInitialState().
|
protected |
Definition at line 148 of file bed_load_manager.hpp.
Referenced by CBedLoadManager::CanDo(), CBedLoadManager::CleanUI(), CBedLoadManager::DoTransition(), CBedLoadManager::GetCurrentPanel(), CBedLoadManager::InitUI(), CBedLoadManager::IsCompletedState(), CBedLoadManager::IsFinalState(), and CBedLoadManager::IsInitialState().
|
protected |
Definition at line 146 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::CanDo(), CColumnarVCFLoaderManager::CleanUI(), CColumnarVCFLoaderManager::DoTransition(), CColumnarVCFLoaderManager::GetCurrentPanel(), CColumnarVCFLoaderManager::InitUI(), CColumnarVCFLoaderManager::IsCompletedState(), CColumnarVCFLoaderManager::IsFinalState(), and CColumnarVCFLoaderManager::IsInitialState().
|
protected |
Definition at line 147 of file fasta_format_load_manager.hpp.
Referenced by CFASTAFormatLoadManager::CanDo(), CFASTAFormatLoadManager::CleanUI(), CFASTAFormatLoadManager::DoTransition(), CFASTAFormatLoadManager::GetCurrentPanel(), CFASTAFormatLoadManager::InitUI(), CFASTAFormatLoadManager::IsCompletedState(), CFASTAFormatLoadManager::IsFinalState(), and CFASTAFormatLoadManager::IsInitialState().
|
protected |
Definition at line 149 of file gff_load_manager.hpp.
Referenced by CGffLoadManager::CanDo(), CGffLoadManager::CleanUI(), CGffLoadManager::DoTransition(), CGffLoadManager::GetCurrentPanel(), CGffLoadManager::InitUI(), CGffLoadManager::IsCompletedState(), CGffLoadManager::IsFinalState(), and CGffLoadManager::IsInitialState().
|
protected |
Definition at line 146 of file vcf_load_manager.hpp.
Referenced by CVCFLoaderManager::CanDo(), CVCFLoaderManager::CleanUI(), CVCFLoaderManager::DoTransition(), CVCFLoaderManager::GetCurrentPanel(), CVCFLoaderManager::InitUI(), CVCFLoaderManager::IsCompletedState(), CVCFLoaderManager::IsFinalState(), and CVCFLoaderManager::IsInitialState().
|
protected |
Definition at line 148 of file wig_load_manager.hpp.
Referenced by CWigLoadManager::CanDo(), CWigLoadManager::CleanUI(), CWigLoadManager::DoTransition(), CWigLoadManager::GetCurrentPanel(), CWigLoadManager::InitUI(), CWigLoadManager::IsCompletedState(), CWigLoadManager::IsFinalState(), and CWigLoadManager::IsInitialState().
|
private |
Definition at line 153 of file view_feattable.hpp.
Referenced by CFeatTableView::CreateViewWindow(), CFeatTableView::DestroyViewWindow(), CFeatTableView::x_Update(), and CFeatTableView::x_UpdateStatusMessage().
|
protected |
Definition at line 97 of file snp_search_tool.hpp.
Referenced by CSNPSearchQuery::GetTerms(), and CSNPSearchQuery::ToString().
|
protected |
Definition at line 102 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchQuery::GetTerms(), and CEntrezSearchQuery::ToString().
|
private |
Definition at line 175 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::Init(), CGenBankLoadOptionPanel::IsInputValid(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
protected |
Definition at line 129 of file snp_search_tool.hpp.
Referenced by CSNPSearchForm::x_GetTool().
|
protected |
Definition at line 138 of file component_search_tool.hpp.
Referenced by CComponentSearchForm::x_GetTool().
|
protected |
Definition at line 151 of file cpg_search_tool.hpp.
Referenced by CCpgSearchForm::x_GetTool().
|
protected |
Definition at line 138 of file entrez_search_tool.hpp.
Referenced by CEntrezSearchForm::x_GetTool().
|
protected |
Definition at line 164 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::x_GetTool().
|
protected |
Definition at line 159 of file orf_search_tool.hpp.
Referenced by COrfSearchForm::x_GetTool(), COrfSearchForm::x_LoadSettings(), and COrfSearchForm::x_SaveSettings().
|
protected |
Definition at line 162 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::x_GetTool().
|
protected |
Definition at line 138 of file vcf_search_tool.hpp.
Referenced by CVcfSearchForm::x_GetTool().
|
protected |
Definition at line 155 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::DoTransition(), CColumnarVCFLoaderManager::GetCurrentPanel(), and CColumnarVCFLoaderManager::x_GetRefSeqs().
|
mutableprotected |
Definition at line 115 of file gb_ui_data_source.hpp.
Referenced by CGenBankUIDataSource::GetType().
|
protected |
Definition at line 167 of file feature_search_tool.hpp.
Referenced by CFeatureSearchForm::ConstructQuery(), CFeatureSearchForm::GetWidget(), and CFeatureSearchForm::x_SaveSettings().
|
protected |
Definition at line 164 of file sequence_search_tool.hpp.
Referenced by CSequenceSearchForm::ConstructQuery(), CSequenceSearchForm::GetWidget(), CSequenceSearchForm::Update(), and CSequenceSearchForm::x_SaveSettings().
|
private |
Definition at line 138 of file text_view.hpp.
Referenced by CTextView::OnTextGotFocus(), CTextView::OnTextLostFocus(), and CTextView::~CTextView().
bool CGenBankLoadOptionPanel::Token::m_Valid |
Definition at line 167 of file gb_load_option_panel.hpp.
|
private |
Definition at line 182 of file gb_load_option_panel.hpp.
Referenced by CGenBankLoadOptionPanel::SaveMruAccessions(), and CGenBankLoadOptionPanel::x_ValidateInput().
|
protected |
Definition at line 98 of file vcf_search_tool.hpp.
Referenced by CVcfSearchQuery::GetVcfContexts().
|
protected |
Definition at line 162 of file columnar_vcf_load_manager.hpp.
Referenced by CColumnarVCFLoaderManager::DoTransition(), and CColumnarVCFLoaderManager::GetCurrentPanel().
|
private |
Definition at line 94 of file seq_text_view.hpp.
Referenced by CSeqTextView::CreateViewWindow(), CSeqTextView::DestroyViewWindow(), CSeqTextView::GetCommandHandler(), CSeqTextView::GetMainObject(), CSeqTextView::GetSelection(), CSeqTextView::GetWindow(), CSeqTextView::InitView(), and CSeqTextView::x_OnSetSelection().
|
private |
Definition at line 124 of file sequin_desktop_view.hpp.
Referenced by CSequinDesktopView::CreateViewWindow(), CSequinDesktopView::DestroyViewWindow(), CSequinDesktopView::GetCommandHandler(), CSequinDesktopView::GetMainObject(), CSequinDesktopView::GetSelection(), CSequinDesktopView::GetWindow(), CSequinDesktopView::InitView(), CSequinDesktopView::OnProjectChanged(), CSequinDesktopView::x_GetOrigObject(), CSequinDesktopView::x_OnRefreshData(), and CSequinDesktopView::x_OnSetSelection().
|
private |
Definition at line 136 of file text_view.hpp.
Referenced by CTextView::CreateViewWindow(), CTextView::DestroyViewWindow(), CTextView::GetActiveObjects(), CTextView::GetCommandHandler(), CTextView::GetMainObject(), CTextView::GetMenu(), CTextView::GetSelection(), CTextView::GetWindow(), CTextView::InitView(), CTextView::OnProjectChanged(), CTextView::SetPosition(), CTextView::x_GetOrigObject(), and CTextView::x_OnSetSelection().
|
friend |
Definition at line 53 of file cleanup_params.hpp.
|
friend |
Definition at line 51 of file fasta_load_params.hpp.
|
friend |
Definition at line 66 of file view_feattable.hpp.
|
friend |
Definition at line 56 of file gff_load_params.hpp.
|
friend |
Definition at line 54 of file seq_text_view.hpp.
|
friend |
Definition at line 60 of file sequin_desktop_view.hpp.
|
friend |
Definition at line 53 of file srcedit_params.hpp.
|
friend |
Definition at line 62 of file text_view.hpp.
|
friend |
Definition at line 65 of file view_graphic.hpp.