rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvBooleanAttribute Class Reference

This feature attribute stores Boolean values. More...

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

Inheritance diagram for IlvBooleanAttribute:
IlvFeatureAttribute

List of all members.

Public Member Functions

 IlvBooleanAttribute (const IlvBooleanAttribute &source)
 Creates a new object by copy.
 IlvBooleanAttribute (IlBoolean value)
 Creates a logical attribute with the specified value.
virtual IlvFeatureAttributecopy () const
 Returns a copy of the object.
virtual IlBoolean getValue () const
 Returns the logical value of the attribute.
void setValue (IlBoolean value)
 Sets the logical value of the attribute.

Detailed Description

This feature attribute stores Boolean values.

Library: ilvmaps


Constructor & Destructor Documentation

IlvBooleanAttribute::IlvBooleanAttribute ( IlBoolean  value  ) 

Creates a logical attribute with the specified value.

Parameters:
value The value (IlTrue or IlFalse).
IlvBooleanAttribute::IlvBooleanAttribute ( const IlvBooleanAttribute source  ) 

Creates a new object by copy.

Parameters:
source The object to be copied.

Member Function Documentation

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

Returns a copy of the object.

Returns:
The copy of the object.

Implements IlvFeatureAttribute.

virtual IlBoolean IlvBooleanAttribute::getValue (  )  const [virtual]

Returns the logical value of the attribute.

Returns:
The logical value of the attribute.
void IlvBooleanAttribute::setValue ( IlBoolean  value  ) 

Sets the logical 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.