NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/valid/Comment_rule.hpp>
#include <objects/general/User_field.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/biblio/Author.hpp>
#include <objects/general/Person_id.hpp>
#include <gui/objutils/pub_fieldtype.hpp>
#include <gui/objutils/macro_biodata.hpp>
#include <gui/objutils/macro_fn_aecr.hpp>
#include <gui/objutils/macro_fn_do.hpp>
#include <gui/objutils/macro_fn_feature.hpp>
#include <gui/objutils/macro_fn_pubfields.hpp>
#include <gui/objutils/macro_fn_seq_constr.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include "structuredcomment_panel.hpp"
#include <gui/widgets/edit/macro_panel_args.hpp>
#include <gui/widgets/edit/macro_authors_panel.hpp>
#include <gui/widgets/edit/macro_apply_itemdata.hpp>
#include <wx/msgdlg.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
USING_SCOPE (macro) | |
USING_SCOPE (NMacroArgs) | |
static string | s_GetNameForDescription (CMacroAuthorNamesPanel::TNameTuple names) |
static string | s_GetAddAuthorFunction (const string &nr, const string &existing_text) |
static string | s_GetFieldVar (unsigned int n) |
static string | s_GetValueVar (unsigned int n) |
Definition at line 642 of file macro_apply_itemdata.cpp.
References CMacroFunction_AddPubAuthor::GetFuncName(), NMItemData::GetHandleOldValue(), NMacroArgs::kFirst, NMacroArgs::kLast, kMiddle, NMacroArgs::kSuffix, and nr().
Referenced by CApplyAuthorsTreeItemData::GetFunction().
Definition at line 816 of file macro_apply_itemdata.cpp.
References n, and NStr::UIntToString().
Referenced by CApplyStructCommentTreeItemData::GetFunction(), and CApplyStructCommentTreeItemData::GetVariables().
|
static |
Definition at line 566 of file macro_apply_itemdata.cpp.
References ctll::empty(), and names.
Referenced by CApplyAuthorsTreeItemData::GetMacroDescription().
Definition at line 822 of file macro_apply_itemdata.cpp.
References n, and NStr::UIntToString().
Referenced by CApplyStructCommentTreeItemData::GetFunction(), and CApplyStructCommentTreeItemData::GetVariables().
USING_SCOPE | ( | macro | ) |
USING_SCOPE | ( | NMacroArgs | ) |
USING_SCOPE | ( | objects | ) |