OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Signals | Public Member Functions | Protected Member Functions | List of all members
openstudio::BuildingComponentDialog Class Reference

#include <BuildingComponentDialog.hpp>

Signals

void collapsibleComponentClicked (bool checked)
 
void componentClicked (bool checked)
 
void getComponentsByPage (int pageNum)
 
void headerClicked (bool checked)
 

Public Member Functions

 BuildingComponentDialog (std::string &filterType, bool isBclDlg=true,*parent=nullptr)
 
int currentTIDSelection ()
 
int rootTID ()
 
void setRootTID (int tid)
 
void setShowNewComponents (bool showNewComponents)
 
bool showNewComponents ()
 
virtual ~BuildingComponentDialog ()
 

Protected Member Functions

void paintEvent (QPaintEvent *event) override
 

Constructor & Destructor Documentation

openstudio::BuildingComponentDialog::BuildingComponentDialog ( std::string &  filterType,
bool  isBclDlg = true,
parent = nullptr 
)
virtual openstudio::BuildingComponentDialog::~BuildingComponentDialog ( )
inlinevirtual

Member Function Documentation

void openstudio::BuildingComponentDialog::collapsibleComponentClicked ( bool  checked)
signal
void openstudio::BuildingComponentDialog::componentClicked ( bool  checked)
signal
int openstudio::BuildingComponentDialog::currentTIDSelection ( )
void openstudio::BuildingComponentDialog::getComponentsByPage ( int  pageNum)
signal
void openstudio::BuildingComponentDialog::headerClicked ( bool  checked)
signal
void openstudio::BuildingComponentDialog::paintEvent ( QPaintEvent *  event)
overrideprotected
int openstudio::BuildingComponentDialog::rootTID ( )
void openstudio::BuildingComponentDialog::setRootTID ( int  tid)
void openstudio::BuildingComponentDialog::setShowNewComponents ( bool  showNewComponents)
bool openstudio::BuildingComponentDialog::showNewComponents ( )