NCBI C++ ToolKit
Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members

Search Toolkit Book for CTrackConfig_Base

CTrackConfig_Base –. More...

#include <gui/objects/TrackConfig_.hpp>

+ Inheritance diagram for CTrackConfig_Base:
+ Collaboration diagram for CTrackConfig_Base:

Public Types

enum class  E_memberIndex {
  e__allMandatory = 0 , e_name , e_order , e_key ,
  e_shown , e_display_name , e_subkey , e_filter ,
  e_help , e_legend_text , e_annots , e_comments ,
  e_category , e_subcategory , e_choice_list , e_check_boxes ,
  e_hidden_settings , e_range_controls , e_highlights , e_highlights_color ,
  e_setting_group , e_sort_by , e_id , e_dbname ,
  e_data_key , e_text_boxes , e_show_title , e_is_private ,
  e_stored_scale , e_render_group , e_legend , e_uId ,
  e_subTracks , e_batch , e_affinity_token , e_data_provider ,
  e_remote_data , e_seq_data_key , e_extra_info , e_rmt_mapped_id ,
  e_big_data_index , e_hub_id , e_hub_name , e_hub_url
}
 
typedef string TName
 
typedef int TOrder
 
typedef string TKey
 
typedef bool TShown
 
typedef string TDisplay_name
 
typedef string TSubkey
 
typedef string TFilter
 
typedef string THelp
 
typedef string TLegend_text
 
typedef list< stringTAnnots
 
typedef list< CRef< CComment > > TComments
 
typedef CCategory TCategory
 
typedef CCategory TSubcategory
 
typedef list< CRef< CChoice > > TChoice_list
 
typedef list< CRef< CCheckBox > > TCheck_boxes
 
typedef list< CRef< CHiddenSetting > > THidden_settings
 
typedef list< CRef< CRangeControl > > TRange_controls
 
typedef list< stringTHighlights
 
typedef string THighlights_color
 
typedef string TSetting_group
 
typedef string TSort_by
 
typedef string TId
 
typedef string TDbname
 
typedef string TData_key
 
typedef list< CRef< CTextBox > > TText_boxes
 
typedef bool TShow_title
 
typedef bool TIs_private
 
typedef string TStored_scale
 
typedef int TRender_group
 
typedef list< CRef< CLegendItem > > TLegend
 
typedef string TUId
 
typedef vector< stringTSubTracks
 
typedef string TBatch
 
typedef string TAffinity_token
 
typedef string TData_provider
 
typedef string TRemote_data
 
typedef string TSeq_data_key
 
typedef string TExtra_info
 
typedef string TRmt_mapped_id
 
typedef string TBig_data_index
 
typedef string THub_id
 
typedef string THub_name
 
typedef string THub_url
 
typedef Tparent::CMemberIndex< E_memberIndex, 44 > TmemberIndex
 
- Public Types inherited from CObject
enum  EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern }
 Control filling of newly allocated memory. More...
 
typedef CObjectCounterLocker TLockerType
 Default locker type for CRef. More...
 
typedef atomic< Uint8TCounter
 Counter type is CAtomiCounter. More...
 
typedef Uint8 TCount
 Alias for value type of counter. More...
 

Public Member Functions

 CTrackConfig_Base (void)
 
virtual ~CTrackConfig_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetName (void) const
 track name uniquely identify a track Check if a value has been assigned to Name data member. More...
 
bool CanGetName (void) const
 Check if it is safe to call GetName method. More...
 
void ResetName (void)
 Reset Name data member. More...
 
const TNameGetName (void) const
 Get the Name member data. More...
 
void SetName (const TName &value)
 Assign a value to Name data member. More...
 
void SetName (TName &&value)
 
TNameSetName (void)
 Assign a value to Name data member. More...
 
bool IsSetOrder (void) const
 track order number Check if a value has been assigned to Order data member. More...
 
bool CanGetOrder (void) const
 Check if it is safe to call GetOrder method. More...
 
void ResetOrder (void)
 Reset Order data member. More...
 
TOrder GetOrder (void) const
 Get the Order member data. More...
 
void SetOrder (TOrder value)
 Assign a value to Order data member. More...
 
TOrderSetOrder (void)
 Assign a value to Order data member. More...
 
bool IsSetKey (void) const
 track type key, such as gene_model_track Check if a value has been assigned to Key data member. More...
 
bool CanGetKey (void) const
 Check if it is safe to call GetKey method. More...
 
void ResetKey (void)
 Reset Key data member. More...
 
const TKeyGetKey (void) const
 Get the Key member data. More...
 
void SetKey (const TKey &value)
 Assign a value to Key data member. More...
 
void SetKey (TKey &&value)
 
TKeySetKey (void)
 Assign a value to Key data member. More...
 
bool IsSetShown (void) const
 Check if a value has been assigned to Shown data member. More...
 
bool CanGetShown (void) const
 Check if it is safe to call GetShown method. More...
 
void ResetShown (void)
 Reset Shown data member. More...
 
void SetDefaultShown (void)
 Assign default value to Shown data member. More...
 
TShown GetShown (void) const
 Get the Shown member data. More...
 
void SetShown (TShown value)
 Assign a value to Shown data member. More...
 
TShownSetShown (void)
 Assign a value to Shown data member. More...
 
bool IsSetDisplay_name (void) const
 suggested track display name shown in track title bar Check if a value has been assigned to Display_name data member. More...
 
bool CanGetDisplay_name (void) const
 Check if it is safe to call GetDisplay_name method. More...
 
void ResetDisplay_name (void)
 Reset Display_name data member. More...
 
const TDisplay_nameGetDisplay_name (void) const
 Get the Display_name member data. More...
 
void SetDisplay_name (const TDisplay_name &value)
 Assign a value to Display_name data member. More...
 
void SetDisplay_name (TDisplay_name &&value)
 
TDisplay_nameSetDisplay_name (void)
 Assign a value to Display_name data member. More...
 
bool IsSetSubkey (void) const
 track subtype key, valid only for feature track Check if a value has been assigned to Subkey data member. More...
 
bool CanGetSubkey (void) const
 Check if it is safe to call GetSubkey method. More...
 
void ResetSubkey (void)
 Reset Subkey data member. More...
 
const TSubkeyGetSubkey (void) const
 Get the Subkey member data. More...
 
void SetSubkey (const TSubkey &value)
 Assign a value to Subkey data member. More...
 
void SetSubkey (TSubkey &&value)
 
TSubkeySetSubkey (void)
 Assign a value to Subkey data member. More...
 
bool IsSetFilter (void) const
 filter apply on a track Check if a value has been assigned to Filter data member. More...
 
bool CanGetFilter (void) const
 Check if it is safe to call GetFilter method. More...
 
void ResetFilter (void)
 Reset Filter data member. More...
 
const TFilterGetFilter (void) const
 Get the Filter member data. More...
 
void SetFilter (const TFilter &value)
 Assign a value to Filter data member. More...
 
void SetFilter (TFilter &&value)
 
TFilterSetFilter (void)
 Assign a value to Filter data member. More...
 
bool IsSetHelp (void) const
 Check if a value has been assigned to Help data member. More...
 
bool CanGetHelp (void) const
 Check if it is safe to call GetHelp method. More...
 
void ResetHelp (void)
 Reset Help data member. More...
 
const THelpGetHelp (void) const
 Get the Help member data. More...
 
void SetHelp (const THelp &value)
 Assign a value to Help data member. More...
 
void SetHelp (THelp &&value)
 
THelpSetHelp (void)
 Assign a value to Help data member. More...
 
bool IsSetLegend_text (void) const
 Check if a value has been assigned to Legend_text data member. More...
 
bool CanGetLegend_text (void) const
 Check if it is safe to call GetLegend_text method. More...
 
void ResetLegend_text (void)
 Reset Legend_text data member. More...
 
const TLegend_textGetLegend_text (void) const
 Get the Legend_text member data. More...
 
void SetLegend_text (const TLegend_text &value)
 Assign a value to Legend_text data member. More...
 
void SetLegend_text (TLegend_text &&value)
 
TLegend_textSetLegend_text (void)
 Assign a value to Legend_text data member. More...
 
bool IsSetAnnots (void) const
 one or more particular annotations a track looks at Check if a value has been assigned to Annots data member. More...
 
bool CanGetAnnots (void) const
 Check if it is safe to call GetAnnots method. More...
 
void ResetAnnots (void)
 Reset Annots data member. More...
 
const TAnnotsGetAnnots (void) const
 Get the Annots member data. More...
 
TAnnotsSetAnnots (void)
 Assign a value to Annots data member. More...
 
bool IsSetComments (void) const
 one or more comments to hightlight a sequence location Check if a value has been assigned to Comments data member. More...
 
bool CanGetComments (void) const
 Check if it is safe to call GetComments method. More...
 
void ResetComments (void)
 Reset Comments data member. More...
 
const TCommentsGetComments (void) const
 Get the Comments member data. More...
 
TCommentsSetComments (void)
 Assign a value to Comments data member. More...
 
bool IsSetCategory (void) const
 Check if a value has been assigned to Category data member. More...
 
bool CanGetCategory (void) const
 Check if it is safe to call GetCategory method. More...
 
void ResetCategory (void)
 Reset Category data member. More...
 
const TCategoryGetCategory (void) const
 Get the Category member data. More...
 
void SetCategory (TCategory &value)
 Assign a value to Category data member. More...
 
TCategorySetCategory (void)
 Assign a value to Category data member. More...
 
bool IsSetSubcategory (void) const
 Check if a value has been assigned to Subcategory data member. More...
 
bool CanGetSubcategory (void) const
 Check if it is safe to call GetSubcategory method. More...
 
void ResetSubcategory (void)
 Reset Subcategory data member. More...
 
const TSubcategoryGetSubcategory (void) const
 Get the Subcategory member data. More...
 
void SetSubcategory (TSubcategory &value)
 Assign a value to Subcategory data member. More...
 
TSubcategorySetSubcategory (void)
 Assign a value to Subcategory data member. More...
 
bool IsSetChoice_list (void) const
 Check if a value has been assigned to Choice_list data member. More...
 
bool CanGetChoice_list (void) const
 Check if it is safe to call GetChoice_list method. More...
 
void ResetChoice_list (void)
 Reset Choice_list data member. More...
 
const TChoice_listGetChoice_list (void) const
 Get the Choice_list member data. More...
 
TChoice_listSetChoice_list (void)
 Assign a value to Choice_list data member. More...
 
bool IsSetCheck_boxes (void) const
 Check if a value has been assigned to Check_boxes data member. More...
 
bool CanGetCheck_boxes (void) const
 Check if it is safe to call GetCheck_boxes method. More...
 
void ResetCheck_boxes (void)
 Reset Check_boxes data member. More...
 
const TCheck_boxesGetCheck_boxes (void) const
 Get the Check_boxes member data. More...
 
TCheck_boxesSetCheck_boxes (void)
 Assign a value to Check_boxes data member. More...
 
bool IsSetHidden_settings (void) const
 Check if a value has been assigned to Hidden_settings data member. More...
 
bool CanGetHidden_settings (void) const
 Check if it is safe to call GetHidden_settings method. More...
 
void ResetHidden_settings (void)
 Reset Hidden_settings data member. More...
 
const THidden_settingsGetHidden_settings (void) const
 Get the Hidden_settings member data. More...
 
THidden_settingsSetHidden_settings (void)
 Assign a value to Hidden_settings data member. More...
 
bool IsSetRange_controls (void) const
 Check if a value has been assigned to Range_controls data member. More...
 
bool CanGetRange_controls (void) const
 Check if it is safe to call GetRange_controls method. More...
 
void ResetRange_controls (void)
 Reset Range_controls data member. More...
 
const TRange_controlsGetRange_controls (void) const
 Get the Range_controls member data. More...
 
TRange_controlsSetRange_controls (void)
 Assign a value to Range_controls data member. More...
 
bool IsSetHighlights (void) const
 Check if a value has been assigned to Highlights data member. More...
 
bool CanGetHighlights (void) const
 Check if it is safe to call GetHighlights method. More...
 
void ResetHighlights (void)
 Reset Highlights data member. More...
 
const THighlightsGetHighlights (void) const
 Get the Highlights member data. More...
 
THighlightsSetHighlights (void)
 Assign a value to Highlights data member. More...
 
bool IsSetHighlights_color (void) const
 Check if a value has been assigned to Highlights_color data member. More...
 
bool CanGetHighlights_color (void) const
 Check if it is safe to call GetHighlights_color method. More...
 
void ResetHighlights_color (void)
 Reset Highlights_color data member. More...
 
const THighlights_colorGetHighlights_color (void) const
 Get the Highlights_color member data. More...
 
void SetHighlights_color (const THighlights_color &value)
 Assign a value to Highlights_color data member. More...
 
void SetHighlights_color (THighlights_color &&value)
 
THighlights_colorSetHighlights_color (void)
 Assign a value to Highlights_color data member. More...
 
bool IsSetSetting_group (void) const
 Check if a value has been assigned to Setting_group data member. More...
 
bool CanGetSetting_group (void) const
 Check if it is safe to call GetSetting_group method. More...
 
void ResetSetting_group (void)
 Reset Setting_group data member. More...
 
const TSetting_groupGetSetting_group (void) const
 Get the Setting_group member data. More...
 
void SetSetting_group (const TSetting_group &value)
 Assign a value to Setting_group data member. More...
 
void SetSetting_group (TSetting_group &&value)
 
TSetting_groupSetSetting_group (void)
 Assign a value to Setting_group data member. More...
 
bool IsSetSort_by (void) const
 Check if a value has been assigned to Sort_by data member. More...
 
bool CanGetSort_by (void) const
 Check if it is safe to call GetSort_by method. More...
 
void ResetSort_by (void)
 Reset Sort_by data member. More...
 
const TSort_byGetSort_by (void) const
 Get the Sort_by member data. More...
 
void SetSort_by (const TSort_by &value)
 Assign a value to Sort_by data member. More...
 
void SetSort_by (TSort_by &&value)
 
TSort_bySetSort_by (void)
 Assign a value to Sort_by data member. More...
 
bool IsSetId (void) const
 track identifier Check if a value has been assigned to Id data member. More...
 
bool CanGetId (void) const
 Check if it is safe to call GetId method. More...
 
void ResetId (void)
 Reset Id data member. More...
 
const TIdGetId (void) const
 Get the Id member data. More...
 
void SetId (const TId &value)
 Assign a value to Id data member. More...
 
void SetId (TId &&value)
 
TIdSetId (void)
 Assign a value to Id data member. More...
 
bool IsSetDbname (void) const
 data source db name Check if a value has been assigned to Dbname data member. More...
 
bool CanGetDbname (void) const
 Check if it is safe to call GetDbname method. More...
 
void ResetDbname (void)
 Reset Dbname data member. More...
 
const TDbnameGetDbname (void) const
 Get the Dbname member data. More...
 
void SetDbname (const TDbname &value)
 Assign a value to Dbname data member. More...
 
void SetDbname (TDbname &&value)
 
TDbnameSetDbname (void)
 Assign a value to Dbname data member. More...
 
bool IsSetData_key (void) const
 Net storage key used for user-uploded data track Check if a value has been assigned to Data_key data member. More...
 
bool CanGetData_key (void) const
 Check if it is safe to call GetData_key method. More...
 
void ResetData_key (void)
 Reset Data_key data member. More...
 
const TData_keyGetData_key (void) const
 Get the Data_key member data. More...
 
void SetData_key (const TData_key &value)
 Assign a value to Data_key data member. More...
 
void SetData_key (TData_key &&value)
 
TData_keySetData_key (void)
 Assign a value to Data_key data member. More...
 
bool IsSetText_boxes (void) const
 Optional user-changable settings, such as a threshold value Check if a value has been assigned to Text_boxes data member. More...
 
bool CanGetText_boxes (void) const
 Check if it is safe to call GetText_boxes method. More...
 
void ResetText_boxes (void)
 Reset Text_boxes data member. More...
 
const TText_boxesGetText_boxes (void) const
 Get the Text_boxes member data. More...
 
TText_boxesSetText_boxes (void)
 Assign a value to Text_boxes data member. More...
 
bool IsSetShow_title (void) const
 Show track title (and title bar) or not Check if a value has been assigned to Show_title data member. More...
 
bool CanGetShow_title (void) const
 Check if it is safe to call GetShow_title method. More...
 
void ResetShow_title (void)
 Reset Show_title data member. More...
 
TShow_title GetShow_title (void) const
 Get the Show_title member data. More...
 
void SetShow_title (TShow_title value)
 Assign a value to Show_title data member. More...
 
TShow_titleSetShow_title (void)
 Assign a value to Show_title data member. More...
 
bool IsSetIs_private (void) const
 if TMS returned is_private attribute, contents of this attribute Check if a value has been assigned to Is_private data member. More...
 
bool CanGetIs_private (void) const
 Check if it is safe to call GetIs_private method. More...
 
void ResetIs_private (void)
 Reset Is_private data member. More...
 
TIs_private GetIs_private (void) const
 Get the Is_private member data. More...
 
void SetIs_private (TIs_private value)
 Assign a value to Is_private data member. More...
 
TIs_privateSetIs_private (void)
 Assign a value to Is_private data member. More...
 
bool IsSetStored_scale (void) const
 stored_scale attribute from TMS (when present there) contains a string (linear, log2, loge, log10) that defines the stored format of a histogram Check if a value has been assigned to Stored_scale data member. More...
 
bool CanGetStored_scale (void) const
 Check if it is safe to call GetStored_scale method. More...
 
void ResetStored_scale (void)
 Reset Stored_scale data member. More...
 
const TStored_scaleGetStored_scale (void) const
 Get the Stored_scale member data. More...
 
void SetStored_scale (const TStored_scale &value)
 Assign a value to Stored_scale data member. More...
 
void SetStored_scale (TStored_scale &&value)
 
TStored_scaleSetStored_scale (void)
 Assign a value to Stored_scale data member. More...
 
bool IsSetRender_group (void) const
 All tracks with the same render group should be rendered in one call Check if a value has been assigned to Render_group data member. More...
 
bool CanGetRender_group (void) const
 Check if it is safe to call GetRender_group method. More...
 
void ResetRender_group (void)
 Reset Render_group data member. More...
 
TRender_group GetRender_group (void) const
 Get the Render_group member data. More...
 
void SetRender_group (TRender_group value)
 Assign a value to Render_group data member. More...
 
TRender_groupSetRender_group (void)
 Assign a value to Render_group data member. More...
 
bool IsSetLegend (void) const
 Track legend Check if a value has been assigned to Legend data member. More...
 
bool CanGetLegend (void) const
 Check if it is safe to call GetLegend method. More...
 
void ResetLegend (void)
 Reset Legend data member. More...
 
const TLegendGetLegend (void) const
 Get the Legend member data. More...
 
TLegendSetLegend (void)
 Assign a value to Legend data member. More...
 
bool IsSetUId (void) const
 user-defined track_id (e.g. More...
 
bool CanGetUId (void) const
 Check if it is safe to call GetUId method. More...
 
void ResetUId (void)
 Reset UId data member. More...
 
const TUIdGetUId (void) const
 Get the UId member data. More...
 
void SetUId (const TUId &value)
 Assign a value to UId data member. More...
 
void SetUId (TUId &&value)
 
TUIdSetUId (void)
 Assign a value to UId data member. More...
 
bool IsSetSubTracks (void) const
 list of id, annots or track_id that this track contains (e.g. More...
 
bool CanGetSubTracks (void) const
 Check if it is safe to call GetSubTracks method. More...
 
void ResetSubTracks (void)
 Reset SubTracks data member. More...
 
const TSubTracksGetSubTracks (void) const
 Get the SubTracks member data. More...
 
TSubTracksSetSubTracks (void)
 Assign a value to SubTracks data member. More...
 
bool IsSetBatch (void) const
 batch for alignment tracks based on AlignDb Check if a value has been assigned to Batch data member. More...
 
bool CanGetBatch (void) const
 Check if it is safe to call GetBatch method. More...
 
void ResetBatch (void)
 Reset Batch data member. More...
 
const TBatchGetBatch (void) const
 Get the Batch member data. More...
 
void SetBatch (const TBatch &value)
 Assign a value to Batch data member. More...
 
void SetBatch (TBatch &&value)
 
TBatchSetBatch (void)
 Assign a value to Batch data member. More...
 
bool IsSetAffinity_token (void) const
 affinity token that needs to be presented to seqgraphic.cgi in affinity_token parameter when it is called specifically for this track Check if a value has been assigned to Affinity_token data member. More...
 
bool CanGetAffinity_token (void) const
 Check if it is safe to call GetAffinity_token method. More...
 
void ResetAffinity_token (void)
 Reset Affinity_token data member. More...
 
const TAffinity_tokenGetAffinity_token (void) const
 Get the Affinity_token member data. More...
 
void SetAffinity_token (const TAffinity_token &value)
 Assign a value to Affinity_token data member. More...
 
void SetAffinity_token (TAffinity_token &&value)
 
TAffinity_tokenSetAffinity_token (void)
 Assign a value to Affinity_token data member. More...
 
bool IsSetData_provider (void) const
 data provider for this track if absent, seqgraphic is assumed Check if a value has been assigned to Data_provider data member. More...
 
bool CanGetData_provider (void) const
 Check if it is safe to call GetData_provider method. More...
 
void ResetData_provider (void)
 Reset Data_provider data member. More...
 
const TData_providerGetData_provider (void) const
 Get the Data_provider member data. More...
 
void SetData_provider (const TData_provider &value)
 Assign a value to Data_provider data member. More...
 
void SetData_provider (TData_provider &&value)
 
TData_providerSetData_provider (void)
 Assign a value to Data_provider data member. More...
 
bool IsSetRemote_data (void) const
 data is remote if absent, false is assumed Check if a value has been assigned to Remote_data data member. More...
 
bool CanGetRemote_data (void) const
 Check if it is safe to call GetRemote_data method. More...
 
void ResetRemote_data (void)
 Reset Remote_data data member. More...
 
const TRemote_dataGetRemote_data (void) const
 Get the Remote_data member data. More...
 
void SetRemote_data (const TRemote_data &value)
 Assign a value to Remote_data data member. More...
 
void SetRemote_data (TRemote_data &&value)
 
TRemote_dataSetRemote_data (void)
 Assign a value to Remote_data data member. More...
 
bool IsSetSeq_data_key (void) const
 contents of TMS seq_data_key to NetCache that contains GBProject with local sequence data Check if a value has been assigned to Seq_data_key data member. More...
 
bool CanGetSeq_data_key (void) const
 Check if it is safe to call GetSeq_data_key method. More...
 
void ResetSeq_data_key (void)
 Reset Seq_data_key data member. More...
 
const TSeq_data_keyGetSeq_data_key (void) const
 Get the Seq_data_key member data. More...
 
void SetSeq_data_key (const TSeq_data_key &value)
 Assign a value to Seq_data_key data member. More...
 
void SetSeq_data_key (TSeq_data_key &&value)
 
TSeq_data_keySetSeq_data_key (void)
 Assign a value to Seq_data_key data member. More...
 
bool IsSetExtra_info (void) const
 extra, track dependend, info needed to create the track Check if a value has been assigned to Extra_info data member. More...
 
bool CanGetExtra_info (void) const
 Check if it is safe to call GetExtra_info method. More...
 
void ResetExtra_info (void)
 Reset Extra_info data member. More...
 
const TExtra_infoGetExtra_info (void) const
 Get the Extra_info member data. More...
 
void SetExtra_info (const TExtra_info &value)
 Assign a value to Extra_info data member. More...
 
void SetExtra_info (TExtra_info &&value)
 
TExtra_infoSetExtra_info (void)
 Assign a value to Extra_info data member. More...
 
bool IsSetRmt_mapped_id (void) const
 for remote tracks (bigBed/bigWig), string to which NCBI seq-id is mapped in the remote file Check if a value has been assigned to Rmt_mapped_id data member. More...
 
bool CanGetRmt_mapped_id (void) const
 Check if it is safe to call GetRmt_mapped_id method. More...
 
void ResetRmt_mapped_id (void)
 Reset Rmt_mapped_id data member. More...
 
const TRmt_mapped_idGetRmt_mapped_id (void) const
 Get the Rmt_mapped_id member data. More...
 
void SetRmt_mapped_id (const TRmt_mapped_id &value)
 Assign a value to Rmt_mapped_id data member. More...
 
void SetRmt_mapped_id (TRmt_mapped_id &&value)
 
TRmt_mapped_idSetRmt_mapped_id (void)
 Assign a value to Rmt_mapped_id data member. More...
 
bool IsSetBig_data_index (void) const
 for remote tracks (BAM), the location of a remote data file containing the index. More...
 
bool CanGetBig_data_index (void) const
 Check if it is safe to call GetBig_data_index method. More...
 
void ResetBig_data_index (void)
 Reset Big_data_index data member. More...
 
const TBig_data_indexGetBig_data_index (void) const
 Get the Big_data_index member data. More...
 
void SetBig_data_index (const TBig_data_index &value)
 Assign a value to Big_data_index data member. More...
 
void SetBig_data_index (TBig_data_index &&value)
 
TBig_data_indexSetBig_data_index (void)
 Assign a value to Big_data_index data member. More...
 
bool IsSetHub_id (void) const
 hub information to which this track may belong Check if a value has been assigned to Hub_id data member. More...
 
bool CanGetHub_id (void) const
 Check if it is safe to call GetHub_id method. More...
 
void ResetHub_id (void)
 Reset Hub_id data member. More...
 
const THub_idGetHub_id (void) const
 Get the Hub_id member data. More...
 
void SetHub_id (const THub_id &value)
 Assign a value to Hub_id data member. More...
 
void SetHub_id (THub_id &&value)
 
THub_idSetHub_id (void)
 Assign a value to Hub_id data member. More...
 
bool IsSetHub_name (void) const
 Check if a value has been assigned to Hub_name data member. More...
 
bool CanGetHub_name (void) const
 Check if it is safe to call GetHub_name method. More...
 
void ResetHub_name (void)
 Reset Hub_name data member. More...
 
const THub_nameGetHub_name (void) const
 Get the Hub_name member data. More...
 
void SetHub_name (const THub_name &value)
 Assign a value to Hub_name data member. More...
 
void SetHub_name (THub_name &&value)
 
THub_nameSetHub_name (void)
 Assign a value to Hub_name data member. More...
 
bool IsSetHub_url (void) const
 Check if a value has been assigned to Hub_url data member. More...
 
bool CanGetHub_url (void) const
 Check if it is safe to call GetHub_url method. More...
 
void ResetHub_url (void)
 Reset Hub_url data member. More...
 
const THub_urlGetHub_url (void) const
 Get the Hub_url member data. More...
 
void SetHub_url (const THub_url &value)
 Assign a value to Hub_url data member. More...
 
void SetHub_url (THub_url &&value)
 
THub_urlSetHub_url (void)
 Assign a value to Hub_url data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
- Public Member Functions inherited from CSerialObject
 CSerialObject (void)
 
virtual ~CSerialObject (void)
 
virtual const CTypeInfoGetThisTypeInfo (void) const =0
 
virtual void Assign (const CSerialObject &source, ESerialRecursionMode how=eRecursive)
 Set object to copy of another one. More...
 
virtual bool Equals (const CSerialObject &object, ESerialRecursionMode how=eRecursive) const
 Check if both objects contain the same values. More...
 
virtual void DebugDump (CDebugDumpContext ddc, unsigned int depth) const
 Define method for dumping debug information. More...
 
void ThrowUnassigned (TMemberIndex index) const
 
void ThrowUnassigned (TMemberIndex index, const char *file_name, int file_line) const
 
bool HasNamespaceName (void) const
 Check if object data type has namespace name. More...
 
const stringGetNamespaceName (void) const
 Get namespace name. More...
 
bool HasNamespacePrefix (void) const
 Check if data type has namespace prefix. More...
 
const stringGetNamespacePrefix (void) const
 Get namespace prefix. More...
 
- Public Member Functions inherited from CObject
 CObject (void)
 Constructor. More...
 
 CObject (const CObject &src)
 Copy constructor. More...
 
virtual ~CObject (void)
 Destructor. More...
 
CObjectoperator= (const CObject &src) THROWS_NONE
 Assignment operator. More...
 
bool CanBeDeleted (void) const THROWS_NONE
 Check if object can be deleted. More...
 
bool IsAllocatedInPool (void) const THROWS_NONE
 Check if object is allocated in memory pool (not system heap) More...
 
bool Referenced (void) const THROWS_NONE
 Check if object is referenced. More...
 
bool ReferencedOnlyOnce (void) const THROWS_NONE
 Check if object is referenced only once. More...
 
void AddReference (void) const
 Add reference to object. More...
 
void RemoveReference (void) const
 Remove reference to object. More...
 
void ReleaseReference (void) const
 Remove reference without deleting object. More...
 
virtual void DoNotDeleteThisObject (void)
 Mark this object as not allocated in heap – do not delete this object. More...
 
virtual void DoDeleteThisObject (void)
 Mark this object as allocated in heap – object can be deleted. More...
 
void * operator new (size_t size)
 Define new operator for memory allocation. More...
 
void * operator new[] (size_t size)
 Define new[] operator for 'array' memory allocation. More...
 
void operator delete (void *ptr)
 Define delete operator for memory deallocation. More...
 
void operator delete[] (void *ptr)
 Define delete[] operator for memory deallocation. More...
 
void * operator new (size_t size, void *place)
 Define new operator. More...
 
void operator delete (void *ptr, void *place)
 Define delete operator. More...
 
void * operator new (size_t size, CObjectMemoryPool *place)
 Define new operator using memory pool. More...
 
void operator delete (void *ptr, CObjectMemoryPool *place)
 Define delete operator. More...
 
- Public Member Functions inherited from CDebugDumpable
 CDebugDumpable (void)
 
virtual ~CDebugDumpable (void)
 
void DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const
 
void DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const
 
void DumpToConsole (void) const
 

Private Types

typedef CSerialObject Tparent
 

Private Member Functions

 CTrackConfig_Base (const CTrackConfig_Base &)
 
CTrackConfig_Baseoperator= (const CTrackConfig_Base &)
 

Private Attributes

Uint4 m_set_State [3]
 
string m_Name
 
int m_Order
 
string m_Key
 
bool m_Shown
 
string m_Display_name
 
string m_Subkey
 
string m_Filter
 
string m_Help
 
string m_Legend_text
 
list< stringm_Annots
 
list< CRef< CComment > > m_Comments
 
CRef< TCategorym_Category
 
CRef< TSubcategorym_Subcategory
 
list< CRef< CChoice > > m_Choice_list
 
list< CRef< CCheckBox > > m_Check_boxes
 
list< CRef< CHiddenSetting > > m_Hidden_settings
 
list< CRef< CRangeControl > > m_Range_controls
 
list< stringm_Highlights
 
string m_Highlights_color
 
string m_Setting_group
 
string m_Sort_by
 
string m_Id
 
string m_Dbname
 
string m_Data_key
 
list< CRef< CTextBox > > m_Text_boxes
 
bool m_Show_title
 
bool m_Is_private
 
string m_Stored_scale
 
int m_Render_group
 
list< CRef< CLegendItem > > m_Legend
 
string m_UId
 
vector< stringm_SubTracks
 
string m_Batch
 
string m_Affinity_token
 
string m_Data_provider
 
string m_Remote_data
 
string m_Seq_data_key
 
string m_Extra_info
 
string m_Rmt_mapped_id
 
string m_Big_data_index
 
string m_Hub_id
 
string m_Hub_name
 
string m_Hub_url
 

Additional Inherited Members

- Static Public Member Functions inherited from CSerialObject
static void SetVerifyDataThread (ESerialVerifyData verify)
 
static void SetVerifyDataGlobal (ESerialVerifyData verify)
 
static string UnassignedString (void)
 
static CStringUTF8 UnassignedStringUTF8 (void)
 
static char UnassignedByte (void)
 
- Static Public Member Functions inherited from CObject
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 Public Member Functions inherited from CDebugDumpable
static void EnableDebugDump (bool on)
 
- Static Public Attributes inherited from CSerialObject
static const char * ms_UnassignedStr = "<*unassigned*>"
 
static const char ms_UnassignedByte = char(0xcd)
 
- Static Public Attributes inherited from CObject
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...
 
- Protected Member Functions inherited from CObject
virtual void DeleteThis (void)
 Virtual method "deleting" this object. More...
 

Detailed Description

CTrackConfig_Base –.

Definition at line 88 of file TrackConfig_.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:58:00 2024 by modify_doxy.py rev. 669887