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/add__transl__except__dlg_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/packages/pkg_sequence_edit/add_transl_except_dlg.cpp Source File

37 #include <wx/textctrl.h> 39 #include <wx/stattext.h> 40 #include <wx/checkbox.h> 81  Create

(parent,

id

, caption, pos,

size

, style);

92 

SetExtraStyle(wxWS_EX_BLOCK_EVENTS);

98

GetSizer()->SetSizeHints(

this

);

142

wxBoxSizer* itemBoxSizer2 =

new

wxBoxSizer(wxVERTICAL);

143

itemCBulkCmdDlg1->SetSizer(itemBoxSizer2);

145

wxBoxSizer* itemBoxSizer3 =

new

wxBoxSizer(wxHORIZONTAL);

146

itemBoxSizer2->Add(itemBoxSizer3, 0, wxGROW|wxALL, 5);

148

wxStaticText* itemStaticText4 =

new

wxStaticText( itemCBulkCmdDlg1, wxID_STATIC,

_

(

"CDS comment"

), wxDefaultPosition, wxDefaultSize, 0 );

149

itemBoxSizer3->Add(itemStaticText4, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

151  m_CDSCommentTxt

=

new

wxTextCtrl(itemCBulkCmdDlg1,

ID_ATE_CDS_COMMENT_TXT

,

_

(

"TAA stop codon is completed by the addition of 3' A residues to the mRNA"

), wxDefaultPosition, wxSize(320, 50), wxTE_MULTILINE | wxTE_WORDWRAP);

152

itemBoxSizer3->Add(

m_CDSCommentTxt

, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

156

itemBoxSizer2->Add(

m_OverhangBtn

, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

160

itemBoxSizer2->Add(

m_ExtendBtn

, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

164

itemBoxSizer2->Add(

m_AdjustGeneBtn

, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

167

itemBoxSizer2->Add(

m_OkCancel

, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

USING_SCOPE(ncbi::objects)

#define ID_ATE_EXTEND_BTN

#define ID_ATE_ADJUST_GENE_BTN

#define ID_ATE_OVERHANG_BTN

#define ID_ATE_CDS_COMMENT_TXT

wxCheckBox * m_AdjustGeneBtn

wxCheckBox * m_OverhangBtn

void CreateControls()

Creates the controls and sizers.

wxIcon GetIconResource(const wxString &name)

Retrieves icon resources.

wxTextCtrl * m_CDSCommentTxt

bool Create(wxWindow *parent, wxWindowID id=10075, const wxString &caption=_("Add Translation Exception"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)

Creation.

void Init()

Initialises member variables.

CAddTranslExceptDlg()

Constructors.

static bool ShowToolTips()

Should we show tooltips?

wxBitmap GetBitmapResource(const wxString &name)

Retrieves bitmap resources.

COkCancelPanel * m_OkCancel

~CAddTranslExceptDlg()

Destructor.

virtual CRef< CCmdComposite > GetCommand()

virtual string GetErrorMessage()

objects::CSeq_entry_Handle m_TopSeqEntry

bool Create(wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxFrameNameStr)

IWorkbench is the central interface in the application framework.

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

const struct ncbi::grid::netcache::search::fields::SIZE size

CRef< CCmdComposite > SetTranslExcept(objects::CSeq_entry_Handle seh, const string &comment, bool strict, bool extend, bool adjust_gene)

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