:: com :: sun :: star :: awt ::
|
unpublished |
struct ItemListEvent |
|
|
- Base Hierarchy
ItemListEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- is the event broadcasted by a ::XListItems implementation for changes
in its item list.
|
Elements' Summary |
ItemPosition |
specifies the position of the item which is affected by the event
|
ItemText |
the text of the item.
|
ItemImageURL |
the URL of the image of the item
|
Elements' Details |
ItemPosition
long ItemPosition;
- Description
- specifies the position of the item which is affected by the event
In case the event is not related to a single item, but to the complete list, the value of this
member is undefined.
|
|
ItemText
::com::sun::star::beans::Optional< string > ItemText;
- Description
- the text of the item.
If the event being notified did not touch the text of an item, this member is empty. For instance, upon
invocation of XItemList::setItemImage, only ItemImageURL will be set, and
ItemText will be empty.
|
|
ItemImageURL
::com::sun::star::beans::Optional< string > ItemImageURL;
- Description
- the URL of the image of the item
If the event being notified did not touch the image of an item, this member is empty. For instance, upon
invocation of XItemList::setItemText, only ItemText will be set, and
ItemImageURL will be empty.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.