LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to register for action events of an image button and sets the action command. More...
import"XImageButton.idl";
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... | |
makes it possible to register for action events of an image button and sets the action command.
void addActionListener | ( | [in] com::sun::star::awt::XActionListener | l | ) |
registers a listener for action events.
void removeActionListener | ( | [in] com::sun::star::awt::XActionListener | l | ) |
unregisters a listener for action events.
void setActionCommand | ( | [in] string | Command | ) |
sets the action command string.