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

#include <OSConcepts.hpp>

Public Member Functions

 Heading (const QString &t_headingLabel, const bool t_showColumnCheckbox=true, const bool t_showColumnButton=true, const QSharedPointer<> &t_widget=QSharedPointer<>())
 
QString label () const
 
bool showButton () const
 
bool showCheckbox () const
 
QSharedPointer widget () const
 

Constructor & Destructor Documentation

openstudio::Heading::Heading ( const QString &  t_headingLabel,
const bool  t_showColumnCheckbox = true,
const bool  t_showColumnButton = true,
const QSharedPointer<> &  t_widget = QSharedPointer<>() 
)
inlineexplicit

Member Function Documentation

QString openstudio::Heading::label ( ) const
inline
bool openstudio::Heading::showButton ( ) const
inline
bool openstudio::Heading::showCheckbox ( ) const
inline
QSharedPointer openstudio::Heading::widget ( ) const
inline