NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <gui/widgets/gl/mouse_zoom_handler.hpp>
#include <gui/opengl/glhelpers.hpp>
#include <gui/opengl/irender.hpp>
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
static int | kMarkerSize = 20 |
static int | kMarkerOffset = 10 |
static int | kGaugeW = 60 |
static int | kEndTickW = 20 |
static int | kMajorTickW = 14 |
static int | kMinorTickW = 8 |
static int | kCenterOffset = 4 |
static const int | kArrowBodyW = 10 |
static const int | kArrowHeadW = 20 |
static const int | kArrowHeadL = 20 |
Definition at line 300 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderPan().
Definition at line 302 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderPan().
Definition at line 301 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderPan().
|
static |
Definition at line 131 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_DrawTicks(), and CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 128 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 127 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 129 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 126 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 125 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().
|
static |
Definition at line 130 of file mouse_zoom_handler.cpp.
Referenced by CMouseZoomHandler::x_RenderScale().