Whiteboard
An interface and tools for visualizing large and complex datasets
Public Member Functions | Protected Attributes | List of all members
ns_whiteboard::decorator Class Reference

#include <Whiteboard.h>

Inheritance diagram for ns_whiteboard::decorator:
ns_whiteboard::graphic

Public Member Functions

 decorator (graphic *g)
 
virtual void Draw (display_type *d)
 
virtual ~decorator ()
 
- Public Member Functions inherited from ns_whiteboard::graphic
 graphic ()
 
virtual ~graphic ()
 

Protected Attributes

graphicmp_graphic
 

Constructor & Destructor Documentation

ns_whiteboard::decorator::decorator ( graphic g)
inline
virtual ns_whiteboard::decorator::~decorator ( )
inlinevirtual

Member Function Documentation

virtual void ns_whiteboard::decorator::Draw ( display_type d)
inlinevirtual

Abstract method to draw an object.

Implements ns_whiteboard::graphic.

Member Data Documentation

graphic* ns_whiteboard::decorator::mp_graphic
protected

The documentation for this class was generated from the following file: