NCBI C++ ToolKit
|
Search Toolkit Book for CMuscleToolParams
#include <gui/packages/pkg_alignment/muscle_tool_params.hpp>
Public Member Functions | |
CMuscleToolParams () | |
CMuscleToolParams (const CMuscleToolParams &data) | |
~CMuscleToolParams () | |
void | operator= (const CMuscleToolParams &data) |
bool | operator== (const CMuscleToolParams &data) const |
void | Copy (const CMuscleToolParams &data) |
void | Init () |
virtual void | SetRegistryPath (const string &path) |
IRegSettings. More... | |
virtual void | SaveSettings () const |
virtual void | LoadSettings () |
const TConstScopedObjects & | GetObjects () const |
TConstScopedObjects & | SetObjects () |
wxString | GetCommandLine () const |
void | SetCommandLine (wxString value) |
bool | GetGenerateTree () const |
void | SetGenerateTree (bool value) |
wxString | GetMusclePath () const |
void | SetMusclePath (wxString value) |
int | GetScoringMethod () const |
void | SetScoringMethod (int value) |
wxString | GetMuscleExecutable () const |
Public Member Functions inherited from IRegSettings | |
virtual | ~IRegSettings () |
Private Attributes | |
wxString | m_CommandLine |
bool | m_GenerateTree |
wxString | m_MusclePath |
int | m_ScoringMethod |
string | m_RegPath |
TConstScopedObjects | m_Objects |
Friends | |
class | CMuscleToolPanel |
CMuscleToolParams class declaration
Definition at line 53 of file muscle_tool_params.hpp.