rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStPropertySet Class Reference

Property class. More...

#include <ivstudio/stprop.h>

Inheritance diagram for IlvStPropertySet:
IlvStProperty IlvStDescriptiveObject IlvStOptions IlvStPanelHandler IlvStClassDescriptor IlvStDialog IlvStPanelClass

List of all members.

Public Member Functions

 IlvStPropertySet (const char *name)
 Initializes an instance of IlvStPropertySet.
 IlvStPropertySet (const IlSymbol *name)
 Initializes an instance of IlvStPropertySet.
virtual const char * getName () const
 Returns the property name.
virtual IlBoolean getPropertyValue (const IlSymbol *name, IlvValue &val)
 Returns the value from a property.
virtual void setName (const char *str)
 Sets the property name.
virtual IlBoolean setPropertyValue (const IlSymbol *name, const IlvValue &value)
 Sets the value of one property.

Detailed Description

Property class.

Library: ivstudio

This property is a set of properties.


Constructor & Destructor Documentation

IlvStPropertySet::IlvStPropertySet ( const IlSymbol name  ) 

Initializes an instance of IlvStPropertySet.

Parameters:
name The property name.
IlvStPropertySet::IlvStPropertySet ( const char *  name  ) 

Initializes an instance of IlvStPropertySet.

Parameters:
name The property name.

Member Function Documentation

virtual const char* IlvStPropertySet::getName (  )  const [virtual]

Returns the property name.

Returns:
The property name.

Reimplemented from IlvStProperty.

Reimplemented in IlvStPanelHandler.

virtual IlBoolean IlvStPropertySet::getPropertyValue ( const IlSymbol name,
IlvValue val 
) [virtual]

Returns the value from a property.

Parameters:
name The property name
value Contains the property value.
Returns:
The property value.
virtual void IlvStPropertySet::setName ( const char *  str  )  [virtual]

Sets the property name.

Parameters:
str The property name.

Reimplemented from IlvStProperty.

virtual IlBoolean IlvStPropertySet::setPropertyValue ( const IlSymbol name,
const IlvValue value 
) [virtual]

Sets the value of one property.

Parameters:
name The property name
value The property value.
Returns:
IlTrue if the change has been done.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.