Monero
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Widget Class Reference

#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_
 

Constructor & Destructor Documentation

◆ Widget()

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

◆ ~Widget()

Widget::~Widget ( )

Member Function Documentation

◆ GetCharPtrValue()

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

◆ GetFloatValue()

float Widget::GetFloatValue ( ) const

◆ GetIntValue()

int Widget::GetIntValue ( ) const

◆ GetStringValue()

std::string Widget::GetStringValue ( ) const

Member Data Documentation

◆ name_

std::string Widget::name_
private

◆ number_

float Widget::number_
private

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