LibreOffice
LibreOffice 5.1 SDK API Reference
Public Member Functions | List of all members
XPluginWindowPeer Interface Referencepublished

Allows to notify a plugin from the office side about plugin window's child window creation. More...

import"XPluginWindowPeer.idl";

Inheritance diagram for XPluginWindowPeer:
XInterface

Public Member Functions

void setChildWindow ([in] any SystemWindowData)
 Notifies the peer of the created child window. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Allows to notify a plugin from the office side about plugin window's child window creation.

This interface is oriented for communication with browsers plugins.

Member Function Documentation

void setChildWindow ( [in] any  SystemWindowData)

Notifies the peer of the created child window.

Parameters
SystemWindowData[in]: platform dependent window data

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