#include <InspectorView.hpp>
 Inheritance diagram for openstudio::AirTerminalInspectorView:
 Inheritance diagram for openstudio::AirTerminalInspectorView:| Signals | |
| void | addToLoopClicked (model::Loop &, boost::optional< model::HVACComponent > &) | 
| void | removeFromLoopClicked (model::Loop &, boost::optional< model::HVACComponent > &) | 
|  Signals inherited from openstudio::BaseInspectorView | |
| void | removeButtonClicked (bool) | 
| void | toggleUnitsClicked (bool displayIP) | 
| void | workspaceObjectRemoved () | 
| Public Member Functions | |
| virtual | ~AirTerminalInspectorView () | 
|  Public Member Functions inherited from openstudio::BaseInspectorView | |
| virtual void | update () | 
| virtual | ~BaseInspectorView () | 
| Public Attributes | |
| AirTerminalInspectorView * | parent | 
|  Public Attributes inherited from openstudio::BaseInspectorView | |
| LibraryTabWidget * | m_libraryTabWidget | 
| BaseInspectorView * | parent | 
| void addMainView * | widget | 
| Protected Member Functions | |
| template<class T > | |
| void | layoutModelObject (model::ModelObject &, bool readOnly, bool displayIP) | 
| Protected Attributes | |
| InspectorGadget * | m_inspectorGadget | 
| LoopChooserView * | m_loopChooserView | 
| boost::optional < model::ModelObject > | m_modelObject | 
| Additional Inherited Members | |
|  Public Slots inherited from openstudio::BaseInspectorView | |
| virtual void | toggleUnits (bool displayIP) | 
| 
 | inlinevirtual | 
| 
 | signal | 
| 
 | protectedvirtual | 
Implements openstudio::BaseInspectorView.
Reimplemented in openstudio::AirTerminalSingleDuctVAVHeatAndCoolReheatInspectorView, openstudio::AirTerminalSingleDuctSeriesPIUReheatInspectorView, openstudio::AirTerminalSingleDuctParallelPIUReheatInspectorView, openstudio::AirTerminalSingleDuctVAVReheatInspectorView, and openstudio::AirTerminalSingleDuctConstantVolumeReheatInspectorView.
| 
 | signal | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| AirTerminalInspectorView * openstudio::AirTerminalInspectorView::parent |