![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
DOMException * | get_lastError () |
bool | checkMatchesGlobExpression (const String &pattern, const String &value) |
bool | checkMatchesUriExpression (const String &pattern, const String &value) |
void | clearLastError () |
double | currentWindowId () |
void | fireExtensionApiTelemetry (const String &functionName, bool isSucceeded, bool isSupported, const String &errorString) |
void | genericFunction (double functionId, Object *destination) |
void | genericFunction (double functionId, Object *destination, const String ¶meters) |
void | genericFunction (double functionId, Object *destination, const String ¶meters, double callbackId) |
String * | genericSynchronousFunction (double functionId) |
String * | genericSynchronousFunction (double functionId, const String ¶meters) |
String * | getExtensionId () |
Object * | getThisAddress () |
void | registerGenericFunctionCallbackHandler (Function *callbackHandler) |
void | registerGenericListenerHandler (Function *eventHandler) |
void | setLastError (const String ¶meters) |
void | webPlatformGenericFunction (Object *destination) |
void | webPlatformGenericFunction (Object *destination, const String ¶meters) |
void | webPlatformGenericFunction (Object *destination, const String ¶meters, double callbackId) |
BhxBrowser * | get_prototype () |
void | set_prototype (BhxBrowser *) |
BhxBrowser () | |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::BhxBrowser::BhxBrowser | ( | ) |
bool client::BhxBrowser::checkMatchesGlobExpression | ( | const String & | pattern, |
const String & | value | ||
) |
void client::BhxBrowser::clearLastError | ( | ) |
double client::BhxBrowser::currentWindowId | ( | ) |
void client::BhxBrowser::fireExtensionApiTelemetry | ( | const String & | functionName, |
bool | isSucceeded, | ||
bool | isSupported, | ||
const String & | errorString | ||
) |
void client::BhxBrowser::genericFunction | ( | double | functionId, |
Object * | destination | ||
) |
void client::BhxBrowser::genericFunction | ( | double | functionId, |
Object * | destination, | ||
const String & | parameters | ||
) |
void client::BhxBrowser::genericFunction | ( | double | functionId, |
Object * | destination, | ||
const String & | parameters, | ||
double | callbackId | ||
) |
String* client::BhxBrowser::genericSynchronousFunction | ( | double | functionId | ) |
String* client::BhxBrowser::genericSynchronousFunction | ( | double | functionId, |
const String & | parameters | ||
) |
DOMException* client::BhxBrowser::get_lastError | ( | ) |
BhxBrowser* client::BhxBrowser::get_prototype | ( | ) |
String* client::BhxBrowser::getExtensionId | ( | ) |
Object* client::BhxBrowser::getThisAddress | ( | ) |
void client::BhxBrowser::registerGenericFunctionCallbackHandler | ( | Function * | callbackHandler | ) |
void client::BhxBrowser::registerGenericListenerHandler | ( | Function * | eventHandler | ) |
void client::BhxBrowser::set_prototype | ( | BhxBrowser * | ) |
void client::BhxBrowser::setLastError | ( | const String & | parameters | ) |
void client::BhxBrowser::webPlatformGenericFunction | ( | Object * | destination | ) |
void client::BhxBrowser::webPlatformGenericFunction | ( | Object * | destination, |
const String & | parameters | ||
) |