Horizon
Loading...
Searching...
No Matches
tool_helper_get_symbol.hpp
1#pragma once
2#include "core/tool.hpp"
3
4namespace horizon {
5class ToolHelperGetSymbol : public virtual ToolBase {
6public:
7 using ToolBase::ToolBase;
8
9
10protected:
11 class SchematicSymbol *get_symbol();
12};
13} // namespace horizon
Definition schematic_symbol.hpp:15
Common interface for all Tools.
Definition tool_pub.hpp:94
Definition tool_helper_get_symbol.hpp:5