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

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

36 #include <wx/stattext.h> 79  m_User

=

new

objects::CUser_object();

94 

wxPanel::Create( parent,

id

, pos,

size

, style );

99

GetSizer()->SetSizeHints(

this

);

143

wxBoxSizer* itemBoxSizer2 =

new

wxBoxSizer(wxVERTICAL);

144

itemPanel1->SetSizer(itemBoxSizer2);

146

wxFlexGridSizer* itemFlexGridSizer3 =

new

wxFlexGridSizer(0, 2, 0, 0);

147

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

149

wxStaticText* itemStaticText4 =

new

wxStaticText( itemPanel1, wxID_STATIC,

_

(

"BioProject"

), wxDefaultPosition, wxSize(250, -1), wxALIGN_CENTRE );

150

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

152

itemFlexGridSizer3->Add(0, 5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

155

itemFlexGridSizer3->Add(

m_BioProject

, 1, wxGROW | wxALL, 0);

157

itemFlexGridSizer3->Add(0, 75, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

159

wxStaticText* itemStaticText8 =

new

wxStaticText( itemPanel1, wxID_STATIC,

_

(

"BioSample"

), wxDefaultPosition, wxDefaultSize, 0 );

160

itemFlexGridSizer3->Add(itemStaticText8, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

162

itemFlexGridSizer3->Add(0, 5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

165

itemFlexGridSizer3->Add(

m_BioSample

, 1, wxGROW|wxALL, 0);

167

itemFlexGridSizer3->Add(0, 75, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

169

wxStaticText* itemStaticText12 =

new

wxStaticText( itemPanel1, wxID_STATIC,

_

(

"ProbeDB"

), wxDefaultPosition, wxDefaultSize, 0 );

170

itemFlexGridSizer3->Add(itemStaticText12, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

172

itemFlexGridSizer3->Add(0, 5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

175

itemFlexGridSizer3->Add(

m_ProbeDB

, 1, wxGROW|wxALL, 0);

177

itemFlexGridSizer3->Add(0, 75, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

179

wxStaticText* itemStaticText16 =

new

wxStaticText( itemPanel1, wxID_STATIC,

_

(

"Trace Assembly Archive"

), wxDefaultPosition, wxDefaultSize, 0 );

180

itemFlexGridSizer3->Add(itemStaticText16, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

182

itemFlexGridSizer3->Add(0, 5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

187

itemFlexGridSizer3->Add(0, 75, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

189

wxStaticText* itemStaticText20 =

new

wxStaticText( itemPanel1, wxID_STATIC,

_

(

"Sequence Read Archive"

), wxDefaultPosition, wxDefaultSize, 0 );

190

itemFlexGridSizer3->Add(itemStaticText20, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);

192

itemFlexGridSizer3->Add(0, 5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

194  m_SRA

=

new CStringListCtrl

( itemPanel1,

ID_SRA

, wxDefaultPosition, wxSize(100, 100), wxSUNKEN_BORDER|wxScrolledWindowStyle|wxTAB_TRAVERSAL );

195

itemFlexGridSizer3->Add(

m_SRA

, 1, wxGROW|wxALL, 0);

197

itemFlexGridSizer3->Add(0, 75, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 0);

211  if

(!wxPanel::TransferDataToWindow())

220  if

(!wxPanel::TransferDataFromWindow())

274  m_User

->Assign(desc.GetUser());

CDBLinkPanel()

Constructors.

CStringListCtrl * m_TraceAssembly

wxBitmap GetBitmapResource(const wxString &name)

Retrieves bitmap resources.

virtual bool TransferDataFromWindow()

static bool ShowToolTips()

Should we show tooltips?

virtual bool TransferDataToWindow()

CStringListCtrl * m_ProbeDB

void CreateControls()

Creates the controls and sizers.

CStringListCtrl * m_BioProject

~CDBLinkPanel()

Destructor.

CRef< objects::CUser_object > GetUser_object() const

bool Create(wxWindow *parent, wxWindowID id=ID_CDBLINKPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL)

Creation.

virtual void UpdateSeqdesc(objects::CSeqdesc &desc)

CRef< objects::CUser_object > m_User

virtual void ChangeSeqdesc(const objects::CSeqdesc &desc)

CStringListCtrl * m_BioSample

wxIcon GetIconResource(const wxString &name)

Retrieves icon resources.

void Init()

Initialises member variables.

void Reset(void)

Reset reference object.

#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


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