An accordion frame for editing packet list column properties.
More...
#include <column_editor_frame.h>
|
|
void | columnEdited () |
| | Signal emitted when a column's properties have been successfully edited.
|
| |
| void | visibilityChanged (bool visible) |
| | Emitted when the frame's visibility changes.
|
| |
|
| | ColumnEditorFrame (QWidget *parent=nullptr) |
| | Constructs a new ColumnEditorFrame.
|
| |
|
| ~ColumnEditorFrame () |
| | Destroys the ColumnEditorFrame.
|
| |
| void | editColumn (int column) |
| | Sets up the editor for a specific column index.
|
| |
| | AccordionFrame (QWidget *parent=0) |
| | Create an AccordionFrame with the given parent.
|
| |
|
void | animatedShow () |
| | Show the frame with a slide-down animation.
|
| |
|
void | animatedHide () |
| | Hide the frame with a slide-up animation.
|
| |
|
void | updateStyleSheet () |
| | Reapply the stylesheet after a palette or style change.
|
| |
|
| virtual void | showEvent (QShowEvent *event) |
| | Handles the show event for the frame.
|
| |
| virtual void | keyPressEvent (QKeyEvent *event) |
| | Handles key press events, typically for accepting/rejecting the dialog.
|
| |
|
virtual void | hideEvent (QHideEvent *) |
| | Emit visibilityChanged(false) when the frame is hidden.
|
| |
An accordion frame for editing packet list column properties.
◆ ColumnEditorFrame()
| ColumnEditorFrame::ColumnEditorFrame |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Constructs a new ColumnEditorFrame.
- Parameters
-
| parent | The parent widget, defaults to nullptr. |
◆ editColumn()
| void ColumnEditorFrame::editColumn |
( |
int |
column | ) |
|
Sets up the editor for a specific column index.
- Parameters
-
| column | The index of the column to edit. |
◆ keyPressEvent()
| void ColumnEditorFrame::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
Handles key press events, typically for accepting/rejecting the dialog.
- Parameters
-
| event | The key press event details. |
◆ showEvent()
| void ColumnEditorFrame::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Handles the show event for the frame.
- Parameters
-
| event | The show event details. |
Reimplemented from AccordionFrame.
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/column_editor_frame.h
- /builds/wireshark/wireshark/ui/qt/column_editor_frame.cpp