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

#include <ApplyMeasureNowDialog.hpp>

+ Inheritance diagram for openstudio::DataPointJobHeaderView:

Public Member Functions

 DataPointJobHeaderView ()
 
void setLastRunTime (const boost::optional< openstudio::DateTime > &lastRunTime)
 
void setNA (bool na)
 
void setName (const std::string &name)
 
void setNumErrors (unsigned numErrors)
 
void setNumWarnings (unsigned numWarnings)
 
void setStatus (const std::string &status, bool isCanceled)
 
virtual ~DataPointJobHeaderView ()
 

Public Attributes

QLabel * m_errors
 
QLabel * m_lastRunTime
 
QLabel * m_na
 
QLabel * m_name
 
QLabel * m_status
 
QLabel * m_warnings
 

Constructor & Destructor Documentation

openstudio::DataPointJobHeaderView::DataPointJobHeaderView ( )
virtual openstudio::DataPointJobHeaderView::~DataPointJobHeaderView ( )
inlinevirtual

Member Function Documentation

void openstudio::DataPointJobHeaderView::setLastRunTime ( const boost::optional< openstudio::DateTime > &  lastRunTime)
void openstudio::DataPointJobHeaderView::setNA ( bool  na)
void openstudio::DataPointJobHeaderView::setName ( const std::string &  name)
void openstudio::DataPointJobHeaderView::setNumErrors ( unsigned  numErrors)
void openstudio::DataPointJobHeaderView::setNumWarnings ( unsigned  numWarnings)
void openstudio::DataPointJobHeaderView::setStatus ( const std::string &  status,
bool  isCanceled 
)

Member Data Documentation

QLabel* openstudio::DataPointJobHeaderView::m_errors
QLabel* openstudio::DataPointJobHeaderView::m_lastRunTime
QLabel* openstudio::DataPointJobHeaderView::m_na
QLabel* openstudio::DataPointJobHeaderView::m_name
QLabel* openstudio::DataPointJobHeaderView::m_status
QLabel* openstudio::DataPointJobHeaderView::m_warnings