cee::ug::PropertyApplierPlot2d Class Reference

Creates overlay plots from VTFx properties in a property set collection and the corresponding data source. More...

Public Member Functions

 PropertyApplierPlot2d (PropertySetCollection *propSetCollection, DataSourceVTFx *dataSource)
 Constructs a property applier from a property set collection and data source. More...
 
size_t plotCount () const
 Returns the number of plots available in this property set collection. More...
 
PtrRef< plt::OverlayPlotcreateOverlayPlot (size_t plotIndex, vis::Font *font)
 Creates an overlay plot based on plot properties (for the ploIndex'th plot) and plot data from the data source. More...
 

Detailed Description

Creates overlay plots from VTFx properties in a property set collection and the corresponding data source.

Constructor & Destructor Documentation

cee::ug::PropertyApplierPlot2d::PropertyApplierPlot2d ( PropertySetCollection propSetCollection,
ug::DataSourceVTFx dataSource 
)

Constructs a property applier from a property set collection and data source.

Member Function Documentation

PtrRef< plt::OverlayPlot > cee::ug::PropertyApplierPlot2d::createOverlayPlot ( size_t  plotIndex,
vis::Font font 
)

Creates an overlay plot based on plot properties (for the ploIndex'th plot) and plot data from the data source.

size_t cee::ug::PropertyApplierPlot2d::plotCount ( ) const

Returns the number of plots available in this property set collection.