superkaramba
Graph Class Reference
#include <graph.h>
Inheritance diagram for Graph:

Detailed Description
Definition at line 19 of file meters/graph.h.
Public Member Functions | |
| Graph (Karamba *k, int ix, int iy, int iw, int ih, int nbrPoints) | |
| Graph () | |
| ~Graph () | |
| void | setValue (int) |
| int | getValue () const |
| void | setValue (const QString &) |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
Constructor & Destructor Documentation
| Graph::Graph | ( | Karamba * | k, | |
| int | ix, | |||
| int | iy, | |||
| int | iw, | |||
| int | ih, | |||
| int | nbrPoints | |||
| ) |
Definition at line 13 of file meters/graph.cpp.
| Graph::Graph | ( | ) |
| Graph::~Graph | ( | ) |
Definition at line 22 of file meters/graph.cpp.
Member Function Documentation
| void Graph::setValue | ( | int | v | ) | [virtual] |
| int Graph::getValue | ( | ) | const [inline, virtual] |
| void Graph::setValue | ( | const QString & | v | ) | [virtual] |
| void Graph::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget | |||
| ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference