NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "wx_histogram_config_dlg.hpp"
#include <gui/widgets/seq_graphic/graph_overlay.hpp>
#include <gui/widgets/seq_graphic/layout_track_proxy.hpp>
#include <gui/widgets/seq_graphic/rendering_ctx.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_widget.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/ui_command.hpp>
#include <gui/widgets/seq_graphic/graph_track.hpp>
#include <gui/widgets/seq_graphic/histogram_glyph.hpp>
#include <gui/widgets/seq_graphic/config_utils.hpp>
#include <gui/objects/TrackConfigSet.hpp>
#include <gui/objects/Conditional.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/objutils/utils.hpp>
#include <wx/event.h>
#include <wx/menu.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CGraphOverlayEvtHandler |
struct | SLegendData |
Functions | |
USING_SCOPE (objects) | |
Variables | |
static const string | kStacked = "stacked" |
static const string | kValueRange = "range" |
static const int | kLegendBarWidth = 30 |
static const int | kLegendLabelGap = 5 |
static const int | kLegenPadding = 5 |
USING_SCOPE | ( | objects | ) |
Definition at line 628 of file graph_overlay.cpp.
Referenced by CGraphOverlay::x_UpdateLegend().
Definition at line 629 of file graph_overlay.cpp.
Referenced by CGraphOverlay::x_UpdateLegend().
Definition at line 630 of file graph_overlay.cpp.
Referenced by CGraphOverlay::x_UpdateLegend().
Definition at line 53 of file graph_overlay.cpp.
Referenced by CGraphOverlayFactory::GetSettings(), and CGraphOverlay::x_LoadSettings().
Definition at line 54 of file graph_overlay.cpp.
Referenced by CGraphOverlayFactory::GetSettings(), and CGraphOverlay::x_LoadSettings().