rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvIntegerAttribute Class Reference

This feature attribute stores integer values. More...

#include <ilviews/maps/attribute/intattr.h>

Inheritance diagram for IlvIntegerAttribute:
IlvFeatureAttribute

List of all members.

Public Member Functions

 IlvIntegerAttribute (const IlvIntegerAttribute &source)
 Creates an integer attribute by copying an existing one.
 IlvIntegerAttribute (IlInt value)
 Creates an integer attribute.
virtual IlvFeatureAttributecopy () const
 Returns a copy of the object.
IlInt getValue () const
 Returns the integer value of the attribute.
void setValue (IlInt value)
 Sets the value of the attribute.

Detailed Description

This feature attribute stores integer values.

Library: ilvmaps


Constructor & Destructor Documentation

IlvIntegerAttribute::IlvIntegerAttribute ( IlInt  value  ) 

Creates an integer attribute.

Parameters:
value The value of this attribute.
IlvIntegerAttribute::IlvIntegerAttribute ( const IlvIntegerAttribute source  ) 

Creates an integer attribute by copying an existing one.

Parameters:
source The object to be copied.

Member Function Documentation

virtual IlvFeatureAttribute* IlvIntegerAttribute::copy (  )  const [virtual]

Returns a copy of the object.

Returns:
The copy of the object.

Implements IlvFeatureAttribute.

IlInt IlvIntegerAttribute::getValue (  )  const

Returns the integer value of the attribute.

Returns:
The integer value.
void IlvIntegerAttribute::setValue ( IlInt  value  ) 

Sets the value of the attribute.

Parameters:
value The new value to be set.
 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.