61 uint16_t channelType, uint16_t channelId, uint8_t direction,
62 bool maybe_empty=
false);
86 Ui::LteRlcGraphDialog *ui;
92 QRubberBand *rubber_band_;
105 QMultiMap<double, struct rlc_segment *> time_stamp_map_;
108 QMap<double, struct rlc_segment *> sequence_num_map_;
111 QCPGraph *base_graph_;
114 QCPGraph *reseg_graph_;
117 QCPGraph *acks_graph_;
120 QCPGraph *nacks_graph_;
123 QCPItemTracer *tracer_;
126 uint32_t packet_num_;
132 void completeGraph(
bool may_be_empty=
false);
145 void findChannel(
bool may_fail=
false);
156 void zoomAxes(
bool in);
162 void zoomXAxis(
bool in);
168 void zoomYAxis(
bool in);
175 void panAxes(
int x_pixels,
int y_pixels);
182 QRectF getZoomRanges(QRect zoom_rect);
188 void toggleTracerStyle(
bool force_default);
195 void showContextMenu(
const QPoint &pos);
201 void graphClicked(QMouseEvent *event);
207 void mouseMoved(QMouseEvent *event);
213 void mouseReleased(QMouseEvent *event);
224 void on_dragRadioButton_toggled(
bool checked);
230 void on_zoomRadioButton_toggled(
bool checked);
235 void on_resetButton_clicked();
240 void on_otherDirectionButton_clicked();
245 void on_actionReset_triggered();
250 void on_actionZoomIn_triggered();
255 void on_actionZoomOut_triggered();
260 void on_actionMoveUp10_triggered();
265 void on_actionMoveLeft10_triggered();
270 void on_actionMoveRight10_triggered();
275 void on_actionMoveDown10_triggered();
280 void on_actionMoveUp1_triggered();
285 void on_actionMoveLeft1_triggered();
290 void on_actionMoveRight1_triggered();
295 void on_actionMoveDown1_triggered();
300 void on_actionDragZoom_triggered();
305 void on_actionMoveUp100_triggered();
310 void on_actionMoveDown100_triggered();
315 void on_actionGoToPacket_triggered();
320 void on_actionCrosshairs_triggered();
325 void on_actionSwitchDirection_triggered();
330 void on_buttonBox_accepted();
void setChannelInfo(uint8_t rat, uint16_t ueid, uint8_t rlcMode, uint16_t channelType, uint16_t channelId, uint8_t direction, bool maybe_empty=false)
Sets the channel information manually.
Definition lte_rlc_graph_dialog.cpp:117