|
MP4
Stacks and Queues
|
| animation.cpp | Implementation of the animation class |
| animation.h | Defintion for a class that encapsulates creating animated images from a set of PNG object frames |
| colorPicker.h | Definition of a color picker abstract base class |
| filler.cpp | Implementation of functions in the filler namespace |
| filler.h | Defintion of a filler namespace |
| gradientColorPicker.h | Definition of a gradient color picker |
| gridColorPicker.h | Definition of a grid color picker |
| ordering_structure.h | Definition of an abstract ordering structure class |
| png.cpp | Implementation of the PNG class for the EasyPNG library |
| png.h | Definition of the PNG class for the EasyPNG library |
| queue.cpp | Implementation of the Queue class |
| queue.h | Definition of the Queue class |
| rgbapixel.cpp | Implementation of the RGBAPixel class for the EasyPNG library |
| rgbapixel.h | Definition of the RGBAPixel class for the EasyPNG library |
| solidColorPicker.h | Definition of a solid color picker |
| stack.cpp | Implementation of the Stack class |
| stack.h | Definition of the Stack class |