NCBI C++ ToolKit
|
Search Toolkit Book for SGlyphBySeqPos
basic sort by sequence position function. More...
#include <gui/widgets/seq_graphic/seq_glyph.hpp>
Public Member Functions | |
bool | operator() (const CRef< CSeqGlyph > &ref_obj1, const CRef< CSeqGlyph > &ref_obj2) const |
bool | operator() (const CSeqGlyph &obj1, const CSeqGlyph &obj2) const |
Static Public Member Functions | |
static bool | s_CompareCRefs (const CRef< CSeqGlyph > &ref_obj1, const CRef< CSeqGlyph > &ref_obj2) |
basic sort by sequence position function.
Definition at line 419 of file seq_glyph.hpp.
|
inline |
Definition at line 428 of file seq_glyph.hpp.
References s_CompareCRefs().
Definition at line 434 of file seq_glyph.hpp.
References CSeqGlyph::IsHighlighted(), and CSeqGlyph::LessBySeqPos().
|
inlinestatic |
Definition at line 421 of file seq_glyph.hpp.
References CSeqGlyph::IsHighlighted(), and CSeqGlyph::LessBySeqPos().
Referenced by CColumnLayout::BuildLayout(), CSimpleLayout::BuildLayout(), CInlineLayout::BuildLayout(), operator()(), and CLayeredLayout::x_LayerByPos().