My Project
0.0.16
QUCS Mapping
|
#include <substrate.h>
Public Member Functions | |
MCREATOR (substrate) | |
substrate (const substrate &) | |
~substrate () | |
Public Member Functions inherited from object | |
object () | |
object (const char *) | |
object (const object &) | |
virtual | ~object () |
object * | getNext (void) |
void | setNext (object *o) |
object * | getPrev (void) |
void | setPrev (object *o) |
void | setName (const char *) |
char * | getName (void) |
void | addProperty (property *) |
property * | addProperty (const char *, const char *) |
property * | addProperty (const char *, nr_double_t) |
property * | addProperty (const char *, variable *) |
void | setProperty (const char *, char *) |
void | setProperty (const char *, nr_double_t) |
void | setScaledProperty (const char *, nr_double_t) |
void | setProperty (const char *, variable *) |
vector * | getPropertyVector (const char *) |
char * | getPropertyString (const char *) |
char * | getPropertyReference (const char *) |
nr_double_t | getPropertyDouble (const char *) |
nr_double_t | getScaledProperty (const char *) |
int | getPropertyInteger (const char *) |
bool | hasProperty (const char *) |
bool | isPropertyGiven (const char *) |
void | copyProperties (property *) |
void | deleteProperties (void) |
int | countProperties (void) |
char * | propertyList (void) |
Public Attributes | |
SUBST | |
PROP_COMPONENT | |
PROP_SUBSTRATE | |
PROP_LINEAR | |
Definition at line 56 of file substrate.cpp.
substrate::substrate | ( | const substrate & | c | ) |
Definition at line 33 of file substrate.cpp.
substrate::~substrate | ( | ) |
Definition at line 42 of file substrate.cpp.
substrate::MCREATOR | ( | substrate | ) |
substrate::PROP_COMPONENT |
Definition at line 57 of file substrate.cpp.
substrate::PROP_LINEAR |
Definition at line 57 of file substrate.cpp.
substrate::PROP_SUBSTRATE |
Definition at line 57 of file substrate.cpp.
substrate::SUBST |
Definition at line 57 of file substrate.cpp.