KiCad PCB EDA Suite
Loading...
Searching...
No Matches
painter.cpp
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck <
[email protected]
>
5
* Copyright (C) 2013 CERN
6
* @author Tomasz Wlostowski <
[email protected]
>
7
* @author Maciej Suminski <
[email protected]
>
8
*
9
* This program is free software; you can redistribute it and/or
10
* modify it under the terms of the GNU General Public License
11
* as published by the Free Software Foundation; either version 2
12
* of the License, or (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program; if not, you may find one here:
21
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
22
* or you may search the http://www.gnu.org website for the version 2 license,
23
* or you may write to the Free Software Foundation, Inc.,
24
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
25
*/
26
27
#include <
gal/painter.h
>
28
#include <
gal/graphics_abstraction_layer.h
>
29
30
using namespace
KIGFX
;
31
32
PAINTER::PAINTER
(
GAL
* aGal ) :
33
m_gal( aGal )
34
{
35
}
36
37
38
PAINTER::~PAINTER
()
39
{
40
}
KIGFX::GAL
Abstract interface for drawing on a 2D-surface.
Definition:
graphics_abstraction_layer.h:61
KIGFX::PAINTER::~PAINTER
virtual ~PAINTER()
Definition:
painter.cpp:38
KIGFX::PAINTER::PAINTER
PAINTER(GAL *aGal)
Initialize this object for painting on any of the polymorphic GRAPHICS_ABSTRACTION_LAYER* derivatives...
Definition:
painter.cpp:32
graphics_abstraction_layer.h
KIGFX
The Cairo implementation of the graphics abstraction layer.
Definition:
color4d.cpp:247
painter.h
src
common
gal
painter.cpp
Generated on Sun Nov 24 2024 00:04:45 for KiCad PCB EDA Suite by
1.9.6