reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
21 void DataVisualization::ForceUpdate() { GetFormatManager().Changed(); } 24 return GetFormatManager().GetCurrentRevision(); 28 return GetFormatManager().ShouldPrintAsOneLiner(valobj); 34 return GetFormatManager().GetFormat(valobj, use_dynamic); 39 return GetFormatManager().GetFormatForType(type_sp); 45 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic); 50 return GetFormatManager().GetSummaryForType(type_sp); 56 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); 61 return GetFormatManager().GetFilterForType(type_sp); 66 return GetFormatManager().GetSyntheticForType(type_sp); 72 return GetFormatManager().GetValidator(valobj, use_dynamic); 77 return GetFormatManager().GetValidatorForType(type_sp); 84 return GetFormatManager().AnyMatches(type_name, items, only_enabled, 91 entry = GetFormatManager().GetCategory(category, allow_create); 98 GetFormatManager().GetCategoryForLanguage(language)) 104 GetFormatManager().GetCategory(category); 108 GetFormatManager().DisableCategory(category); 109 return GetFormatManager().DeleteCategory(category); 113 GetFormatManager().ClearCategories(); 117 GetFormatManager().GetCategory(category)->Clear( 123 if (GetFormatManager().GetCategory(category)->IsEnabled()) 124 GetFormatManager().DisableCategory(category); 125 GetFormatManager().EnableCategory( 131 GetFormatManager().GetCategoryForLanguage(lang_type)) 136 if (GetFormatManager().GetCategory(category)->IsEnabled()) 137 GetFormatManager().DisableCategory(category); 142 GetFormatManager().GetCategoryForLanguage(lang_type)) 150 GetFormatManager().DisableCategory(category); 151 GetFormatManager().EnableCategory(category, pos); 158 GetFormatManager().DisableCategory(category); 162 GetFormatManager().EnableAllCategories(); 166 GetFormatManager().DisableAllCategories(); 171 GetFormatManager().ForEachCategory(callback); 175 return GetFormatManager().GetCategoriesCount(); 180 return GetFormatManager().GetCategoryAtIndex(index); 185 return GetFormatManager().GetNamedSummaryContainer().Get(type, entry); 190 GetFormatManager().GetNamedSummaryContainer().Add( 195 return GetFormatManager().GetNamedSummaryContainer().Delete(type); 199 GetFormatManager().GetNamedSummaryContainer().Clear(); 205 GetFormatManager().GetNamedSummaryContainer().ForEach(callback); 209 return GetFormatManager().GetNamedSummaryContainer().GetCount();