OpenStudio:openstudio_lib
 All Classes Namespaces Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
openstudio::ScheduleLimitsView Class Reference

#include <ScheduleDayView.hpp>

Public Member Functions

boost::optional< double > lowerTypeLimit () const
 
double lowerViewLimit () const
 
void onLowerViewLimitChanged (double d)
 
void onToggleUnitsClicked (bool displayIP)
 
void onUpperViewLimitChanged (double d)
 
 ScheduleLimitsView (bool isIP, const boost::optional< model::ScheduleTypeLimits > &scheduleTypeLimits, ScheduleDayView *scheduleDayView)
 
void setMaximumScheduleValue (double value)
 
void setMinimumScheduleValue (double value)
 
boost::optional< Unit > units () const
 
boost::optional< Unit > units (bool displayIP) const
 
boost::optional< double > upperTypeLimit () const
 
double upperViewLimit () const
 
virtual ~ScheduleLimitsView ()
 

Constructor & Destructor Documentation

openstudio::ScheduleLimitsView::ScheduleLimitsView ( bool  isIP,
const boost::optional< model::ScheduleTypeLimits > &  scheduleTypeLimits,
ScheduleDayView scheduleDayView 
)
virtual openstudio::ScheduleLimitsView::~ScheduleLimitsView ( )
inlinevirtual

Member Function Documentation

boost::optional<double> openstudio::ScheduleLimitsView::lowerTypeLimit ( ) const
double openstudio::ScheduleLimitsView::lowerViewLimit ( ) const
void openstudio::ScheduleLimitsView::onLowerViewLimitChanged ( double  d)
void openstudio::ScheduleLimitsView::onToggleUnitsClicked ( bool  displayIP)
void openstudio::ScheduleLimitsView::onUpperViewLimitChanged ( double  d)
void openstudio::ScheduleLimitsView::setMaximumScheduleValue ( double  value)
void openstudio::ScheduleLimitsView::setMinimumScheduleValue ( double  value)
boost::optional<Unit> openstudio::ScheduleLimitsView::units ( ) const
boost::optional<Unit> openstudio::ScheduleLimitsView::units ( bool  displayIP) const
boost::optional<double> openstudio::ScheduleLimitsView::upperTypeLimit ( ) const
double openstudio::ScheduleLimitsView::upperViewLimit ( ) const