#include <Component.hpp>
Inheritance diagram for openstudio::Component:Public Member Functions | |
| QCheckBox * | checkBox () |
| Component (const BCLMeasure &bclMeasure, bool showAbridgedView=true, bool showCheckBox=true,*parent=nullptr) | |
| Component (const BCLSearchResult &bclSearchResult, bool showAbridgedView=true, bool showCheckBox=true,*parent=nullptr) | |
| Component (bool showAbridgedView=false, bool showCheckBox=false,*parent=nullptr) | |
| Component (const Component &other) | |
| QLabel * | msg () |
| Component & | operator= (const Component &other) |
| void | setChecked (bool checked) |
| std::string | uid () const |
| std::string | versionId () const |
| virtual | ~Component () |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) override |
| openstudio::Component::Component | ( | const BCLMeasure & | bclMeasure, |
| bool | showAbridgedView = true, |
||
| bool | showCheckBox = true, |
||
| * | parent = nullptr |
||
| ) |
| openstudio::Component::Component | ( | const BCLSearchResult & | bclSearchResult, |
| bool | showAbridgedView = true, |
||
| bool | showCheckBox = true, |
||
| * | parent = nullptr |
||
| ) |
| openstudio::Component::Component | ( | bool | showAbridgedView = false, |
| bool | showCheckBox = false, |
||
| * | parent = nullptr |
||
| ) |
| openstudio::Component::Component | ( | const Component & | other | ) |
|
virtual |
| QCheckBox* openstudio::Component::checkBox | ( | ) |
| QLabel* openstudio::Component::msg | ( | ) |
|
overrideprotected |
| void openstudio::Component::setChecked | ( | bool | checked | ) |
| std::string openstudio::Component::uid | ( | ) | const |
| std::string openstudio::Component::versionId | ( | ) | const |