Namespaces | Functions

include/VR3Notifier.h File Reference

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.

Detailed Description

Notification and error functions utility header file.

Author:
Daniele Giannetti
Version:
1.0
Date:
August 2010

This header file declares some utility functions to notify error and warning conditions.

Definition in file VR3Notifier.h.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines