Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Objective Views User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

9.5 Registering Properties

The CODPropertyContainer class implements the IODPropertyContainer interface. It maintains a map of registered properties in which each registered property ID maps onto an IProperty interface pointer. The methods defined by IPropertyContainer for retrieving properties, such as the GetPropertyCount(), GetPropertyAt(), GetProperty(), and GetPropertyByName() are implemented by performing lookups in the map.

The CODPropertyContainer class is identical to SFL's CPropertyContainer class, with the exception that it implements the IODPropertyContainer interface instead of IPropertyContainer. Properties are added to the property map by calling the RegisterProperty() method. Accessor objects can be associated with each property, which encapsulate pointers to a get and a put function. The property map is declared as a static member by each property container class, so registering properties affects every instance of a given container class.

Refer to the Stingray Foundation Library User's Guide for more information about property registration.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.