NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/edit/general_panel.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <objtools/edit/dblink_field.hpp>
#include <objects/general/Date.hpp>
#include <objects/general/Date_std.hpp>
#include <gui/objutils/cmd_create_desc.hpp>
#include <gui/objutils/descriptor_change.hpp>
#include <gui/objutils/cmd_composite.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/bioseq_set_handle.hpp>
#include <objects/general/User_object.hpp>
#include <wx/datectrl.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/radiobut.h>
#include <wx/textctrl.h>
#include <wx/datetime.h>
#include <wx/icon.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
void | SetField (objects::CUser_object &user, const string &field_name, const string &val) |
Definition at line 334 of file general_panel.cpp.
References NStr::Split(), and val.
Referenced by CGeneralPanel::TransferDataFromWindow().