StreamRendererNothing Class Reference

Renders nothing, to avoid null ptrs when we don't want even a label rendered. More...

Inheritance diagram for StreamRendererNothing:
StreamRendererBase Contexted

Detailed Description

Renders nothing, to avoid null ptrs when we don't want even a label rendered.

Author
J. T. Lindgren

@ fixme this class inherits a lot of junk from the base class which is not initialized properly and hence cannot be used. but if just the interface below is used, its alright. Can't make base class private as we store the renderer as a pointer to the base.