NCBI C++ ToolKit
|
#include "wx/wxprec.h"
#include "wx/wx.h"
#include <ncbi_pch.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/hyperlink.hpp>
#include "srcmod_list_panel.hpp"
#include <objects/seqfeat/Org_ref.hpp>
#include <objects/seqfeat/OrgName.hpp>
#include <objects/seqfeat/OrgMod.hpp>
#include <objects/seqfeat/SubSource.hpp>
#include <wx/checkbox.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static bool | s_IsReadOnly (COrgMod::TSubtype subtype) |
static bool | s_IsNonText (string label) |
static bool | s_IsLastRow (wxWindow *wnd, wxSizerItemList &itemList) |
Variables | |
const int | kCtrlColNum = 2 |
Definition at line 599 of file srcmod_list_panel.cpp.
References NULL.
Referenced by CSrcModListPanel::AddLastSrcMod().
Definition at line 356 of file srcmod_list_panel.cpp.
References NStr::EqualNocase(), and label.
Referenced by CSrcModListPanel::x_AddTextSrcMods(), and CSrcModListPanel::x_CollectTextMods().
|
static |
Definition at line 294 of file srcmod_list_panel.cpp.
References COrgMod_Base::eSubtype_gb_acronym, COrgMod_Base::eSubtype_gb_anamorph, COrgMod_Base::eSubtype_gb_synonym, and COrgMod_Base::eSubtype_type_material.
Referenced by CSrcModListPanel::x_FillDataList().
USING_SCOPE | ( | objects | ) |
Definition at line 76 of file srcmod_list_panel.cpp.
Referenced by CSrcModListPanel::CreateControls(), and CSrcModListPanel::OnDelete().