A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/single__assemblymethod_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/widgets/edit/single_assemblymethod.cpp Source File

36 #include <wx/textctrl.h> 37 #include <wx/combobox.h> 85 

SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY);

86

wxPanel::Create( parent,

id

, pos,

size

, style );

91

GetSizer()->SetSizeHints(

this

);

131

wxBoxSizer* itemBoxSizer1 =

new

wxBoxSizer(wxHORIZONTAL);

132

itemPanel1->SetSizer(itemBoxSizer1);

134

wxArrayString m_ChoiceStrings;

135

m_ChoiceStrings.Add(

_

(

"ABySS"

));

136

m_ChoiceStrings.Add(

_

(

"AllPaths"

));

137

m_ChoiceStrings.Add(

_

(

"Arachne"

));

138

m_ChoiceStrings.Add(

_

(

"Celera Assembler"

));

139

m_ChoiceStrings.Add(

_

(

"CLC NGS Cell"

));

140

m_ChoiceStrings.Add(

_

(

"FALCON"

));

141

m_ChoiceStrings.Add(

_

(

"FALCON-Unzip"

));

142

m_ChoiceStrings.Add(

_

(

"GS De Novo Assembler"

));

143

m_ChoiceStrings.Add(

_

(

"HGAP"

));

144

m_ChoiceStrings.Add(

_

(

"JAZZ"

));

145

m_ChoiceStrings.Add(

_

(

"MaSuRCA"

));

146

m_ChoiceStrings.Add(

_

(

"MIRA"

));

147

m_ChoiceStrings.Add(

_

(

"Newbler"

));

148

m_ChoiceStrings.Add(

_

(

"SOAPdenovo"

));

149

m_ChoiceStrings.Add(

_

(

"SPAdes"

));

150

m_ChoiceStrings.Add(

_

(

"Velvet"

));

152  m_Choice

=

new

wxComboBox( 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."

));

158

itemBoxSizer1->Add(

m_Choice

, 0, wxALIGN_CENTER_VERTICAL|wxALL, 0);

166  m_Value

->SetToolTip(

_

(

"Example: 2.3 OR MAY-2011"

));

167

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