VkFatalErrorDialog(3x) VkFatalErrorDialog(3x)
VkFatalErrorDialog - Simple manager for fatal error dialogs
VkErrorDialog : VkDialogManager : VkComponent : VkCallbackObject
#include <Vk/VkFatalErrorDialog.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkFatalErrorDialog(const char* name);
virtual void ~VkFatalErrorDialog(void);
This class displays a Motif error dialog which will terminate the
application when the user hits the "OK" button. Applications
typically use the globally available dialog theFatalErrorDialog to
post their last errors.
FUNCTION DESCRIPTIONS [Toc] [Back] VkFatalErrorDialog()
VkFatalErrorDialog(const char* name);
Initializes a VkFatalErrorDialog object. This dialog should not be
instantiated directly, instead use the globally instantiated dialog
theFatalErrorDialog.
~VkFatalErrorDialog()
virtual void ~VkFatalErrorDialog(void);
Frees the storage associated with a VkFatalErrorDialog object. The
global VkFatalErrorDialog object should not be freed.
DATA MEMBER DESCRIPTIONS [Toc] [Back]INHERITED MEMBER FUNCTIONS
Inherited from VkErrorDialog
createDialog(), VkErrorDialog(), ~VkErrorDialog()
Inherited from VkDialogManager [Toc] [Back]
show(), hide(), className(), prepost(), apply(), setTitle(),
setButtonLabels(), unpost(), unpost(), unpostAll(),
centerOnScreen(), lastPosted(), post(), postModal(), postBlocked(),
postAndWait(), _action, _showOK, _showCancel, _showApply,
_allowMultipleDialogs, _minimizeMultipleDialogs, prepostCallback
Page 1
VkFatalErrorDialog(3x) VkFatalErrorDialog(3x)
Inherited from VkComponent [Toc] [Back]
installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
setDefaultResources(), getResources(), callCallbacks(),
VkComponent(), manage(), unmanage(), baseWidget(), okToQuit(),
_name, _baseWidget, _w, deleteCallback
Inherited from VkCallbackObject [Toc] [Back]
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks()
VIEWKIT 2.1 CHANGES
In multi-screen enabled applications or components, references to
theFatalErrorDialog will only be valid for the default screen in the
application. The following new function API will return the
VkFatalErrorDialog associated with the appropriate screen and should be
used instead of theFatalErrorDialog;
VkFatalErrorDialog *getAppFatalErrorDialog(VkComponent *comp);
CLASSES USED BY THIS CLASS
VkApp
VkErrorDialog, VkDialogManager, VkComponent, VkApp
ViewKit Programmer's Guide
The X Window System, DEC Press, Bob Sheifler and Jim Gettys
The X Window System Toolkit, DEC Press, Paul Asente and Ralph Swick
The OSF/Motif Programmers Reference, Prentice Hall, OSF
PPPPaaaaggggeeee 2222 [ Back ]
|