Pepper_42_C++_interfaces
Public Member Functions | List of all members
pp::ExtensionSystemSamsungWRT Class Reference

#include <extension_system_samsung_wrt.h>

Inheritance diagram for pp::ExtensionSystemSamsungWRT:
Inheritance graph
Collaboration diagram for pp::ExtensionSystemSamsungWRT:
Collaboration graph

Public Member Functions

 ExtensionSystemSamsungWRT (const InstanceHandle &instance)
 
 ~ExtensionSystemSamsungWRT ()
 Destructor. More...
 
bool IsValid () const
 
bool CheckPrivilege (const pp::Var &privilege)
 
int32_t GetWindowId ()
 GetWindowId() returns the X window Id for the current window. More...
 
- Public Member Functions inherited from pp::ExtensionSystemSamsung
std::string GetEmbedderName () const
 GetEmbedderName() returns name of the extension system provider. More...
 
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. More...
 

Detailed Description

Definition at line 23 of file extension_system_samsung_wrt.h.

Constructor & Destructor Documentation

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

A constructor for creating a ExtensionSystemSamsung.

Parameters
[in]instanceThe instance with which this resource will be associated.
pp::ExtensionSystemSamsungWRT::~ExtensionSystemSamsungWRT ( )

Destructor.

Member Function Documentation

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

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

int32_t pp::ExtensionSystemSamsungWRT::GetWindowId ( )

GetWindowId() returns the X window Id for the current window.

bool pp::ExtensionSystemSamsungWRT::IsValid ( ) const

IsValid() returns true if this object is valid in this context, i.e. current extension system is WRT.


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