SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY);
86wxPanel::Create( parent,
id, pos,
size, style );
91GetSizer()->SetSizeHints(
this);
131wxBoxSizer* itemBoxSizer1 =
newwxBoxSizer(wxHORIZONTAL);
132itemPanel1->SetSizer(itemBoxSizer1);
134wxArrayString m_ChoiceStrings;
135m_ChoiceStrings.Add(
_(
"ABySS"));
136m_ChoiceStrings.Add(
_(
"AllPaths"));
137m_ChoiceStrings.Add(
_(
"Arachne"));
138m_ChoiceStrings.Add(
_(
"Celera Assembler"));
139m_ChoiceStrings.Add(
_(
"CLC NGS Cell"));
140m_ChoiceStrings.Add(
_(
"FALCON"));
141m_ChoiceStrings.Add(
_(
"FALCON-Unzip"));
142m_ChoiceStrings.Add(
_(
"GS De Novo Assembler"));
143m_ChoiceStrings.Add(
_(
"HGAP"));
144m_ChoiceStrings.Add(
_(
"JAZZ"));
145m_ChoiceStrings.Add(
_(
"MaSuRCA"));
146m_ChoiceStrings.Add(
_(
"MIRA"));
147m_ChoiceStrings.Add(
_(
"Newbler"));
148m_ChoiceStrings.Add(
_(
"SOAPdenovo"));
149m_ChoiceStrings.Add(
_(
"SPAdes"));
150m_ChoiceStrings.Add(
_(
"Velvet"));
152 m_Choice=
newwxComboBox( itemPanel1,
ID_GASSEMBLYMETHOD, wxEmptyString, wxDefaultPosition, wxDefaultSize, m_ChoiceStrings, wxCB_DROPDOWN );
153 #ifdef __WXOSX_COCOA__ 157 m_Choice->SetToolTip(
_(
"Name of algorithm, eg Newbler OR SOAPdenovo. Select the assembly program from the pulldown list, or type the name of the program directly in the box."));
158itemBoxSizer1->Add(
m_Choice, 0, wxALIGN_CENTER_VERTICAL|wxALL, 0);
166 m_Value->SetToolTip(
_(
"Example: 2.3 OR MAY-2011"));
167itemBoxSizer1->Add(
m_Value, 1, wxALIGN_CENTER_VERTICAL|wxALL, 0);
217 if(!
val.empty()) {
222}
else if(pos == 0) {
237 if(!program.empty())
void SetValue(const string &val)
static bool ShowToolTips()
Should we show tooltips?
bool Create(wxWindow *parent, wxWindowID id=ID_CSINGLEASSEMBLYMETHOD, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL)
Creation.
void Init()
Initialises member variables.
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
wxBitmap GetBitmapResource(const wxString &name)
wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_GASSEMBLYMETHOD
CSingleAssemblyMethod()
Constructors.
~CSingleAssemblyMethod()
Destructor.
void CreateControls()
Creates the controls and sizers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
static SIZE_TYPE Find(const CTempString str, const CTempString pattern, ECase use_case=eCase, EDirection direction=eForwardSearch, SIZE_TYPE occurrence=0)
Find the pattern in the string.
const string version
version string
const struct ncbi::grid::netcache::search::fields::SIZE size
const string kAssemblyMethodDelimiter
wxString ToWxString(const string &s)
string ToStdString(const wxString &s)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4