![]() |
Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Slots | |
void | recalcGraphData (capture_file *cap_file) |
void | captureEvent (const CaptureEvent &e) |
void | reloadValueUnitField () |
Signals | |
void | requestReplot () |
void | requestRecalc () |
void | requestRetap () |
Public Member Functions | |
IOGraph (QCustomPlot *parent) | |
QString | configError () const |
void | setAOT (bool asAOT) |
bool | getAOT () const |
QString | filter () const |
bool | setFilter (const QString &filter) |
void | setVisible (bool visible) |
bool | needRetap () const |
void | setNeedRetap (bool retap) |
void | setPlotStyle (PlotStyles style) |
QString | valueUnitLabel () const |
format_size_units_e | formatUnits () const |
io_graph_item_unit_t | valueUnits () const |
void | setValueUnits (int val_units) |
QString | valueUnitField () const |
void | setValueUnitField (const QString &vu_field) |
unsigned int | movingAveragePeriod () const |
void | setInterval (int interval) |
int | packetFromTime (double ts) const |
bool | hasItemToShow (int idx, double value) const |
double | getItemValue (int idx, const capture_file *cap_file) const |
int | maxInterval () const |
void | clearAllData () |
![]() | |
Graph (QCustomPlot *parent) | |
QString | name () const |
void | setName (const QString &name) |
QRgb | color () const |
void | setColor (const QRgb color) |
bool | visible () const |
void | setVisible (bool visible) |
unsigned int | yAxisFactor () const |
void | setYAxisFactor (unsigned int y_axis_factor) |
QCPGraph * | graph () const |
QCPBars * | bars () const |
bool | addToLegend () |
bool | setPlotStyle (PlotStyles style) |
nstime_t | startTime () const |
Public Attributes | |
unsigned int | moving_avg_period_ |
![]() | |
const qreal | graph_line_width_ = 1.0 |
Additional Inherited Members | |
![]() | |
enum | PlotStyles { psLine , psDotLine , psStepLine , psDotStepLine , psImpulse , psBar , psStackedBar , psDot , psSquare , psDiamond , psCross , psPlus , psCircle } |
![]() | |
void | applyCurrentColor () |
bool | removeFromLegend () |
void | clearAllData () |
double | startOffset () const |
![]() | |
QCustomPlot * | parent_ |
QCPGraph * | graph_ |
QCPBars * | bars_ |
QString | name_ |
QBrush | color_ |
bool | visible_ |
unsigned int | y_axis_factor_ |
nstime_t | start_time_ |