My Project
0.0.16
QUCS Mapping
|
#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 () |
property * | getNext (void) |
void | setNext (property *p) |
void | setName (char *) |
char * | getName (void) |
vector * | getVector (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 *) |
property * | findProperty (const char *) |
char * | toString (void) |
bool | isDefault (void) |
void | setDefault (bool d) |
Definition at line 39 of file property.h.
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.
|
virtual |
property * property::findProperty | ( | const char * | n | ) |
Definition at line 145 of file property.cpp.
nr_double_t property::getDouble | ( | void | ) |
Definition at line 181 of file property.cpp.
int property::getInteger | ( | void | ) |
Definition at line 192 of file property.cpp.
char * property::getName | ( | void | ) |
Definition at line 138 of file property.cpp.
|
inline |
char * property::getReference | ( | void | ) |
Definition at line 175 of file property.cpp.
char * property::getString | ( | void | ) |
Definition at line 169 of file property.cpp.
vector * property::getVector | ( | void | ) |
Definition at line 158 of file property.cpp.
|
inline |
Definition at line 64 of file property.h.
void property::set | ( | nr_double_t | val | ) |
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.
|
inline |
Definition at line 65 of file property.h.
void property::setName | ( | char * | n | ) |
Definition at line 132 of file property.cpp.
|
inline |
char * property::toString | ( | void | ) |