#include <Histogram.h>
Public Slots | |
void | Show (const int *) |
void | Clear () |
void | paintEvent (QPaintEvent *event) |
Public Member Functions | |
Histogram (QWidget *parent=0) | |
virtual | ~Histogram () |
Definition at line 8 of file Histogram.h.
Histogram::Histogram | ( | QWidget * | parent = 0 |
) |
Definition at line 4 of file Histogram.cpp.
Histogram::~Histogram | ( | ) | [virtual] |
Definition at line 12 of file Histogram.cpp.
void Histogram::Show | ( | const int * | density | ) | [slot] |
Definition at line 53 of file Histogram.cpp.
void Histogram::Clear | ( | ) | [slot] |
Definition at line 68 of file Histogram.cpp.
void Histogram::paintEvent | ( | QPaintEvent * | event | ) | [slot] |