Horizon
horizon-eda-1.3.0
src
core
tools
tool_helper_get_symbol.hpp
1
#pragma once
2
#include "core/tool.hpp"
3
4
namespace
horizon {
5
class
ToolHelperGetSymbol
:
public
virtual
ToolBase
{
6
public
:
7
ToolHelperGetSymbol
(
IDocument
*c, ToolID tid) :
ToolBase
(c, tid)
8
{
9
}
10
11
protected
:
12
class
SchematicSymbol
*get_symbol();
13
};
14
}
// namespace horizon
horizon::IDocument
Definition:
idocument.hpp:5
horizon::SchematicSymbol
Definition:
schematic_symbol.hpp:17
horizon::ToolBase
Common interface for all Tools.
Definition:
tool.hpp:121
horizon::ToolHelperGetSymbol
Definition:
tool_helper_get_symbol.hpp:5
Generated by
1.8.20