|
enum | PlotStyles {
psLine,
psImpulse,
psBar,
psStackedBar,
psDot,
psSquare,
psDiamond
} |
|
|
void | recalcGraphData (capture_file *cap_file, bool enable_scaling) |
|
void | captureEvent (CaptureEvent e) |
|
void | reloadValueUnitField () |
|
|
void | requestReplot () |
|
void | requestRecalc () |
|
void | requestRetap () |
|
|
| IOGraph (QCustomPlot *parent) |
|
const QString | configError () |
|
const QString | name () |
|
void | setName (const QString &name) |
|
const QString | filter () |
|
void | setFilter (const QString &filter) |
|
void | applyCurrentColor () |
|
bool | visible () |
|
void | setVisible (bool visible) |
|
QRgb | color () |
|
void | setColor (const QRgb color) |
|
void | setPlotStyle (int style) |
|
const QString | valueUnitLabel () |
|
void | setValueUnits (int val_units) |
|
const QString | valueUnitField () |
|
void | setValueUnitField (const QString &vu_field) |
|
unsigned int | movingAveragePeriod () |
|
void | setInterval (int interval) |
|
bool | addToLegend () |
|
bool | removeFromLegend () |
|
QCPGraph * | graph () |
|
QCPBars * | bars () |
|
double | startOffset () |
|
int | packetFromTime (double ts) |
|
double | getItemValue (int idx, const capture_file *cap_file) const |
|
int | maxInterval () const |
|
QString | scaledValueUnit () const |
|
void | clearAllData () |
|
|
unsigned int | moving_avg_period_ |
|
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/io_graph_dialog.h
- ui/qt/moc_io_graph_dialog.cpp
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/io_graph_dialog.cpp