Searched refs:StringChartLegend (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp6 #include "chart/StringChartLegend.h"
12 // #pragma mark - StringChartLegend
15 StringChartLegend::StringChartLegend(const char* string, int32 level) function in class:StringChartLegend
54 StringChartLegend* legend = dynamic_cast<StringChartLegend*>(_legend);
67 StringChartLegend* legend = dynamic_cast<StringChartLegend*>(_legend);
H A DStringChartLegend.h14 class StringChartLegend : public ChartLegend { class in inherits:ChartLegend
16 StringChartLegend(const char* string,
H A DDefaultChartAxisLegendSource.cpp12 #include "chart/StringChartLegend.h"
49 StringChartLegend* legend
50 = new(std::nothrow) StringChartLegend(buffer, 1);
86 StringChartLegend* legend
87 = new(std::nothrow) StringChartLegend(buffer, 1);
H A DBigtimeChartAxisLegendSource.cpp11 #include "chart/StringChartLegend.h"
68 StringChartLegend* legend
69 = new(std::nothrow) StringChartLegend(buffer, 1);
H A DNanotimeChartAxisLegendSource.cpp12 #include "chart/StringChartLegend.h"
69 StringChartLegend* legend
70 = new(std::nothrow) StringChartLegend(buffer, 1);

Completed in 30 milliseconds