LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
TreeDataModelEvent Struct Reference

An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl. More...

import"TreeDataModelEvent.idl";

Inheritance diagram for TreeDataModelEvent:
EventObject

Public Types

typedef sequence< XTreeNodeNodes
 contains the changed, added or removed nodes. More...
 

Public Attributes

XTreeNode ParentNode
 holds the parent node for changed, added or removed nodes. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl.

You usually need to fill this event only if you implement the XTreeDataModel yourself.

See also
XTreeDataModel
XTreeControl
XTreeDataModelListener

Member Typedef Documentation

◆ Nodes

sequence< XTreeNode > Nodes

contains the changed, added or removed nodes.

All nodes must have ParentNode as parent.

Member Data Documentation

◆ ParentNode

XTreeNode ParentNode

holds the parent node for changed, added or removed nodes.

If this is null, Nodes must contain only the root node


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