RenderControl Class Reference

A RenderControl object is created to control the interruption of rendering. It provides a Stop function which can be called by a rendering routine to determine whether or not it should stop. More...

#include <rndctrl.h>

Inheritance diagram for RenderControl:

CCObject SimpleCCObject List of all members.

Public Member Functions

 RenderControl ()
 Default Constructor for RenderControl Class.
BOOL StopRendering ()
 Called by a rendering routine to determine whether it should stop or not.

Detailed Description

A RenderControl object is created to control the interruption of rendering. It provides a Stop function which can be called by a rendering routine to determine whether or not it should stop.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/5/93

Definition at line 121 of file rndctrl.h.


Constructor & Destructor Documentation

RenderControl::RenderControl  ) 
 

Default Constructor for RenderControl Class.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/5/93
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 127 of file rndctrl.cpp.

00128 {
00129 }


Member Function Documentation

BOOL RenderControl::StopRendering  ) 
 

Called by a rendering routine to determine whether it should stop or not.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/5/93
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
TRUE if you should stop

Errors: -

See also:
-

Definition at line 147 of file rndctrl.cpp.

00148 {
00149     return FALSE;   // Force foreground rendering for now !!
00150 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:00:28 2007 for Camelot by  doxygen 1.4.4