OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
openstudio::RenderingColorConcept Class Referenceabstract

#include <OSConcepts.hpp>

+ Inheritance diagram for openstudio::RenderingColorConcept:

Public Member Functions

virtual boost::optional
< model::ModelObject > 
get (const ConceptProxy &obj)=0
 
 RenderingColorConcept (const Heading &t_heading)
 
virtual bool set (const ConceptProxy &obj, const model::ModelObject &)=0
 
virtual ~RenderingColorConcept ()
 
- Public Member Functions inherited from openstudio::BaseConcept
 BaseConcept (const Heading &t_heading, bool t_hasClickFocus=false)
 
bool hasClickFocus () const
 
const Headingheading () const
 
bool isSelector () const
 
void setIsSelector (const bool t_selector)
 
virtual ~BaseConcept ()
 

Constructor & Destructor Documentation

openstudio::RenderingColorConcept::RenderingColorConcept ( const Heading t_heading)
inline
virtual openstudio::RenderingColorConcept::~RenderingColorConcept ( )
inlinevirtual

Member Function Documentation

virtual boost::optional<model::ModelObject> openstudio::RenderingColorConcept::get ( const ConceptProxy obj)
pure virtual
virtual bool openstudio::RenderingColorConcept::set ( const ConceptProxy obj,
const model::ModelObject &   
)
pure virtual