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

#include <sweep.h>

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

Public Member Functions

 sweep ()
 
 sweep (const char *)
 
 sweep (sweep &)
 
 ~sweep ()
 
int getSize (void)
 
int getType (void)
 
nr_double_t get (int)
 
nr_double_t next (void)
 
nr_double_t prev (void)
 
void set (int, nr_double_t)
 
void setSize (int)
 
char * toString (void)
 
void reverse (void)
 
void reset (void)
 
objectgetParent (void)
 
void setParent (object *p)
 
- 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)
 

Protected Attributes

int type
 

Detailed Description

Definition at line 38 of file sweep.h.

Constructor & Destructor Documentation

sweep::sweep ( )

Definition at line 41 of file sweep.cpp.

sweep::sweep ( const char *  n)

Definition at line 50 of file sweep.cpp.

sweep::sweep ( sweep s)

Definition at line 66 of file sweep.cpp.

sweep::~sweep ( )

Definition at line 59 of file sweep.cpp.

Member Function Documentation

nr_double_t sweep::get ( int  idx)

Definition at line 78 of file sweep.cpp.

Here is the caller graph for this function:

object* sweep::getParent ( void  )
inline

Definition at line 55 of file sweep.h.

int sweep::getSize ( void  )
inline

Definition at line 45 of file sweep.h.

Here is the caller graph for this function:

int sweep::getType ( void  )
inline

Definition at line 46 of file sweep.h.

nr_double_t sweep::next ( void  )

Definition at line 138 of file sweep.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t sweep::prev ( void  )

Definition at line 149 of file sweep.cpp.

void sweep::reset ( void  )
inline

Definition at line 54 of file sweep.h.

Here is the caller graph for this function:

void sweep::reverse ( void  )

Definition at line 127 of file sweep.cpp.

void sweep::set ( int  idx,
nr_double_t  val 
)

Definition at line 84 of file sweep.cpp.

Here is the caller graph for this function:

void sweep::setParent ( object p)
inline

Definition at line 56 of file sweep.h.

Here is the caller graph for this function:

void sweep::setSize ( int  points)

Definition at line 92 of file sweep.cpp.

Here is the caller graph for this function:

char * sweep::toString ( void  )

Definition at line 108 of file sweep.cpp.

Member Data Documentation

int sweep::type
protected

Definition at line 59 of file sweep.h.


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