oaLayerValue Class Reference

Inheritance diagram for oaLayerValue:

oaValue oaObject


Public Methods

oaLayerNum get () const
void set (oaLayerNum value)

Static Public Methods

oaLayerValue * create (oaObject *database, oaLayerNum value)

Detailed Description

The oaLayerValue represents a value containing an oaLayerNumber.

See oaValue for a discussion of the usage of all of the oaValue subclasses.


Member Function Documentation

oaLayerValue * oaLayerValue::create oaObject *    database,
oaLayerNum    value
[static]
 

This function creates a layer value in the database specified.

Parameters:
database The database in which to create the value
value The layer number value
Exceptions:
oacInvalidDatabase 

oaLayerNum oaLayerValue::get   const
 

This function returns the layer number for this value.

void oaLayerValue::set oaLayerNum    value
 

This function sets the layer number for this value

Parameters:
value The layer number to set


The documentation for this class was generated from the following files:

Return to top of page