Vuo 2.4.4
Loading...
Searching...
No Matches
Functions | Variables
VuoErrorDialog.cc File Reference

Description

VuoErrorDialog implementation.

Definition in file VuoErrorDialog.cc.

Go to the source code of this file.

Functions

void VuoDialogQueue_push (QDialog *dialog)
 Shows a dialog.
 

Variables

QDialog * VuoDialogQueue_activeDialog = nullptr
 The dialog currently being shown, if any.
 
QVector< QDialog * > VuoDialogQueue
 Dialogs to be shown after the current dialog.
 

Function Documentation

◆ VuoDialogQueue_push()

void VuoDialogQueue_push ( QDialog *  dialog)

Shows a dialog.

If another dialog is currently being shown, this method enqueues the new dialog to be shown after all other existing dialogs have been dismissed.

Definition at line 26 of file VuoErrorDialog.cc.

Variable Documentation

◆ VuoDialogQueue

QVector<QDialog *> VuoDialogQueue

Dialogs to be shown after the current dialog.

Definition at line 18 of file VuoErrorDialog.cc.

◆ VuoDialogQueue_activeDialog

QDialog* VuoDialogQueue_activeDialog = nullptr

The dialog currently being shown, if any.

Definition at line 16 of file VuoErrorDialog.cc.