NCBI C++ ToolKit
|
Search Toolkit Book for CTranslationConfig
#include <gui/widgets/seq_graphic/translation_glyph.hpp>
Additional Inherited Members | |
![]() | |
enum | EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern } |
Control filling of newly allocated memory. More... | |
typedef CObjectCounterLocker | TLockerType |
Default locker type for CRef. More... | |
typedef atomic< Uint8 > | TCounter |
Counter type is CAtomiCounter. More... | |
typedef Uint8 | TCount |
Alias for value type of counter. More... | |
![]() | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (void) |
Define method to throw null pointer exception. More... | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (const type_info &type) |
static EAllocFillMode | GetAllocFillMode (void) |
static void | SetAllocFillMode (EAllocFillMode mode) |
static void | SetAllocFillMode (const string &value) |
Set mode from configuration parameter value. More... | |
![]() | |
static void | EnableDebugDump (bool on) |
![]() | |
static const TCount | eCounterBitsCanBeDeleted = 1 << 0 |
Define possible object states. More... | |
static const TCount | eCounterBitsInPlainHeap = 1 << 1 |
Heap signature was found. More... | |
static const TCount | eCounterBitsPlaceMask |
Mask for 'in heap' state flags. More... | |
static const int | eCounterStep = 1 << 2 |
Skip over the "in heap" bits. More... | |
static const TCount | eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2) |
Minimal value for valid objects (reference counter is zero) Must be a single bit value. More... | |
static const TCount | eCounterStateMask |
Valid object, and object in heap. More... | |
![]() | |
virtual void | DeleteThis (void) |
Virtual method "deleting" this object. More... | |
Definition at line 119 of file translation_glyph.hpp.
|
inline |
Definition at line 122 of file translation_glyph.hpp.
|
inline |
Definition at line 372 of file translation_glyph.hpp.
References m_BarHeight.
Referenced by CTranslationGlyph::x_Draw(), and CTranslationGlyph::x_UpdateBoundingBox().
|
inline |
Definition at line 336 of file translation_glyph.hpp.
References m_CommentColor.
|
inline |
Definition at line 340 of file translation_glyph.hpp.
References m_CommentColor.
|
inline |
Definition at line 388 of file translation_glyph.hpp.
References m_HighlightCodons.
Referenced by CTranslationGlyph::x_Draw(), CSixFramesTransTrack::x_OnSettingIconClicked(), and CSixFramesTransTrack::x_SaveSettings().
|
inline |
Definition at line 324 of file translation_glyph.hpp.
References m_LabelBgColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 328 of file translation_glyph.hpp.
References m_LabelBgColor.
|
inline |
Definition at line 288 of file translation_glyph.hpp.
References m_OrfHighlightColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 292 of file translation_glyph.hpp.
References m_OrfHighlightColor.
|
inline |
Definition at line 312 of file translation_glyph.hpp.
References m_OrfSeqColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 316 of file translation_glyph.hpp.
References m_OrfSeqColor.
|
inline |
Definition at line 380 of file translation_glyph.hpp.
References m_OrfThreshold.
Referenced by CTranslationGlyph::x_Draw(), CSixFramesTransTrack::x_OnSettingIconClicked(), and CSixFramesTransTrack::x_SaveSettings().
|
inline |
Definition at line 300 of file translation_glyph.hpp.
References m_SeqColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 304 of file translation_glyph.hpp.
References m_SeqColor.
|
inline |
Definition at line 348 of file translation_glyph.hpp.
References m_SeqFont.
Referenced by CTranslationGlyph::x_Draw(), CTranslationGlyph::x_DrawSequence(), and CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 352 of file translation_glyph.hpp.
References m_SeqFont.
|
inline |
Definition at line 264 of file translation_glyph.hpp.
References m_StartCodonColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 268 of file translation_glyph.hpp.
References m_StartCodonColor.
|
inline |
Definition at line 276 of file translation_glyph.hpp.
References m_StopCodonColor.
Referenced by CTranslationGlyph::x_Draw().
|
inline |
Definition at line 280 of file translation_glyph.hpp.
References m_StopCodonColor.
|
inline |
Definition at line 360 of file translation_glyph.hpp.
References m_StrandFont.
Referenced by CTranslationGlyph::x_Draw(), and CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 364 of file translation_glyph.hpp.
References m_StrandFont.
|
inline |
Definition at line 368 of file translation_glyph.hpp.
References m_BarHeight.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 332 of file translation_glyph.hpp.
References color, and m_CommentColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 384 of file translation_glyph.hpp.
References f(), and m_HighlightCodons.
Referenced by CSixFramesTransTrack::x_LoadSettings(), and CSixFramesTransTrack::x_OnSettingIconClicked().
|
inline |
Definition at line 320 of file translation_glyph.hpp.
References color, and m_LabelBgColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 284 of file translation_glyph.hpp.
References color, and m_OrfHighlightColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 308 of file translation_glyph.hpp.
References color, and m_OrfSeqColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 376 of file translation_glyph.hpp.
References m_OrfThreshold, and val.
Referenced by CSixFramesTransTrack::x_LoadSettings(), and CSixFramesTransTrack::x_OnSettingIconClicked().
|
inline |
Definition at line 296 of file translation_glyph.hpp.
References color, and m_SeqColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 344 of file translation_glyph.hpp.
References m_SeqFont, CGlTextureFont::SetFontFace(), and CGlTextureFont::SetFontSize().
|
inline |
Definition at line 392 of file translation_glyph.hpp.
References f(), and m_ShowLabel.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
CTranslationConfig inline methods.
Definition at line 260 of file translation_glyph.hpp.
References color, and m_StartCodonColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 272 of file translation_glyph.hpp.
References color, and m_StopCodonColor.
Referenced by CSixFramesTransTrack::x_LoadSettings().
|
inline |
Definition at line 356 of file translation_glyph.hpp.
References m_StrandFont, CGlTextureFont::SetFontFace(), and CGlTextureFont::SetFontSize().
|
inline |
Definition at line 396 of file translation_glyph.hpp.
References m_ShowLabel.
Referenced by CTranslationGlyph::x_Draw().
|
private |
Definition at line 187 of file translation_glyph.hpp.
Referenced by GetBarHeight(), and SetBarHeight().
|
private |
Definition at line 184 of file translation_glyph.hpp.
Referenced by GetCommentColor(), and SetCommentColor().
|
private |
Definition at line 189 of file translation_glyph.hpp.
Referenced by GetHighlightCodons(), and SetHighlightCodons().
|
private |
Definition at line 183 of file translation_glyph.hpp.
Referenced by GetLabelBgColor(), and SetLabelBgColor().
|
private |
Definition at line 180 of file translation_glyph.hpp.
Referenced by GetOrfHighlightColor(), and SetOrfHighlightColor().
|
private |
Definition at line 182 of file translation_glyph.hpp.
Referenced by GetOrfSeqColor(), and SetOrfSeqColor().
|
private |
Definition at line 188 of file translation_glyph.hpp.
Referenced by GetOrfThreshold(), and SetOrfThreshold().
|
private |
Definition at line 181 of file translation_glyph.hpp.
Referenced by GetSeqColor(), and SetSeqColor().
|
private |
Definition at line 185 of file translation_glyph.hpp.
Referenced by GetSeqFont(), and SetSeqFont().
|
private |
Definition at line 190 of file translation_glyph.hpp.
Referenced by SetShowLabel(), and ShowLabel().
|
private |
Definition at line 178 of file translation_glyph.hpp.
Referenced by GetStartCodonColor(), and SetStartCodonColor().
|
private |
Definition at line 179 of file translation_glyph.hpp.
Referenced by GetStopCodonColor(), and SetStopCodonColor().
|
private |
Definition at line 186 of file translation_glyph.hpp.
Referenced by GetStrandFont(), and SetStrandFont().