RInside Version 0.2.16
|
#include <qtdensity.h>
Public Member Functions | |
QtDensity (RInside &R) | |
Private Slots | |
void | getBandwidth (int bw) |
void | getKernel (int kernel) |
void | getRandomDataCmd (QString txt) |
void | runRandomDataCmd (void) |
Private Member Functions | |
void | setupDisplay (void) |
void | plot (void) |
void | filterFile (void) |
Private Attributes | |
QSvgWidget * | m_svg |
RInside & | m_R |
QString | m_tempfile |
QString | m_svgfile |
int | m_bw |
int | m_kernel |
QString | m_cmd |
Definition at line 28 of file qtdensity.h.
QtDensity::QtDensity | ( | RInside & | R | ) |
Definition at line 10 of file qtdensity.cpp.
References m_bw, m_cmd, m_kernel, m_R, m_svgfile, m_tempfile, RInside::parseEval(), and setupDisplay().
|
private |
Definition at line 131 of file qtdensity.cpp.
References m_svgfile, and m_tempfile.
Referenced by plot().
|
privateslot |
Definition at line 107 of file qtdensity.cpp.
Referenced by setupDisplay().
|
privateslot |
Definition at line 114 of file qtdensity.cpp.
References m_kernel, and plot().
Referenced by setupDisplay().
|
privateslot |
|
private |
Definition at line 94 of file qtdensity.cpp.
References filterFile(), m_bw, m_kernel, m_R, m_svg, m_svgfile, and RInside::parseEvalQ().
Referenced by getBandwidth(), getKernel(), and runRandomDataCmd().
|
privateslot |
Definition at line 125 of file qtdensity.cpp.
References m_cmd, m_R, RInside::parseEvalQNT(), and plot().
Referenced by setupDisplay().
|
private |
Definition at line 21 of file qtdensity.cpp.
References getBandwidth(), getKernel(), getRandomDataCmd(), m_bw, m_cmd, m_svg, and runRandomDataCmd().
Referenced by QtDensity().
|
private |
Definition at line 50 of file qtdensity.h.
Referenced by getBandwidth(), plot(), QtDensity(), and setupDisplay().
|
private |
Definition at line 51 of file qtdensity.h.
Referenced by getRandomDataCmd(), QtDensity(), runRandomDataCmd(), and setupDisplay().
|
private |
Definition at line 50 of file qtdensity.h.
Referenced by getKernel(), plot(), and QtDensity().
|
private |
Definition at line 47 of file qtdensity.h.
Referenced by plot(), QtDensity(), and runRandomDataCmd().
|
private |
Definition at line 46 of file qtdensity.h.
Referenced by plot(), and setupDisplay().
|
private |
Definition at line 49 of file qtdensity.h.
Referenced by filterFile(), plot(), and QtDensity().
|
private |
Definition at line 48 of file qtdensity.h.
Referenced by filterFile(), and QtDensity().