v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
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
 

Detailed Description

Definition at line 42 of file widget.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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