LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_inspection_XObjectInspector_idl__
21 #define __com_sun_star_inspection_XObjectInspector_idl__
27 module
com { module sun { module star { module inspection {
29 interface XObjectInspectorModel;
30 interface XObjectInspectorUI;
107 void inspect( [in] sequence< com::sun::star::uno::XInterface > Objects )
XObjectInspectorModel InspectorModel
provides access to the current model of the inspector
Definition: XObjectInspector.idl:60
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition: XController.idl:38
provides XDispatch interfaces for certain functions which are useful at the UI.
Definition: XDispatchProvider.idl:37
grants access to certain aspects of the user interface of an object inspector
Definition: XObjectInspectorUI.idl:45
describes the model of an ObjectInspector
Definition: XObjectInspectorModel.idl:37
XObjectInspectorUI InspectorUI
provides access to the user interface of the object inspector.
Definition: XObjectInspector.idl:86
describes the main interface of an ObjectInspector.
Definition: XObjectInspector.idl:39
Definition: Ambiguous.idl:22
thrown to indicate a general veto.
Definition: VetoException.idl:34
void inspect([in] sequence< com::sun::star::uno::XInterface > Objects)
inspects a new collection of one or more objects.