webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | 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
 

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

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