GraphBelow is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

GraphBelow class

@class GraphBelow GraphBelow.hpp gui/common/GraphBelow.hpp Simple widget capable of drawing a graph line. The graph line consists of a number of points with different x values. Points on the graph can be added and removed and the coordinate system of the graph can easily be setup. @see CanvasWidget

Syntax

class GraphBelow : public GraphLine { public:     virtual ~GraphBelow();     virtual bool drawCanvasWidget(const Rect& invalidatedArea) const; protected:     virtual Rect getMinimalRectContainingIndices(int firstIndex, int lastIndex) const; };

Methods

drawCanvasWidget() const

@fn virtual bool GraphBelow::drawCanvasWidget(const Rect& invalidatedArea) const Draw the graph line. Draw the graph line. Care is taken not to spend time drawing graphs lines that are outside the invalidated area. Read more...

getMinimalRectContainingIndices() const

No summary provided. Read more...

Class Tree

Child classes
GraphBelow
all items filtered out
Variables of GraphBelow type
all items filtered out
GraphBelow