NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/objutils/tooltip.hpp>
#include <gui/objutils/utils.hpp>
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static void | s_AddPubmedLinksRow (const string &pmids, bool &isGoToPresent, bool isBulletColPresent, ITooltipFormatter *pFormatter) |
static void | s_MaybeAddGoToRow (bool &isGoToPresent, bool isBulletColPresent, ITooltipFormatter *pFormatter) |
|
static |
Definition at line 55 of file tooltip.cpp.
References ITooltipFormatter::AddBulletCol(), ITooltipFormatter::AddTagCol(), ITooltipFormatter::AddValueCol(), ITooltipFormatter::CreateNcbiLink(), NStr::fConvErr_NoThrow, ITooltipFormatter::FinishRow(), ITERATE, NStr::Split(), ITooltipFormatter::StartRow(), NStr::StringToInt(), and NStr::TruncateSpacesInPlace().
Referenced by CCSSTableTooltipFormatter::AddPubmedLinksRow(), CHtmlTooltipFormatter::AddPubmedLinksRow(), and CTextTooltipFormatter::AddPubmedLinksRow().
|
static |
Definition at line 91 of file tooltip.cpp.
References ITooltipFormatter::AddBulletCol(), ITooltipFormatter::AddTagCol(), ITooltipFormatter::FinishRow(), and ITooltipFormatter::StartRow().
Referenced by CCSSTableTooltipFormatter::MaybeAddGoToRow(), CHtmlTooltipFormatter::MaybeAddGoToRow(), and CTextTooltipFormatter::MaybeAddGoToRow().