LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XUIObject Interface Reference

import "XUIObject.idl";

Public Member Functions

XUIObject getChild ([in] string id)
 
void executeAction ([in] string action, [in] com::sun::star::beans::PropertyValues propValues)
 
com::sun::star::beans::PropertyValues getState ()
 
string getType ()
 
sequence< string > getChildren ()
 
string getHierarchy ()
 
boolean equals ([in] XUIObject other)
 Return true if the other XUIObject represents the same underlying vcl widget.
 

Member Function Documentation

◆ equals()

boolean equals ( [in] XUIObject other)

Return true if the other XUIObject represents the same underlying vcl widget.

This is necessary because we return a new XUIObject every time we call getChild.

◆ executeAction()

void executeAction ( [in] string action,
[in] com::sun::star::beans::PropertyValues propValues )

◆ getChild()

XUIObject getChild ( [in] string id)

◆ getChildren()

sequence< string > getChildren ( )

◆ getHierarchy()

string getHierarchy ( )

◆ getState()

◆ getType()

string getType ( )

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