|
| ScriptablePluginObjectBase (NPP npp) |
|
virtual void | Invalidate () |
|
virtual bool | HasMethod (NPIdentifier name) |
|
virtual bool | Invoke (NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
virtual bool | InvokeDefault (const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
virtual bool | HasProperty (NPIdentifier name) |
|
virtual bool | GetProperty (NPIdentifier name, NPVariant *result) |
|
virtual bool | SetProperty (NPIdentifier name, const NPVariant *value) |
|
virtual bool | RemoveProperty (NPIdentifier name) |
|
virtual bool | Enumerate (NPIdentifier **identifier, uint32_t *count) |
|
virtual bool | Construct (const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
|
static void | _Deallocate (NPObject *npobj) |
|
static void | _Invalidate (NPObject *npobj) |
|
static bool | _HasMethod (NPObject *npobj, NPIdentifier name) |
|
static bool | _Invoke (NPObject *npobj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
static bool | _InvokeDefault (NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
static bool | _HasProperty (NPObject *npobj, NPIdentifier name) |
|
static bool | _GetProperty (NPObject *npobj, NPIdentifier name, NPVariant *result) |
|
static bool | _SetProperty (NPObject *npobj, NPIdentifier name, const NPVariant *value) |
|
static bool | _RemoveProperty (NPObject *npobj, NPIdentifier name) |
|
static bool | _Enumerate (NPObject *npobj, NPIdentifier **identifier, uint32_t *count) |
|
static bool | _Construct (NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVariant *result) |
|
◆ ScriptablePluginObjectBase()
ScriptablePluginObjectBase::ScriptablePluginObjectBase |
( |
NPP |
npp | ) |
|
|
inline |
◆ ~ScriptablePluginObjectBase()
virtual ScriptablePluginObjectBase::~ScriptablePluginObjectBase |
( |
| ) |
|
|
inlinevirtual |
◆ _Construct()
◆ _Deallocate()
void ScriptablePluginObjectBase::_Deallocate |
( |
NPObject * |
npobj | ) |
|
|
static |
◆ _Enumerate()
bool ScriptablePluginObjectBase::_Enumerate |
( |
NPObject * |
npobj, |
|
|
NPIdentifier ** |
identifier, |
|
|
uint32_t * |
count |
|
) |
| |
|
static |
◆ _GetProperty()
bool ScriptablePluginObjectBase::_GetProperty |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name, |
|
|
NPVariant * |
result |
|
) |
| |
|
static |
◆ _HasMethod()
bool ScriptablePluginObjectBase::_HasMethod |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name |
|
) |
| |
|
static |
◆ _HasProperty()
bool ScriptablePluginObjectBase::_HasProperty |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name |
|
) |
| |
|
static |
◆ _Invalidate()
void ScriptablePluginObjectBase::_Invalidate |
( |
NPObject * |
npobj | ) |
|
|
static |
◆ _Invoke()
bool ScriptablePluginObjectBase::_Invoke |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name, |
|
|
const NPVariant * |
args, |
|
|
uint32_t |
argCount, |
|
|
NPVariant * |
result |
|
) |
| |
|
static |
◆ _InvokeDefault()
bool ScriptablePluginObjectBase::_InvokeDefault |
( |
NPObject * |
npobj, |
|
|
const NPVariant * |
args, |
|
|
uint32_t |
argCount, |
|
|
NPVariant * |
result |
|
) |
| |
|
static |
◆ _RemoveProperty()
bool ScriptablePluginObjectBase::_RemoveProperty |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name |
|
) |
| |
|
static |
◆ _SetProperty()
bool ScriptablePluginObjectBase::_SetProperty |
( |
NPObject * |
npobj, |
|
|
NPIdentifier |
name, |
|
|
const NPVariant * |
value |
|
) |
| |
|
static |
◆ Construct()
bool ScriptablePluginObjectBase::Construct |
( |
const NPVariant * |
args, |
|
|
uint32_t |
argCount, |
|
|
NPVariant * |
result |
|
) |
| |
|
virtual |
◆ Enumerate()
bool ScriptablePluginObjectBase::Enumerate |
( |
NPIdentifier ** |
identifier, |
|
|
uint32_t * |
count |
|
) |
| |
|
virtual |
◆ GetProperty()
bool ScriptablePluginObjectBase::GetProperty |
( |
NPIdentifier |
name, |
|
|
NPVariant * |
result |
|
) |
| |
|
virtual |
◆ HasMethod()
bool ScriptablePluginObjectBase::HasMethod |
( |
NPIdentifier |
name | ) |
|
|
virtual |
◆ HasProperty()
bool ScriptablePluginObjectBase::HasProperty |
( |
NPIdentifier |
name | ) |
|
|
virtual |
◆ Invalidate()
void ScriptablePluginObjectBase::Invalidate |
( |
| ) |
|
|
virtual |
◆ Invoke()
bool ScriptablePluginObjectBase::Invoke |
( |
NPIdentifier |
name, |
|
|
const NPVariant * |
args, |
|
|
uint32_t |
argCount, |
|
|
NPVariant * |
result |
|
) |
| |
|
virtual |
◆ InvokeDefault()
bool ScriptablePluginObjectBase::InvokeDefault |
( |
const NPVariant * |
args, |
|
|
uint32_t |
argCount, |
|
|
NPVariant * |
result |
|
) |
| |
|
virtual |
◆ RemoveProperty()
bool ScriptablePluginObjectBase::RemoveProperty |
( |
NPIdentifier |
name | ) |
|
|
virtual |
◆ SetProperty()
bool ScriptablePluginObjectBase::SetProperty |
( |
NPIdentifier |
name, |
|
|
const NPVariant * |
value |
|
) |
| |
|
virtual |
◆ mNpp
NPP ScriptablePluginObjectBase::mNpp |
|
protected |
The documentation for this class was generated from the following files: