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) |