LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XImageButton Interface Referencepublished

makes it possible to register for action events of an image button and sets the action command. More...

import"XImageButton.idl";

Inheritance diagram for XImageButton:
XInterface

Public Member Functions

void addActionListener ([in] com::sun::star::awt::XActionListener l)
 registers a listener for action events. More...
 
void removeActionListener ([in] com::sun::star::awt::XActionListener l)
 unregisters a listener for action events. More...
 
void setActionCommand ([in] string Command)
 sets the action command string. 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

makes it possible to register for action events of an image button and sets the action command.

Member Function Documentation

◆ addActionListener()

void addActionListener ( [in] com::sun::star::awt::XActionListener  l)

registers a listener for action events.

◆ removeActionListener()

void removeActionListener ( [in] com::sun::star::awt::XActionListener  l)

unregisters a listener for action events.

◆ setActionCommand()

void setActionCommand ( [in] string  Command)

sets the action command string.


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