Classes | |
class | IlvFileSelector |
File selector system dialog. More... | |
class | IlvInformationDialog |
System dialog box class. More... | |
class | IlvPromptDialog |
String entry dialog. More... | |
class | IlvQuestionDialog |
A system dialog box that asks a question. More... | |
Typedefs | |
typedef void(* | IlvDialogCallback) (IlvInformationDialog *dialog, IlBoolean result, IlAny userArg) |
Enumerations | |
enum | IlvDialogStyle { IlvDialogStyleQuestion, IlvDialogStyleInformation, IlvDialogStyleWarning } |
The different types of IlvInformationDialog . More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the system dialog classes.
IlvDialogCallback |
This type defines the prototype of the functions that are used as callbacks by the class IlvInformationDialog
.
dialog | The instance of the dialog that triggers this callback. |
result | Set to IlTrue if the user pressed the OK button to close the dialog, and IlFalse if the Cancel button was used. |
userArg | The user parameter that was provided in the constructor of IlvInformationDialog . |
enum IlvDialogStyle |
The different types of IlvInformationDialog
.
The class IlvInformationDialog
can handle different sorts of dialog boxes. This type indicates which one is currently used.
Enumerator | |
---|---|
IlvDialogStyleQuestion | The
|
IlvDialogStyleInformation | The
|
IlvDialogStyleWarning | The
|