Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
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 |
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
|
© Copyright 2016, 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.