KiCad PCB EDA Suite
zoom_tool.h
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) 2017 KiCad Developers, see AUTHORS.txt for contributors.
5
*
6
* This program is free software: you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef _ZOOM_TOOL_H
21
#define _ZOOM_TOOL_H
22
23
#include <
tool/tool_interactive.h
>
24
25
class
EDA_DRAW_FRAME
;
26
27
28
class
ZOOM_TOOL
:
public
TOOL_INTERACTIVE
29
{
30
public
:
31
ZOOM_TOOL
();
32
~ZOOM_TOOL
();
33
35
void
Reset
(
RESET_REASON
aReason )
override
;
36
38
int
Main
(
const
TOOL_EVENT
& aEvent );
39
41
void
setTransitions
()
override
;
42
43
private
:
44
bool
selectRegion
();
45
EDA_DRAW_FRAME
*
m_frame
;
46
};
47
48
#endif // _ZOOM_TOOL_H
ZOOM_TOOL::m_frame
EDA_DRAW_FRAME * m_frame
Definition:
zoom_tool.h:45
ZOOM_TOOL::setTransitions
void setTransitions() override
Definition:
zoom_tool.cpp:151
ZOOM_TOOL::ZOOM_TOOL
ZOOM_TOOL()
Definition:
zoom_tool.cpp:31
tool_interactive.h
ZOOM_TOOL::~ZOOM_TOOL
~ZOOM_TOOL()
Definition:
zoom_tool.cpp:38
EDA_DRAW_FRAME
The base class for create windows for drawing purpose.
Definition:
eda_draw_frame.h:71
TOOL_EVENT
Generic, UI-independent tool event.
Definition:
tool_event.h:152
TOOL_INTERACTIVE
Definition:
tool_interactive.h:56
ZOOM_TOOL::Main
int Main(const TOOL_EVENT &aEvent)
Main loop.
Definition:
zoom_tool.cpp:47
ZOOM_TOOL
Definition:
zoom_tool.h:28
TOOL_BASE::RESET_REASON
RESET_REASON
Determine the reason of reset for a tool.
Definition:
tool_base.h:77
ZOOM_TOOL::Reset
void Reset(RESET_REASON aReason) override
Bring the tool to a known, initial state.
Definition:
zoom_tool.cpp:41
ZOOM_TOOL::selectRegion
bool selectRegion()
Definition:
zoom_tool.cpp:87
include
tool
zoom_tool.h
Generated on Wed May 25 2022 04:06:40 for KiCad PCB EDA Suite by
1.8.15