OpenStudioCore:utilities
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
openstudio::AnnotatedTimeline Class Reference

#include <AnnotatedTimeline.hpp>

Public Types

typedef std::shared_ptr< const
AnnotatedTimeline
ConstPtr
 
typedef std::vector< ConstPtrConstVec
 
typedef std::weak_ptr< const
AnnotatedTimeline
ConstWeakPtr
 
typedef std::shared_ptr
< AnnotatedTimeline
Ptr
 
typedef std::vector< PtrVec
 
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 ()
 

Member Typedef Documentation

Constructor & Destructor Documentation

openstudio::AnnotatedTimeline::AnnotatedTimeline ( )
inline

constructor

virtual openstudio::AnnotatedTimeline::~AnnotatedTimeline ( )
inlinevirtual

virtual destructor

Member Function Documentation

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

static Ptr openstudio::AnnotatedTimeline::create ( )
inlinestatic

create

void openstudio::AnnotatedTimeline::divId ( const std::string &  id)
inline
static openstudio::LogChannel openstudio::AnnotatedTimeline::logChannel ( )
inlinestatic
void openstudio::AnnotatedTimeline::pixelHeight ( unsigned  height)
inline
void openstudio::AnnotatedTimeline::pixelWidth ( unsigned  width)
inline
void openstudio::AnnotatedTimeline::save ( const path &  path) const

write to file

std::string openstudio::AnnotatedTimeline::script ( ) const

get the java script portion