NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "ngalign_panel.hpp"
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
#include <wx/choice.h>
#include <wx/msgdlg.h>
#include "wx/bitmap.h"
#include "wx/icon.h"
#include <gui/widgets/object_list/object_list_widget.hpp>
#include "wx/imaglist.h"
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (ncbi::objects) | |
static CObjectList * | s_CreateObjList (TConstScopedObjects &objects) |
static void | s_GetMinMaxRows (const CObjectList &objList, int &min_row, int &max_row) |
Variables | |
static const char * | kTable1Tag = "Table1" |
static const char * | kTable2Tag = "Table2" |
|
static |
Definition at line 155 of file ngalign_panel.cpp.
References CObjectList::AddColumn(), CObjectList::eInteger, CBioseq_Handle::GetBioseqLength(), COpenRange< Position >::GetLength(), CSeq_loc::GetTotalRange(), i, CObjectList::Init(), int, CSeq_loc_Base::IsWhole(), NCBI_CATCH, CRef< C, Locker >::Release(), row, and CObjectList::SetInteger().
Referenced by CNGAlignPanel::SetObjects().
|
static |
Definition at line 185 of file ngalign_panel.cpp.
References CObjectList::GetInteger(), CObjectList::GetNumColumns(), CObjectList::GetNumRows(), and row.
Referenced by CNGAlignPanel::SetObjects().
USING_SCOPE | ( | ncbi::objects | ) |
|
static |
Definition at line 281 of file ngalign_panel.cpp.
Referenced by CNGAlignPanel::LoadSettings(), and CNGAlignPanel::SaveSettings().
|
static |
Definition at line 281 of file ngalign_panel.cpp.
Referenced by CNGAlignPanel::LoadSettings(), and CNGAlignPanel::SaveSettings().