OpenStudio:model_editor
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
IGComboBox Class Reference

#include <InspectorGadget.hpp>

+ Inheritance diagram for IGComboBox:

Public Attributes

 else
 
IGComboBox parent: QComboBox( parent ) { } protected: bool event ( QEvent * e ) override { if( e->type() == QEvent::Wheel ) { return false
 

Member Data Documentation

IGComboBox::else
Initial value:
{
return QComboBox::event(e)
IGComboBox IGComboBox::parent