Qucs-core
0.0.19
|
#include <widget.h>
Public Member Functions | |
Widget (int number, const std::string &name) | |
~Widget () | |
float | GetFloatValue () const |
int | GetIntValue () const |
std::string | GetStringValue () const |
void | GetCharPtrValue (char *buffer, size_t max_size) const |
Private Attributes | |
float | number_ |
std::string | name_ |
Widget::Widget | ( | int | number, |
const std::string & | name | ||
) |
Widget::~Widget | ( | ) |
void Widget::GetCharPtrValue | ( | char * | buffer, |
size_t | max_size | ||
) | const |
float Widget::GetFloatValue | ( | ) | const |
int Widget::GetIntValue | ( | ) | const |
std::string Widget::GetStringValue | ( | ) | const |
std::string Widget::name_ [private] |
float Widget::number_ [private] |