• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching defs:COScopeCtrl

41 BEGIN_EVENT_TABLE(COScopeCtrl,wxControl)
42 EVT_PAINT(COScopeCtrl::OnPaint)
43 EVT_SIZE(COScopeCtrl::OnSize)
58 COScopeCtrl::COScopeCtrl(int cntTrends, int nDecimals, StatsGraphType type, wxWindow* parent)
101 Connect(timerRedraw.GetId(), wxEVT_TIMER, (wxObjectEventFunction) &COScopeCtrl::OnTimer);
110 COScopeCtrl::~COScopeCtrl()
116 void COScopeCtrl::SetRange(float fLower, float fUpper, unsigned iTrend)
134 void COScopeCtrl::SetRanges(float fLower, float fUpper)
142 void COScopeCtrl::SetYUnits(const wxString& strUnits, const wxString& strMin, const wxString& strMax)
151 void COScopeCtrl::SetGridColor(const wxColour& cr)
163 void COScopeCtrl::SetPlotColor(const wxColour& cr, unsigned iTrend)
174 void COScopeCtrl::SetBackgroundColor(const wxColour& cr)
187 void COScopeCtrl::RecreateGrid()
271 void COScopeCtrl::AppendPoints(double sTimestamp, const std::vector<float *> &apf)
291 void COScopeCtrl::OnPaint(wxPaintEvent& WXUNUSED(evt))
337 void COScopeCtrl::OnSize(wxSizeEvent& WXUNUSED(evt))
375 void COScopeCtrl::ShiftGraph(unsigned cntPoints)
395 unsigned COScopeCtrl::GetPlotY(float fPlot, PlotData_t* ppds)
407 void COScopeCtrl::DrawPoints(const std::vector<float *> &apf, unsigned cntPoints)
442 void COScopeCtrl::PlotHistory(unsigned cntPoints, bool bShiftGraph, bool bRefresh)
475 wxT("Error: COScopeCtrl::PlotHistory: Insuficient memory, cntPoints == ")) <<
487 void COScopeCtrl::PlotHistory(unsigned, bool, bool)
493 void COScopeCtrl::RecreateGraph(bool bRefresh)
506 void COScopeCtrl::Reset(double sNewPeriod)
517 void COScopeCtrl::Stop()
525 void COScopeCtrl::InvalidateCtrl(bool bInvalidateGraph, bool bInvalidateGrid)
541 void COScopeCtrl::OnTimer(wxTimerEvent& WXUNUSED(evt))