My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
input Class Reference

#include <input.h>

Inheritance diagram for input:
Inheritance graph
[legend]
Collaboration diagram for input:
Collaboration graph
[legend]

Public Member Functions

 input ()
 
 input (char *)
 
 ~input ()
 
int netlist (net *)
 
FILE * getFile (void)
 
void setFile (FILE *f)
 
void factory (void)
 
circuitcreateCircuit (char *)
 
analysiscreateAnalysis (char *)
 
substratecreateSubstrate (char *)
 
environmentgetEnv (void)
 
void setEnv (environment *e)
 
- Public Member Functions inherited from object
 object ()
 
 object (const char *)
 
 object (const object &)
 
virtual ~object ()
 
objectgetNext (void)
 
void setNext (object *o)
 
objectgetPrev (void)
 
void setPrev (object *o)
 
void setName (const char *)
 
char * getName (void)
 
void addProperty (property *)
 
propertyaddProperty (const char *, const char *)
 
propertyaddProperty (const char *, nr_double_t)
 
propertyaddProperty (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 *)
 
vectorgetPropertyVector (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)
 

Static Public Member Functions

static void assignDefaultProperties (object *, struct define_t *)
 
static vectorcreateVector (struct value_t *)
 

Detailed Description

Definition at line 33 of file input.h.

Constructor & Destructor Documentation

input::input ( )

Definition at line 52 of file input.cpp.

input::input ( char *  file)

Definition at line 59 of file input.cpp.

Here is the call graph for this function:

input::~input ( )

Definition at line 70 of file input.cpp.

Member Function Documentation

void input::assignDefaultProperties ( object obj,
struct define_t def 
)
static

Definition at line 303 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

analysis * input::createAnalysis ( char *  type)

Definition at line 336 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

circuit * input::createCircuit ( char *  type)

Definition at line 326 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

substrate * input::createSubstrate ( char *  type)

Definition at line 346 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

vector * input::createVector ( struct value_t values)
static

Definition at line 112 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void input::factory ( void  )

Definition at line 120 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

environment* input::getEnv ( void  )
inline

Definition at line 46 of file input.h.

FILE* input::getFile ( void  )
inline

Definition at line 40 of file input.h.

Here is the caller graph for this function:

int input::netlist ( net netlist)

Definition at line 79 of file input.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void input::setEnv ( environment e)
inline

Definition at line 47 of file input.h.

Here is the caller graph for this function:

void input::setFile ( FILE *  f)
inline

Definition at line 41 of file input.h.


The documentation for this class was generated from the following files: