|
|
| SplashOverlay (QWidget *parent=0) |
| |
|
void | fadeOut () |
| |
|
|
void | paintEvent (QPaintEvent *event) override |
| |
|
| void | splash_update (register_action_e action, const char *message, void *dummy) |
| | Updates the splash overlay with a new action and message.
|
| |
◆ splash_update
| void splash_update |
( |
register_action_e |
action, |
|
|
const char * |
message, |
|
|
void * |
dummy |
|
) |
| |
|
friend |
Updates the splash overlay with a new action and message.
This function is called to update the state of the splash overlay, which could be used to display different actions or messages to the user.
- Parameters
-
| action | The type of action to perform on the splash overlay. |
| message | A string message to display along with the action. |
| dummy | A dummy parameter that is not used and can be ignored. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/widgets/splash_overlay.h
- /builds/wireshark/wireshark/ui/qt/widgets/splash_overlay.cpp