#include <external.h>
std::string gnash::plugin::ExternalInterface::convertNPVariant |
( |
const NPVariant * |
npv | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeArray |
( |
std::vector< std::string > & |
args | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeFalse |
( |
| ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeInvoke |
( |
const std::string & |
method, |
|
|
std::vector< std::string > |
args |
|
) |
| |
|
static |
Referenced by gnash::GnashPluginScriptObject::GetVariable(), gnash::GotoFrame(), gnash::IsPlaying(), gnash::LoadMovie(), main(), gnash::Pan(), gnash::PercentLoaded(), gnash::Play(), gnash::remoteCallback(), gnash::Rewind(), gnash::GnashPluginScriptObject::SetVariable(), gnash::SetZoomRect(), gnash::StopPlay(), gnash::TotalFrames(), and gnash::Zoom().
std::string gnash::plugin::ExternalInterface::makeNull |
( |
| ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeNumber |
( |
double |
num | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeNumber |
( |
int |
num | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeNumber |
( |
unsigned int |
num | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeObject |
( |
std::map< std::string, std::string > & |
args | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeProperty |
( |
const std::string & |
str, |
|
|
const std::string & |
data |
|
) |
| |
|
static |
std::string gnash::plugin::ExternalInterface::makeProperty |
( |
const std::string & |
str, |
|
|
double |
num |
|
) |
| |
|
static |
std::string gnash::plugin::ExternalInterface::makeProperty |
( |
const std::string & |
str, |
|
|
int |
num |
|
) |
| |
|
static |
std::string gnash::plugin::ExternalInterface::makeString |
( |
const std::string & |
str | ) |
|
|
static |
std::string gnash::plugin::ExternalInterface::makeTrue |
( |
| ) |
|
|
static |
std::vector< GnashNPVariant > gnash::plugin::ExternalInterface::parseArguments |
( |
const std::string & |
xml | ) |
|
|
static |
std::map< std::string, GnashNPVariant > gnash::plugin::ExternalInterface::parseProperties |
( |
const std::string & |
xml | ) |
|
|
static |
GnashNPVariant gnash::plugin::ExternalInterface::parseXML |
( |
const std::string & |
xml | ) |
|
|
static |
References data, gnash::image::end(), length, NPN_GetStringIdentifier(), NPN_MemAlloc(), NPN_ReleaseVariantValue(), NPN_SetProperty(), parseProperties(), and start.
Referenced by gnash::GnashPluginScriptObject::GetVariable(), gnash::IsPlaying(), main(), parseArguments(), parseProperties(), gnash::PercentLoaded(), gnash::remoteCallback(), and gnash::TotalFrames().
The documentation for this struct was generated from the following files: