NCBI C++ ToolKit
|
Search Toolkit Book for IObjectSorter::SSorterDescriptor
#include <gui/widgets/seq_graphic/feature_sorter.hpp>
Public Member Functions | |
SSorterDescriptor (const string &name, const string &disp_name, const string &descr) | |
Public Attributes | |
string | m_Name |
string | m_DisplayName |
string | m_Descr |
Definition at line 52 of file feature_sorter.hpp.
|
inline |
Definition at line 53 of file feature_sorter.hpp.
string IObjectSorter::SSorterDescriptor::m_Descr |
Definition at line 62 of file feature_sorter.hpp.
Referenced by CAlignSorterFactory::CreateAlignSorter(), CAlignSorterFactory::SetTrackSetting(), CFeatureTrackFactory::x_GetSettings(), and CVarTrackFactory::x_GetSettings().
string IObjectSorter::SSorterDescriptor::m_DisplayName |
Definition at line 61 of file feature_sorter.hpp.
Referenced by CAlignSorterFactory::CreateAlignSorter(), CAlignSorterFactory::SetTrackSetting(), CFeatureTrackFactory::x_GetSettings(), and CVarTrackFactory::x_GetSettings().
string IObjectSorter::SSorterDescriptor::m_Name |
Definition at line 60 of file feature_sorter.hpp.
Referenced by CAlignSorterFactory::CreateAlignSorter(), CAlignSorterFactory::SetTrackSetting(), CFeatureTrackFactory::x_GetSettings(), and CVarTrackFactory::x_GetSettings().