Notification and error functions utility header file. More...
Go to the source code of this file.
Namespaces | |
| namespace | VR3Notifier |
Notification and error functions namespace. | |
Functions | |
| void | VR3Notifier::NotifyError (int entnum, int errnum) |
| Notifies an error to the user and terminate the application. | |
| void | VR3Notifier::NotifyError (int entnum, const char *string) |
| Notifies an error to the user and terminate the application. | |
| void | VR3Notifier::NotifyWarning (int entnum, int warnum) |
| Notifies a warning to the user. | |
| void | VR3Notifier::NotifyWarning (int entnum, const char *string) |
| Notifies a warning to the user. | |
| void | VR3Notifier::Verbose (bool verbose) |
| Enables or disables the verbose mode. | |
Notification and error functions utility header file.
This header file declares some utility functions to notify error and warning conditions.
Definition in file VR3Notifier.h.
1.7.2