LuciadCPillar 2023.1.04
luciad::FeatureModelEvent Class Reference

Represents a change in the feature model, which may result in a different visual representation. More...

#include <luciad/models/features/IFeatureModel.h>

Public Member Functions

void addFeatureChange (FeatureChange featureChange)
 Adds a feature change to the model event. More...
 
const std::vector< FeatureChange > & getFeatureChanges () const
 Returns a list of feature changes. More...
 

Detailed Description

Represents a change in the feature model, which may result in a different visual representation.

Member Function Documentation

◆ addFeatureChange()

void luciad::FeatureModelEvent::addFeatureChange ( FeatureChange  featureChange)

Adds a feature change to the model event.

Parameters
featureChangethe feature change to add

◆ getFeatureChanges()

const std::vector< FeatureChange > & luciad::FeatureModelEvent::getFeatureChanges ( ) const

Returns a list of feature changes.

Returns
a list of feature changes.