QtiPlot 0.9.7.3
|
3D bars (modifed enrichment from QwtPlot3D) More...
#include <Bar.h>
Public Member Functions | |
Bar () | |
Bar (double rad, bool lines=true, bool filled=true, bool smooth=true) | |
Qwt3D::Enrichment * | clone () const |
void | configure (double rad, bool lines=true, bool filled=true, bool smooth=true) |
void | draw (Qwt3D::Triple const &) |
void | drawBegin () |
void | drawEnd () |
Private Attributes | |
bool | d_draw_lines |
bool | d_filled_bars |
bool | d_smooth |
double | diag_ |
double | radius_ |
3D bars (modifed enrichment from QwtPlot3D)
Bar::Bar | ( | ) |
Referenced by clone().
Bar::Bar | ( | double | rad, |
bool | lines = true , |
||
bool | filled = true , |
||
bool | smooth = true |
||
) |
Qwt3D::Enrichment* Bar::clone | ( | ) | const [inline] |
References Bar().
void Bar::configure | ( | double | rad, |
bool | lines = true , |
||
bool | filled = true , |
||
bool | smooth = true |
||
) |
void Bar::draw | ( | Qwt3D::Triple const & | pos | ) |
void Bar::drawBegin | ( | ) |
void Bar::drawEnd | ( | ) |
bool Bar::d_draw_lines [private] |
bool Bar::d_filled_bars [private] |
bool Bar::d_smooth [private] |
double Bar::diag_ [private] |
double Bar::radius_ [private] |