#include <histoview.h>
Collaboration diagram for HistoView:

Public Slots | |
| void | setCenterZoom (float, float) |
Public Member Functions | |
| HistoView (QWidget *parent=0) | |
| void | set (const Histogram *h) |
| void | set (const ColorTable *ct) |
| QSize | minimumSizeHint () const |
| QSize | sizeHint () const |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
| int | h |
| int | w |
| int | w1 |
| float | c |
| float | z |
| const Histogram * | histo |
| const ColorTable * | ct |
Definition at line 29 of file histoview.h.
| HistoView::HistoView | ( | QWidget * | parent = 0 |
) |
| QSize HistoView::minimumSizeHint | ( | ) | const [inline] |
| void HistoView::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
| void HistoView::set | ( | const ColorTable * | ct | ) |
| void HistoView::set | ( | const Histogram * | h | ) |
Definition at line 78 of file histoview.cpp.
References h, histo, and setCenterZoom().
Referenced by HistogramWidget::set().
| void HistoView::setCenterZoom | ( | float | , | |
| float | ||||
| ) | [slot] |
| QSize HistoView::sizeHint | ( | ) | const [inline] |
float HistoView::c [protected] |
const ColorTable* HistoView::ct [protected] |
int HistoView::h [protected] |
Definition at line 54 of file histoview.h.
Referenced by HistoView(), minimumSizeHint(), paintEvent(), set(), and sizeHint().
const Histogram* HistoView::histo [protected] |
int HistoView::w [protected] |
Definition at line 55 of file histoview.h.
Referenced by HistoView(), minimumSizeHint(), paintEvent(), and sizeHint().
int HistoView::w1 [protected] |
Definition at line 56 of file histoview.h.
Referenced by HistoView(), minimumSizeHint(), paintEvent(), and sizeHint().
float HistoView::z [protected] |
1.4.7