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

#include <property.h>

Public Member Functions

 property ()
 
 property (const char *)
 
 property (const char *, const char *)
 
 property (const char *, nr_double_t)
 
 property (const char *, variable *)
 
 property (const property &)
 
virtual ~property ()
 
propertygetNext (void)
 
void setNext (property *p)
 
void setName (char *)
 
char * getName (void)
 
vectorgetVector (void)
 
nr_double_t getDouble (void)
 
int getInteger (void)
 
char * getString (void)
 
char * getReference (void)
 
void set (nr_double_t)
 
void set (int)
 
void set (char *)
 
void set (variable *)
 
propertyfindProperty (const char *)
 
char * toString (void)
 
bool isDefault (void)
 
void setDefault (bool d)
 

Detailed Description

Definition at line 39 of file property.h.

Constructor & Destructor Documentation

property::property ( )

Definition at line 40 of file property.cpp.

property::property ( const char *  n)

Definition at line 52 of file property.cpp.

property::property ( const char *  n,
const char *  val 
)

Definition at line 65 of file property.cpp.

property::property ( const char *  n,
nr_double_t  val 
)

Definition at line 78 of file property.cpp.

property::property ( const char *  n,
variable val 
)

Definition at line 91 of file property.cpp.

property::property ( const property p)

Definition at line 104 of file property.cpp.

property::~property ( )
virtual

Definition at line 116 of file property.cpp.

Here is the call graph for this function:

Member Function Documentation

property * property::findProperty ( const char *  n)

Definition at line 145 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t property::getDouble ( void  )

Definition at line 181 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int property::getInteger ( void  )

Definition at line 192 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

char * property::getName ( void  )

Definition at line 138 of file property.cpp.

property* property::getNext ( void  )
inline

Definition at line 49 of file property.h.

Here is the caller graph for this function:

char * property::getReference ( void  )

Definition at line 175 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

char * property::getString ( void  )

Definition at line 169 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

vector * property::getVector ( void  )

Definition at line 158 of file property.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool property::isDefault ( void  )
inline

Definition at line 64 of file property.h.

void property::set ( nr_double_t  val)

Definition at line 198 of file property.cpp.

Here is the caller graph for this function:

void property::set ( int  val)

Definition at line 204 of file property.cpp.

void property::set ( char *  val)

Definition at line 216 of file property.cpp.

void property::set ( variable val)

Definition at line 210 of file property.cpp.

void property::setDefault ( bool  d)
inline

Definition at line 65 of file property.h.

void property::setName ( char *  n)

Definition at line 132 of file property.cpp.

void property::setNext ( property p)
inline

Definition at line 50 of file property.h.

Here is the caller graph for this function:

char * property::toString ( void  )

Definition at line 223 of file property.cpp.

Here is the call graph for this function:


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