class Error

Class that is used to display an error message

Public Methods

Error(Widget parent, const char *message)
Constructor - takes parent widget and error message
~Error()
Destructor

Private Fields

SbBool deleteMe
Widget widget
If should be deleted in destroyCB

Private Methods

static void destroyCB(Widget, XtPointer, XtPointer)
Callback for when this is destroyed
static void okCB(Widget, XtPointer, XtPointer)
Callback for when the button is pressed

Documentation

Class that is used to display an error message.

Error(Widget parent, const char *message)
Constructor - takes parent widget and error message

~Error()
Destructor

SbBool deleteMe

Widget widget
If should be deleted in destroyCB

static void destroyCB(Widget, XtPointer, XtPointer)
Callback for when this is destroyed

static void okCB(Widget, XtPointer, XtPointer)
Callback for when the button is pressed


This class has no child classes.
Author:
Silicon Graphics Inc.
Version:
0.0
See Also:
tsSceneViewer

alphabetic index hierarchy of classes


This page is part of the tsKit's reference manual by Andreas Lücke.
Back to tsKit-Home

generated by doc++