NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_render.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_genbank_ds.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_utils.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_conf.hpp>
#include <gui/opengl/glutils.hpp>
#include <gui/opengl/irender.hpp>
#include <gui/objutils/tooltip.hpp>
#include <objmgr/util/sequence.hpp>
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
Variables | |
const TModelUnit | kZoomFactorX = 2.0 |
const TModelUnit | kLenseZoomFactor = 10.0 |
const TVPUnit | kMaxPixelsBase = 24 |
const TModelUnit | kEpsilon = 0.0000001 |
Small constant to test against 0. More... | |
USING_SCOPE | ( | objects | ) |
const TModelUnit kEpsilon = 0.0000001 |
Small constant to test against 0.
Definition at line 49 of file seqgraphic_render.cpp.
Referenced by CSeqGraphicRenderer::ZoomOnRange().
const TModelUnit kLenseZoomFactor = 10.0 |
Definition at line 47 of file seqgraphic_render.cpp.
Referenced by CSeqGraphicRenderer::x_DoLensZoom().
Definition at line 48 of file seqgraphic_render.cpp.
Referenced by CSeqGraphicRenderer::x_AdjustToMinScale().
const TModelUnit kZoomFactorX = 2.0 |
Definition at line 46 of file seqgraphic_render.cpp.
Referenced by CSeqGraphicRenderer::x_DoLensZoom().