Go to the documentation of this file. 1 #ifndef GENERALBRUSH_HPP
2 #define GENERALBRUSH_HPP
4 #include <SFML/Graphics/Color.hpp>
19 virtual void setColor(sf::Color) = 0;
22 virtual std::vector<std::vector<int>>
getShader() = 0;
@ large
Definition: GeneralBrush.hpp:8
virtual void setColor(sf::Color)=0
virtual sf::Color getColor()=0
size
Definition: GeneralBrush.hpp:8
@ medium
Definition: GeneralBrush.hpp:8
virtual void setSize(size)=0
GeneralBrush class which represent the brush instance when drawing on the canvas.
Definition: GeneralBrush.hpp:13
virtual std::vector< std::vector< int > > getShader()=0
@ small
Definition: GeneralBrush.hpp:8
virtual ~GeneralBrush()
Definition: GeneralBrush.hpp:17