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

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

108 

CAlgoToolManagerParamsPanel::Create( parent,

id

, pos,

size

, style );

113

GetSizer()->SetSizeHints(

this

);

153

wxBoxSizer* itemBoxSizer2 =

new

wxBoxSizer(wxVERTICAL);

154

itemCAlgoToolManagerParamsPanel1->SetSizer(itemBoxSizer2);

156

wxGrid* itemGrid3 =

new

wxGrid( itemCAlgoToolManagerParamsPanel1,

ID_GRID

, wxDefaultPosition, wxSize(200, 150), wxSUNKEN_BORDER|wxHSCROLL|wxVSCROLL );

157

itemGrid3->SetDefaultColSize(50);

158

itemGrid3->SetDefaultRowSize(25);

159

itemGrid3->SetColLabelSize(25);

160

itemGrid3->SetRowLabelSize(50);

161

itemGrid3->CreateGrid(5, 5, wxGrid::wxGridSelectCells);

162

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

164

wxStaticBox* itemStaticBoxSizer4Static =

new

wxStaticBox(itemCAlgoToolManagerParamsPanel1,

wxID_ANY

,

_

(

"Sequences to Edit"

));

165

wxStaticBoxSizer* itemStaticBoxSizer4 =

new

wxStaticBoxSizer(itemStaticBoxSizer4Static, wxVERTICAL);

166

itemBoxSizer2->Add(itemStaticBoxSizer4, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

169

itemStaticBoxSizer4->Add(

m_ObjectList

, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

193  m_Grid

->SetTable(gridAdapter,

true

);

201  return

wxPanel::TransferDataToWindow();

211  if

(!wxPanel::TransferDataFromWindow())

215  if

(

GetData

().m_Objects.empty()) {

216

wxMessageBox(

wxT

(

"Please select objects to add to the submission."

),

wxT

(

"Error"

),

217

wxOK | wxICON_ERROR,

this

);

264

objects::CSeq_entry_Handle seh;

271  const CObject

* ptr = it->object.GetPointer();

272  const

objects::CSeq_entry* seqEntry =

dynamic_cast<const

objects::CSeq_entry*

>

(ptr);

274

seh = it->scope->GetSeq_entryHandle (*seqEntry);

276  const

objects::CSeq_submit* seqsubmit =

dynamic_cast<const

objects::CSeq_submit*

>

(ptr);

278  if

(seqsubmit->IsEntrys()) {

279

seh = it->scope->GetSeq_entryHandle(*(seqsubmit->GetData().GetEntrys().front()));

282  const

objects::CSeq_id* seqid =

dynamic_cast<const

objects::CSeq_id*

>

(ptr);

284

objects::CBioseq_Handle bsh = it->scope->GetBioseqHandle(*seqid);

286

seh = bsh.GetParentEntry();

User-defined methods of the data storage class.

User-defined methods of the data storage class.

User-defined methods of the data storage class.

User-defined methods of the data storage class.

User-defined methods of the data storage class.

static string MakeKey(const string &section, const string &key, const string &delim=CGuiRegistry::kDecimalDot)

create a key from a section and a subkey

CRegistryWriteView GetWriteView(const string &section)

get a read-write view at a particular level.

static CGuiRegistry & GetInstance()

access the application-wide singleton

CRegistryReadView GetReadView(const string &section) const

get a read-only view at a particular level.

class CRegistryReadView provides a nested hierarchical view at a particular key.

CRef< objects::CSeq_table > GetValuesTable(void)

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

Creation.

static bool ShowToolTips()

Should we show tooltips?

CSrcEditParams & GetData()

Data access.

TConstScopedObjects * m_InputObjects

objects::CSeq_entry_Handle GetSeqEntryHandle()

virtual void LoadSettings()

void Init()

Initialises member variables.

virtual void SaveSettings() const

override in derived classes

~CSrcEditPanel()

Destructor.

wxBitmap GetBitmapResource(const wxString &name)

Retrieves bitmap resources.

void RestoreDefaults()

override in derived classes

CObjectListWidget * m_ObjectList

void CreateControls()

Creates the controls and sizers.

wxIcon GetIconResource(const wxString &name)

Retrieves icon resources.

CSrcEditPanel()

Constructors.

virtual bool TransferDataToWindow()

Transfer data to the window.

virtual bool TransferDataFromWindow()

Transfer data from the window.

void LoadTableSettings(const CRegistryReadView &view, bool byName=false)

void SaveTableSettings(CRegistryWriteView &view, bool saveSorting=true) const

#define NON_CONST_ITERATE(Type, Var, Cont)

Non constant version of ITERATE macro.

void Init()

Initialises member variables.

vector< SConstScopedObject > TConstScopedObjects

#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

static const char * kTableTag

CRef< CCmdComposite > ApplySrcTableToSeqEntry(CRef< objects::CSeq_table >values_table, objects::CSeq_entry_Handle seh)

CRef< objects::CSeq_table > GetSeqTableFromSeqEntry(objects::CSeq_entry_Handle seh)


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