Public Member Functions | Private Attributes | List of all members
Widget Class Reference

#include <widget.h>

Public Member Functions

void GetCharPtrValue (char *buffer, size_t max_size) const
 
float GetFloatValue () const
 
int GetIntValue () const
 
std::string GetStringValue () const
 
 Widget (int number, const std::string &name)
 
 ~Widget ()
 

Private Attributes

std::string name_
 
float number_
 

Detailed Description

Definition at line 42 of file widget.h.

Constructor & Destructor Documentation

◆ Widget()

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

Definition at line 40 of file widget.cc.

◆ ~Widget()

Widget::~Widget ( )

Definition at line 44 of file widget.cc.

Member Function Documentation

◆ GetCharPtrValue()

void Widget::GetCharPtrValue ( char *  buffer,
size_t  max_size 
) const

Definition at line 58 of file widget.cc.

◆ GetFloatValue()

float Widget::GetFloatValue ( ) const

Definition at line 46 of file widget.cc.

◆ GetIntValue()

int Widget::GetIntValue ( ) const

Definition at line 50 of file widget.cc.

◆ GetStringValue()

std::string Widget::GetStringValue ( ) const

Definition at line 54 of file widget.cc.

Member Data Documentation

◆ name_

std::string Widget::name_
private

Definition at line 58 of file widget.h.

◆ number_

float Widget::number_
private

Definition at line 57 of file widget.h.


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


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sun May 15 2022 02:25:02