NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/seq_graphic/feature_conf.hpp>
#include <util/static_map.hpp>
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef SStaticPair< CFeatureParams::EDecoElements, int > | TDecoValue |
typedef SStaticPair< const char *, TDecoValue > | TDecoStyleStr |
typedef CStaticArrayMap< string, TDecoValue > | TDecoMap |
Functions | |
DEFINE_STATIC_ARRAY_MAP (TDecoMap, sm_DecoMap, s_DecoStyleStrs) | |
Variables | |
static const TDecoStyleStr | s_DecoStyleStrs [] |
typedef CStaticArrayMap<string, TDecoValue> TDecoMap |
Definition at line 81 of file feature_conf.cpp.
typedef SStaticPair<const char*, TDecoValue> TDecoStyleStr |
Definition at line 52 of file feature_conf.cpp.
Definition at line 51 of file feature_conf.cpp.
DEFINE_STATIC_ARRAY_MAP | ( | TDecoMap | , |
sm_DecoMap | , | ||
s_DecoStyleStrs | |||
) |
|
static |
Definition at line 53 of file feature_conf.cpp.