Symbol: LegendChartAxis
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
138
LegendChartAxis::LegendChartAxis(ChartAxisLegendSource* legendSource,
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
154
LegendChartAxis::~LegendChartAxis()
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
160
LegendChartAxis::SetLocation(ChartAxisLocation location)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
170
LegendChartAxis::SetRange(const ChartDataRange& range)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
180
LegendChartAxis::SetFrame(BRect frame)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
190
LegendChartAxis::PreferredSize(BView* view, BSize maxSize)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
241
LegendChartAxis::Render(BView* view, BRect updateRect)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
30
struct LegendChartAxis::LegendInfo {
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
339
LegendChartAxis::_InvalidateLayout()
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
346
LegendChartAxis::_ValidateLayout(BView* view)
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
398
LegendChartAxis::_EstimateMaxLegendCount(BView* view, BSize size,
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
51
LegendChartAxis::_LegendPosition(double value, float legendSize,
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
64
LegendChartAxis::_FilterLegends(int32 totalSize, int32 spacing,
src/apps/debuganalyzer/gui/chart/LegendChartAxis.h
18
class LegendChartAxis : public ChartAxis {
src/apps/debuganalyzer/gui/chart/LegendChartAxis.h
20
LegendChartAxis(
src/apps/debuganalyzer/gui/chart/LegendChartAxis.h
23
virtual ~LegendChartAxis();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
275
LegendChartAxis fAxis;
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
378
LegendChartAxis* axis = new LegendChartAxis(
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
382
axis = new LegendChartAxis(
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
386
axis = new LegendChartAxis(
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
390
axis = new LegendChartAxis(