Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
|
Public Member Functions | |
ExtensionSystemSamsungWRT (const InstanceHandle &instance) | |
~ExtensionSystemSamsungWRT () | |
Destructor. | |
bool | IsValid () const |
![]() | |
ExtensionSystemSamsungTizen (const InstanceHandle &instance) | |
~ExtensionSystemSamsungTizen () | |
Destructor. | |
bool | CheckPrivilege (const Var &privilege) |
bool | SetIMERecommendedWords (const Var &words) |
bool | SetIMERecommendedWordsType (bool should_enable) |
int32_t | GetWindowId () |
GetWindowId() returns the X window Id for the current window. | |
![]() | |
std::string | GetEmbedderName () const |
GetEmbedderName() returns name of the extension system provider. | |
Var | GetCurrentExtensionInfo () |
Var | GenericSyncCall (const Var &operation_name, const Var &operation_data) |
Additional Inherited Members | |
![]() | |
ExtensionSystemSamsung (const InstanceHandle &instance) | |
~ExtensionSystemSamsung () | |
Destructor. | |
|
explicit |
A constructor for creating a ExtensionSystemSamsung
.
[in] | instance | The instance with which this resource will be associated. |
bool pp::ExtensionSystemSamsungWRT::IsValid | ( | ) | const |
IsValid() returns true if this object is valid in this context, i.e. current extension system is WRT.