Searched refs:LegendChartAxis (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.h18 class LegendChartAxis : public ChartAxis { class in inherits:ChartAxis
20 LegendChartAxis(
23 virtual ~LegendChartAxis();
H A DLegendChartAxis.cpp6 #include "chart/LegendChartAxis.h"
30 struct LegendChartAxis::LegendInfo {
51 LegendChartAxis::_LegendPosition(double value, float legendSize,
64 LegendChartAxis::_FilterLegends(int32 totalSize, int32 spacing,
138 LegendChartAxis::LegendChartAxis(ChartAxisLegendSource* legendSource, function in class:LegendChartAxis
154 LegendChartAxis::~LegendChartAxis()
160 LegendChartAxis::SetLocation(ChartAxisLocation location)
170 LegendChartAxis
[all...]
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp26 #include "chart/LegendChartAxis.h"
378 LegendChartAxis* axis = new LegendChartAxis(
382 axis = new LegendChartAxis(
386 axis = new LegendChartAxis(
390 axis = new LegendChartAxis(
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp29 #include "chart/LegendChartAxis.h"
275 LegendChartAxis fAxis;

Completed in 49 milliseconds