![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/ilv.h>#include <ilviews/base/view.h>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 | |
| enum | IlvFileSelectorType { IlvFileSelectorLoad, IlvFileSelectorSave } |
The different types of dialog boxes that are created by the class | |
[library display ilviews/util/dialogs.h] Declaration of the system dialog classes.
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.
| IlvDialogStyleQuestion |
The
|
| IlvDialogStyleInformation |
The
|
| IlvDialogStyleWarning |
The
|
| enum IlvFileSelectorType |
The different types of dialog boxes that are created by the class IlvFileSelector.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.