NCBI C++ ToolKit
|
Search Toolkit Book for CSeqGraphicImageInfo
#include <gui/widgets/gl/html_active_area.hpp>
Public Types | |
typedef vector< CHTMLActiveArea > | TAreaVector |
typedef vector< CSeqGraphicHairline > | THairlines |
Public Member Functions | |
void | Clear () |
Public Attributes | |
TAreaVector | m_ActiveAreas |
THairlines | m_Hairlines |
Definition at line 151 of file html_active_area.hpp.
typedef vector<CHTMLActiveArea> CSeqGraphicImageInfo::TAreaVector |
Definition at line 155 of file html_active_area.hpp.
typedef vector<CSeqGraphicHairline> CSeqGraphicImageInfo::THairlines |
Definition at line 156 of file html_active_area.hpp.
|
inline |
Definition at line 153 of file html_active_area.hpp.
References m_ActiveAreas, and m_Hairlines.
TAreaVector CSeqGraphicImageInfo::m_ActiveAreas |
Definition at line 158 of file html_active_area.hpp.
Referenced by Clear(), CSeqGraphicRenderer::x_Draw(), and CSeqGraphicRenderer::x_DrawVectorGraphics().
THairlines CSeqGraphicImageInfo::m_Hairlines |
Definition at line 159 of file html_active_area.hpp.
Referenced by Clear(), and CFeaturePanel::x_DrawHairLine().