lab_inheritance
Insidious Inheritance
 All Classes Namespaces Files Functions Variables
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCDrawableA pure virtual interface class that can draw itself to a canvas
|oCFlowerA subclass of Drawable that can draw a flower
|oCLineA subclass of Drawable that represents a line in 2D space
|oCShapeAn abstract base class that represents a Shape which has an area, perimeter, color, and can contain Vector2s
||oCCircleA subclass of Shape that represents a Circle in 2D space
||oCRectangleA subclass of Shape that represents a rectangle in 2D space
||\CTriangleA subclass of a Shape that represents a triangle in 2D space
|\CTruckA subclass of Drawable that can draw a truck
oCcs225::hslaColor
oCcs225::HSLAPixel
oCcs225::PNG
oCcs225::rgbaColor
\CVector2Represents a 2 dimensional vector