Qucs-core  0.0.19
Public Member Functions | Private Attributes
Widget Class Reference

#include <widget.h>

Collaboration diagram for Widget:
Collaboration graph
[legend]

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_

Detailed Description

Definition at line 42 of file widget.h.


Constructor & Destructor Documentation

Widget::Widget ( int  number,
const std::string &  name 
)

Member Function Documentation

void Widget::GetCharPtrValue ( char *  buffer,
size_t  max_size 
) const
float Widget::GetFloatValue ( ) const
std::string Widget::GetStringValue ( ) const

Field Documentation

std::string Widget::name_ [private]

Definition at line 58 of file widget.h.

float Widget::number_ [private]

Definition at line 57 of file widget.h.


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