Public Member Functions | Private Attributes | List of all members
corbo::gui::LabelComboBoxWidget Class Reference

#include <label_combobox_widget.h>

Inheritance diagram for corbo::gui::LabelComboBoxWidget:
Inheritance graph
[legend]

Public Member Functions

 LabelComboBoxWidget (const QString &label, QWidget *parent=0)
 
 LabelComboBoxWidget (QWidget *parent=0)
 
void setLabel (const QString &label)
 
QSize sizeHint () const override
 
QComboBox * widgetComboBox ()
 
const QComboBox * widgetComboBox () const
 
QLabel * widgetLabel ()
 
const QLabel * widgetLabel () const
 
 ~LabelComboBoxWidget ()
 

Private Attributes

QComboBox * _combobox
 
QLabel * _label
 

Detailed Description

Definition at line 78 of file label_combobox_widget.h.

Constructor & Destructor Documentation

◆ LabelComboBoxWidget() [1/2]

corbo::gui::LabelComboBoxWidget::LabelComboBoxWidget ( QWidget *  parent = 0)
inlineexplicit

Definition at line 105 of file label_combobox_widget.h.

◆ LabelComboBoxWidget() [2/2]

corbo::gui::LabelComboBoxWidget::LabelComboBoxWidget ( const QString &  label,
QWidget *  parent = 0 
)
explicit

Definition at line 75 of file label_combobox_widget.cpp.

◆ ~LabelComboBoxWidget()

corbo::gui::LabelComboBoxWidget::~LabelComboBoxWidget ( )
inline

Definition at line 107 of file label_combobox_widget.h.

Member Function Documentation

◆ setLabel()

void corbo::gui::LabelComboBoxWidget::setLabel ( const QString &  label)
inline

Definition at line 111 of file label_combobox_widget.h.

◆ sizeHint()

QSize corbo::gui::LabelComboBoxWidget::sizeHint ( ) const
override

Definition at line 90 of file label_combobox_widget.cpp.

◆ widgetComboBox() [1/2]

QComboBox* corbo::gui::LabelComboBoxWidget::widgetComboBox ( )
inline

Definition at line 113 of file label_combobox_widget.h.

◆ widgetComboBox() [2/2]

const QComboBox* corbo::gui::LabelComboBoxWidget::widgetComboBox ( ) const
inline

Definition at line 114 of file label_combobox_widget.h.

◆ widgetLabel() [1/2]

QLabel* corbo::gui::LabelComboBoxWidget::widgetLabel ( )
inline

Definition at line 116 of file label_combobox_widget.h.

◆ widgetLabel() [2/2]

const QLabel* corbo::gui::LabelComboBoxWidget::widgetLabel ( ) const
inline

Definition at line 117 of file label_combobox_widget.h.

Member Data Documentation

◆ _combobox

QComboBox* corbo::gui::LabelComboBoxWidget::_combobox
private

Definition at line 121 of file label_combobox_widget.h.

◆ _label

QLabel* corbo::gui::LabelComboBoxWidget::_label
private

Definition at line 122 of file label_combobox_widget.h.


The documentation for this class was generated from the following files:


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:07:21