#include <AnnotatedTimeline.hpp>
Public Types | |
| typedef std::shared_ptr< const AnnotatedTimeline > | ConstPtr |
| typedef std::vector< ConstPtr > | ConstVec |
| typedef std::weak_ptr< const AnnotatedTimeline > | ConstWeakPtr |
| typedef std::shared_ptr < AnnotatedTimeline > | Ptr |
| typedef std::vector< Ptr > | Vec |
| typedef std::weak_ptr < AnnotatedTimeline > | WeakPtr |
Public Member Functions | |
| void | addTimeSeries (const std::string &name, TimeSeries timeSeries) |
| add a time series More... | |
| AnnotatedTimeline () | |
| constructor More... | |
| std::string | body () const |
| get the html body portion More... | |
| void | divId (const std::string &id) |
| void | pixelHeight (unsigned height) |
| void | pixelWidth (unsigned width) |
| void | save (const path &path) const |
| write to file More... | |
| std::string | script () const |
| get the java script portion More... | |
| virtual | ~AnnotatedTimeline () |
| virtual destructor More... | |
Static Public Member Functions | |
| static Ptr | create () |
| create More... | |
| static openstudio::LogChannel | logChannel () |
| typedef std::shared_ptr<const AnnotatedTimeline > openstudio::AnnotatedTimeline::ConstPtr |
| typedef std::vector<ConstPtr> openstudio::AnnotatedTimeline::ConstVec |
| typedef std::weak_ptr<const AnnotatedTimeline > openstudio::AnnotatedTimeline::ConstWeakPtr |
| typedef std::shared_ptr< AnnotatedTimeline > openstudio::AnnotatedTimeline::Ptr |
| typedef std::vector<Ptr> openstudio::AnnotatedTimeline::Vec |
| typedef std::weak_ptr< AnnotatedTimeline > openstudio::AnnotatedTimeline::WeakPtr |
|
inline |
constructor
|
inlinevirtual |
virtual destructor
| void openstudio::AnnotatedTimeline::addTimeSeries | ( | const std::string & | name, |
| TimeSeries | timeSeries | ||
| ) |
add a time series
| std::string openstudio::AnnotatedTimeline::body | ( | ) | const |
get the html body portion
|
inlinestatic |
create
|
inline |
|
inlinestatic |
|
inline |
|
inline |
| void openstudio::AnnotatedTimeline::save | ( | const path & | path | ) | const |
write to file
| std::string openstudio::AnnotatedTimeline::script | ( | ) | const |
get the java script portion