#include "Inductor.h"
Public Member Functions | |
Inductor (std::string capacity, std::string itemName, std::string editorName, ot::UID Uid, std::string netlistName) | |
~Inductor () | |
std::string | type () const override |
const std::string | getInductance () const |
std::string | setInductance (std::string inductance) |
Public Member Functions inherited from CircuitElement | |
CircuitElement (std::string itemName, std::string editorName, ot::UID Uid, std::string netlistName) | |
virtual | ~CircuitElement () |
std::string | getItemName () |
std::string | getEditorName () |
ot::UID | getUID () |
std::map< std::string, Connection > & | getList () |
std::string | getNetlistName () |
std::string | getCustomName () |
void | setItemName (std::string name) |
void | setEditorName (std::string name) |
void | setUID (ot::UID id) |
void | setNetlistName (std::string name) |
void | setCustomName (std::string name) |
void | addConnection (std::string connactable, const Connection &obj) |
Additional Inherited Members | |
Protected Attributes inherited from CircuitElement | |
std::string | m_itemName |
std::string | m_editorName |
ot::UID | m_Uid |
std::string | m_netlistName |
std::string | m_customName |
std::map< std::string, Connection > | m_listOfConnections |
Inductor::Inductor | ( | std::string | capacity, |
std::string | itemName, | ||
std::string | editorName, | ||
ot::UID | Uid, | ||
std::string | netlistName ) |
Inductor::~Inductor | ( | ) |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements CircuitElement.