PumpkinBrush
src Directory Reference
Directory dependency graph for src:
src

Files

file  App.cpp
 Main class for program.
 
file  Brush.cpp
 
file  BrushFactory.cpp
 
file  Clear.cpp
 This class represents a clear canvas command in the mini paint app.
 
file  Command.cpp
 Implementation of Command.hpp.
 
file  Draw.cpp
 Draw implementation, all drawing actions are commands.
 
file  Erase.cpp
 This class represents a pixel erasing command in the mini paint app.
 
file  Gui.cpp
 A GUI class that renders a gui window and operation widgets for the mini paint app.
 
file  main.cpp
 Entry point into the program.
 
file  Pen.cpp
 
file  Server.cpp
 Server that will receive commands from Clients and send commands to Clients allowing concurrently operations on multiple canvases.