|
void | setChildRange (int min, int max) |
|
|
| OverlayScrollBar (Qt::Orientation orientation, QWidget *parent=0) |
|
virtual QSize | sizeHint () const |
|
void | setNearOverlayImage (QImage &overlay_image, int packet_count=-1, int start_pos=-1, int end_pos=-1, int selected_pos=-1) |
|
void | setMarkedPacketImage (QImage &mp_image) |
|
QRect | grooveRect () |
|
|
virtual void | resizeEvent (QResizeEvent *event) |
|
virtual void | paintEvent (QPaintEvent *event) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
virtual void | mousePressEvent (QMouseEvent *) |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) |
|
QRect OverlayScrollBar::grooveRect |
( |
| ) |
|
The "groove" area of the child scrollbar.
void OverlayScrollBar::setMarkedPacketImage |
( |
QImage & |
mp_image | ) |
|
Set the "far" overlay image.
- Parameters
-
mp_image | An image showing the position of marked, ignored, and reference time packets over the entire packet list. It should be sized in device pixels. |
void OverlayScrollBar::setNearOverlayImage |
( |
QImage & |
overlay_image, |
|
|
int |
packet_count = -1 , |
|
|
int |
start_pos = -1 , |
|
|
int |
end_pos = -1 , |
|
|
int |
selected_pos = -1 |
|
) |
| |
Set the "near" overlay image.
- Parameters
-
overlay_image | An image containing a 1:1 mapping of nearby packet colors to raster lines. It should be sized in device pixels. |
start_pos | The first packet number represented by the image. -1 means no packet is selected. |
end_pos | The last packet number represented by the image. -1 means no packet is selected. |
selected_pos | The position of the selected packet within the image. -1 means no packet is selected. |
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/widgets/overlay_scroll_bar.h
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/widgets/overlay_scroll_bar.cpp