omni.kit.window.popup_dialog Classes

Classes Summary:

FormDialog

A simple popup dialog with a set of input fields and two buttons, OK and Cancel

FormWidget

A simple form widget with a set of input fields. As opposed to the dialog class, the widget can be combined

InputDialog

A simple popup dialog with an input field and two buttons, OK and Cancel

InputWidget

A simple widget with an input field. As opposed to the dialog class, the widget can be combined

MessageDialog

This simplest of all popup dialogs displays a confirmation message before executing an action.

MessageWidget

This widget displays a custom message. As opposed to the dialog class, the widget can be combined

OptionsDialog

A simple checkbox dialog with a set options and two buttons, OK and Cancel

OptionsMenu

A simple checkbox menu with a set of options

OptionsMenuWidget

A simple checkbox widget with a set of options. As opposed to the menu class, the widget can be combined

OptionsWidget

A simple checkbox widget with a set options. As opposed to the dialog class, the widget can be combined

PopupDialog

Base class for a simple popup dialog with two primary buttons, OK and Cancel.