Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
pp::ExtensionSystemSamsungTizen Class Reference
Inheritance diagram for pp::ExtensionSystemSamsungTizen:
pp::ExtensionSystemSamsung pp::ExtensionSystemSamsungWRT

Public Member Functions

 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.
 
- Public Member Functions inherited from pp::ExtensionSystemSamsung
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

- Protected Member Functions inherited from pp::ExtensionSystemSamsung
 ExtensionSystemSamsung (const InstanceHandle &instance)
 
 ~ExtensionSystemSamsung ()
 Destructor.
 

Constructor & Destructor Documentation

pp::ExtensionSystemSamsungTizen::ExtensionSystemSamsungTizen ( const InstanceHandle instance)
explicit

A constructor for creating a ExtensionSystemSamsung.

Parameters
[in]instanceThe instance with which this resource will be associated.

Member Function Documentation

bool pp::ExtensionSystemSamsungTizen::CheckPrivilege ( const Var privilege)

CheckPrivilege() returns true if the current extension has given privilege, false otherwise.

bool pp::ExtensionSystemSamsungTizen::SetIMERecommendedWords ( const Var words)

SetIMERecommendedWords() returns true if setting recommended words was successful, false otherwise.

Parameters
[in]wordsVar containing std::string with words to set.
bool pp::ExtensionSystemSamsungTizen::SetIMERecommendedWordsType ( bool  should_enable)

SetIMERecommendedWordsType() returns true if setting specified IME Recommended Words type was successful, false otherwise.

Parameters
[in]should_enablebool indicating if IMERecommendedWordsType should be enabled or disabled.

The documentation for this class was generated from the following file: