#include "epan/funnel.h"
#include "geometry_state_dialog.h"
#include <QDialog>
Go to the source code of this file.
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
◆ text_window_add_button()
Adds a button to the text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
| funnel_button | Pointer to the funnel button structure. |
| label | The label for the button. |
◆ text_window_append()
Append text to a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
| text | The text to append. |
◆ text_window_clear()
Clears the text in the funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
◆ text_window_destroy()
Destroys a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
◆ text_window_get_text()
Gets the text from a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
- Returns
- A pointer to the text in the window.
◆ text_window_prepend()
Prepend text to a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
| text | The text to prepend. |
◆ text_window_set_close_cb()
| void text_window_set_close_cb |
( |
funnel_text_window_t * |
ftw, |
|
|
text_win_close_cb_t |
close_cb, |
|
|
void * |
close_cb_data |
|
) |
| |
Set the close callback for a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
| close_cb | The callback function to be called when the window is closed. |
| close_cb_data | User data to be passed to the close callback function. |
◆ text_window_set_editable()
Set the editable state of the text window.
- Parameters
-
| ftw | Pointer to the funnel text window structure. |
| editable | Boolean indicating whether the text window should be editable. |
◆ text_window_set_text()
Set the text in a funnel text window.
- Parameters
-
| ftw | Pointer to the funnel text window. |
| text | The new text to set. |