Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Types | Public Slots | Signals | Public Member Functions | Public Attributes | List of all members
IOGraph Class Reference
Inheritance diagram for IOGraph:

Public Types

enum  PlotStyles {
  psLine , psDotLine , psStepLine , psDotStepLine ,
  psImpulse , psBar , psStackedBar , psDot ,
  psSquare , psDiamond , psCross , psPlus ,
  psCircle
}
 

Public Slots

void recalcGraphData (capture_file *cap_file)
 
void captureEvent (CaptureEvent e)
 
void reloadValueUnitField ()
 

Signals

void requestReplot ()
 
void requestRecalc ()
 
void requestRetap ()
 

Public Member Functions

 IOGraph (QCustomPlot *parent)
 
QString configError () const
 
QString name () const
 
void setName (const QString &name)
 
void setAOT (bool asAOT)
 
bool getAOT () const
 
QString filter () const
 
bool setFilter (const QString &filter)
 
void applyCurrentColor ()
 
bool visible () const
 
void setVisible (bool visible)
 
bool needRetap () const
 
void setNeedRetap (bool retap)
 
QRgb color () const
 
void setColor (const QRgb color)
 
void setPlotStyle (int 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)
 
bool addToLegend ()
 
bool removeFromLegend ()
 
QCPGraph * graph () const
 
QCPBars * bars () const
 
double startOffset () const
 
nstime_t startTime () const
 
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 ()
 

Public Attributes

unsigned int moving_avg_period_
 
unsigned int y_axis_factor_
 

The documentation for this class was generated from the following files: