Play 'round
Public Member Functions | Protected Attributes
Shape Class Reference

Base class for all the drawable components. More...

#include <Shape.h>

Inheritance diagram for Shape:
Line Spiral Text Widget Engine Joint Plucker RoundPad SoundSource Track String LineTrack SpiralTrack

List of all members.

Public Member Functions

virtual void draw ()=0
virtual void setColor (Color color)
virtual void setDotted (bool fDotted)
virtual void setDirected (bool fDirected)
virtual void setLineWidth (float lineWidth)

Protected Attributes

Color m_color
bool m_fDotted
bool m_fDirected
float m_lineWidth

Detailed Description

Base class for all the drawable components.


The documentation for this class was generated from the following file:
 All Classes Functions Enumerations