COPASI API
4.16.103
|
#include <qwt3dBars.h>
Public Member Functions | |
Bar () | |
Bar (double rad, double showColumn=-1, double showRow=-1) | |
Qwt3D::Enrichment * | clone () const |
void | configure (double rad, double showColumn, double showRow) |
void | draw (Qwt3D::Triple const &) |
void | drawBegin () |
void | drawEnd () |
void | drawZero () |
virtual | ~Bar () |
Public Attributes | |
double | mShowColumn |
double | mShowRow |
Private Attributes | |
double | diag_ |
double | level_ |
double | radius_ |
Definition at line 23 of file qwt3dBars.h.
Bar::Bar | ( | ) |
Definition at line 22 of file qwt3dBars.cpp.
References configure().
Referenced by clone().
Bar::Bar | ( | double | rad, |
double | showColumn = -1 , |
||
double | showRow = -1 |
||
) |
Definition at line 27 of file qwt3dBars.cpp.
References configure().
|
virtual |
Definition at line 33 of file qwt3dBars.cpp.
|
inline |
void Bar::configure | ( | double | rad, |
double | showColumn, | ||
double | showRow | ||
) |
Definition at line 36 of file qwt3dBars.cpp.
References mShowColumn, mShowRow, and radius_.
Referenced by Bar().
void Bar::draw | ( | Qwt3D::Triple const & | pos | ) |
Definition at line 56 of file qwt3dBars.cpp.
References diag_, mShowColumn, and mShowRow.
void Bar::drawBegin | ( | ) |
void Bar::drawEnd | ( | ) |
Definition at line 53 of file qwt3dBars.cpp.
void Bar::drawZero | ( | ) |
|
private |
Definition at line 41 of file qwt3dBars.h.
Referenced by draw(), and drawBegin().
|
private |
Definition at line 40 of file qwt3dBars.h.
double Bar::mShowColumn |
Definition at line 37 of file qwt3dBars.h.
Referenced by configure(), and draw().
double Bar::mShowRow |
Definition at line 38 of file qwt3dBars.h.
Referenced by configure(), and draw().
|
private |
Definition at line 40 of file qwt3dBars.h.
Referenced by configure(), and drawBegin().