NCBI C++ ToolKit
|
Search Toolkit Book for CMafftToolParams
#include <gui/packages/pkg_alignment/mafft_tool_params.hpp>
Public Member Functions | |
CMafftToolParams () | |
CMafftToolParams (const CMafftToolParams &data) | |
~CMafftToolParams () | |
void | operator= (const CMafftToolParams &data) |
bool | operator== (const CMafftToolParams &data) const |
void | Copy (const CMafftToolParams &data) |
void | Init () |
virtual void | SetRegistryPath (const string &path) |
IRegSettings. More... | |
virtual void | SaveSettings () const |
virtual void | LoadSettings () |
const TConstScopedObjects & | GetObjects () const |
TConstScopedObjects & | SetObjects () |
bool | GetAutoFlag () const |
void | SetAutoFlag (bool value) |
wxString | GetCommandLine () const |
void | SetCommandLine (wxString value) |
wxString | GetMafftPath () const |
void | SetMafftPath (wxString value) |
bool | GetQuietFlag () const |
void | SetQuietFlag (bool value) |
wxString | GetMafftExecutable () const |
Public Member Functions inherited from IRegSettings | |
virtual | ~IRegSettings () |
Private Attributes | |
bool | m_AutoFlag |
wxString | m_CommandLine |
wxString | m_MafftPath |
bool | m_QuietFlag |
string | m_RegPath |
TConstScopedObjects | m_Objects |
Friends | |
class | CMafftToolPanel |
CMafftToolParams class declaration
Definition at line 53 of file mafft_tool_params.hpp.