#include <gnuradio/qtgui/spectrumUpdateEvents.h>
|
| static QEvent::Type | Type () |
| |
| ConstUpdateEvent::ConstUpdateEvent |
( |
const std::vector< double * > |
realDataPoints, |
|
|
const std::vector< double * > |
imagDataPoints, |
|
|
const uint64_t |
numDataPoints |
|
) |
| |
| ConstUpdateEvent::~ConstUpdateEvent |
( |
| ) |
|
| const std::vector<double*> ConstUpdateEvent::getImagPoints |
( |
| ) |
const |
| uint64_t ConstUpdateEvent::getNumDataPoints |
( |
| ) |
const |
| const std::vector<double*> ConstUpdateEvent::getRealPoints |
( |
| ) |
const |
| bool ConstUpdateEvent::getRepeatDataFlag |
( |
| ) |
const |
| static QEvent::Type ConstUpdateEvent::Type |
( |
| ) |
|
|
inlinestatic |
| int ConstUpdateEvent::which |
( |
| ) |
const |
The documentation for this class was generated from the following file: