Views
Gadgets Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
stdialog.h File Reference
#include <ilviews/gadgets/idialog.h>
#include <ilviews/graphics/relfline.h>
#include <ilviews/gadgets/button.h>
#include <ilviews/graphics/attach.h>
#include <ilviews/graphics/icon.h>

Classes

class  IlvIErrorDialog
 Dialog class. More...
 
class  IlvIInformationDialog
 Dialog class. More...
 
class  IlvIMessageDialog
 Dialog class. More...
 
class  IlvIQuestionDialog
 Dialog class. More...
 
class  IlvIWarner
 Dialog class. More...
 

Enumerations

enum  IlvIDialogType { IlvDialogOk, IlvDialogOkCancel }
 

Detailed Description

Library: ilvgadgt
Declaration of the standard dialog classes

Enumeration Type Documentation

◆ IlvIDialogType

This enum type describes the different types of existing dialogs.

Enumerator
IlvDialogOk 

Only the Ok button is visible.

IlvDialogOkCancel 

Both the Ok and Cancel buttons are visible.