rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvIWarner Class Reference

Dialog class. More...

#include <ilviews/gadgets/stdialog.h>

Inheritance diagram for IlvIWarner:
IlvIMessageDialog IlvDialog IlvGadgetContainer IlvContainer IlvDrawingView IlvView IlvAbstractView IlvSystemPort IlvPort

List of all members.

Public Member Functions

 IlvIWarner (IlvDisplay *display, const char *const *strings, IlUShort count, IlBoolean copy=IlTrue, const char *fileordata=0, IlvIDialogType type=IlvDialogOk, IlvSystemView transientFor=0)
 Constructor.
 IlvIWarner (IlvDisplay *display, const char *title, const char *fileordata=0, IlvIDialogType type=IlvDialogOk, IlvSystemView transientFor=0)
 Constructor.

Detailed Description

Dialog class.

Library: ilvgadgt

The IlvIWarner class shows a warning message. The names of the graphic objects are displayed to let you change the default look of the dialog.

IlvIWarnera.gif


- IlvIWarner -

See also:
IlvIMessageDialog, IlvIInformationDialog, IlvIQuestionDialog, IlvIErrorDialog.

Constructor & Destructor Documentation

IlvIWarner::IlvIWarner ( IlvDisplay display,
const char *  title,
const char *  fileordata = 0,
IlvIDialogType  type = IlvDialogOk,
IlvSystemView  transientFor = 0 
)

Constructor.

Initializes a new instance of the IlvIWarner class.

Parameters:
display The connection to the display.
title The message to be displayed.
fileordata Specifies an alternative source of Rogue Wave Views data defining the user interface of this dialog. This data can be stored in a file, in which case fileordata represents the name of the file, or in a C++ string, in which case fileordata stands for the string itself. If fileordata is not specified, the default dialog is used.
type The type of the dialog. For details, see IlvIDialogType.
transientFor The system view for which the dialog is transient. For details, see the IlvView constructors.
IlvIWarner::IlvIWarner ( IlvDisplay display,
const char *const *  strings,
IlUShort  count,
IlBoolean  copy = IlTrue,
const char *  fileordata = 0,
IlvIDialogType  type = IlvDialogOk,
IlvSystemView  transientFor = 0 
)

Constructor.

Initializes a new instance of the IlvIWarner class.

Parameters:
display The connection to the display.
strings An array of strings representing the message to be displayed.
count The number of elements in the strings array.
copy Not used.
fileordata Specifies an alternative source of Rogue Wave Views data defining the user interface of this dialog. This data can be stored in a file, in which case fileordata represents the name of the file, or in a C++ string, in which case fileordata stands for the string itself. If fileordata is not specified, the default dialog is used.
type The type of the dialog. For details, see IlvIDialogType.
transientFor The system view for which the dialog is transient. For details, see the IlvView constructors.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.