|
System Utilities
C4Engine.h
class ReporterTheReporter class handles messages passed to the system report chain.
Definition
Constructor
Parameters
Description
The Reporter class encapsulates a procedure that is invoked when the Engine::Report function is called. Once an instance of the Reporter class has been constructed, it can be installed by calling the Engine::InstallReporter function.When a message is reported, the procedures corresponding to all installed reporters are invoked. The ReportProc type is defined as follows.
text and flags parameters passed to the procedure pointed to by the proc parameter match those passed to the Engine::Report function. The data parameter passed to the procedure pointed to by the proc parameter matches the data parameter passed to the constructor of the Reporter class.A reporter is uninstalled by destroying its associated class instance. Base Classes
|