Lines Matching refs:Chart

6 #include "chart/Chart.h"
22 // #pragma mark - Chart::AxisInfo
25 Chart::AxisInfo::AxisInfo()
33 Chart::AxisInfo::SetFrame(float left, float top, float right, float bottom)
42 Chart::AxisInfo::SetRange(const ChartDataRange& range)
50 Chart::AxisInfo::Render(BView* view, const BRect& updateRect)
57 // #pragma mark - Chart
60 Chart::Chart(ChartRenderer* renderer, const char* name)
79 Chart::~Chart()
85 Chart::AddDataSource(ChartDataSource* dataSource, int32 index,
112 Chart::AddDataSource(ChartDataSource* dataSource,
120 Chart::RemoveDataSource(ChartDataSource* dataSource)
130 Chart::RemoveDataSource(int32 index)
148 Chart::RemoveAllDataSources()
164 Chart::SetAxis(ChartAxisLocation location, ChartAxis* axis)
191 Chart::SetDisplayDomain(ChartDataRange domain)
219 Chart::SetDisplayRange(ChartDataRange range)
247 Chart::DomainZoomLimit() const
254 Chart::SetDomainZoomLimit(double limit)
261 Chart::DomainChanged()
271 Chart::RangeChanged()
281 Chart::MessageReceived(BMessage* message)
306 Chart::FrameResized(float newWidth, float newHeight)
308 //printf("Chart::FrameResized(%f, %f)\n", newWidth, newHeight);
319 Chart::MouseDown(BPoint where)
340 Chart::MouseUp(BPoint where)
356 Chart::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
369 Chart::Draw(BRect updateRect)
371 //printf("Chart::Draw((%f, %f) - (%f, %f))\n", updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
408 Chart::ScrollTo(BPoint where)
419 Chart::MinSize()
427 Chart::MaxSize()
435 Chart::PreferredSize()
443 Chart::DoLayout()
447 //printf("Chart::DoLayout(%f, %f)\n", size.width, size.height);
484 Chart::_UpdateDomainAndRange()
512 Chart::_UpdateScrollBar(bool horizontal)
547 Chart::_ScrollTo(float value, bool horizontal)
570 Chart::_Zoom(float x, float steps)