#include <VariableList.hpp>
Inheritance diagram for openstudio::measuretab::VariableGroupItem:Public Member Functions | |
| QString | label () const |
| VariableGroupItem (MeasureType measureType, const QString &label, bool filterFixed, BaseApp *t_baseApp) | |
| QSharedPointer < VariableListController > | variableListController () const |
Public Member Functions inherited from openstudio::OSListItem | |
| OSListController * | controller () const |
| bool | isSelected () const |
| OSListItem (OSListController *listController=nullptr) | |
| void | setController (OSListController *controller) |
| virtual | ~OSListItem () |
Additional Inherited Members | |
Public Slots inherited from openstudio::OSListItem | |
| virtual void | setSelected (bool isSelected) |
| void | toggleSelected () |
Signals inherited from openstudio::OSListItem | |
| void | selectedChanged (bool isSelected) |
Protected Attributes inherited from openstudio::OSListItem | |
| QPointer< OSListController > | m_listController |
| openstudio::measuretab::VariableGroupItem::VariableGroupItem | ( | MeasureType | measureType, |
| const QString & | label, | ||
| bool | filterFixed, | ||
| BaseApp * | t_baseApp | ||
| ) |
| QString openstudio::measuretab::VariableGroupItem::label | ( | ) | const |
| QSharedPointer<VariableListController> openstudio::measuretab::VariableGroupItem::variableListController | ( | ) | const |