A custom form of communication with the host application.
More...
#include <HostInterface.h>
|
| CustomMessage (std::string s, boost::any arg=boost::blank()) |
|
const std::string & | name () const |
|
const boost::any & | arg () const |
|
A custom form of communication with the host application.
This comprises a string and any type of argument.
§ CustomMessage()
gnash::CustomMessage::CustomMessage |
( |
std::string |
s, |
|
|
boost::any |
arg = boost::blank() |
|
) |
| |
|
inlineexplicit |
§ arg()
const boost::any& gnash::CustomMessage::arg |
( |
| ) |
const |
|
inline |
§ name()
const std::string& gnash::CustomMessage::name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: