LibrePCB Developers Documentation
CmpSigPinDisplayTypeComboBox Class Referencefinal

The CmpSigPinDisplayTypeComboBox class. More...

#include <cmpsigpindisplaytypecombobox.h>

Inherits QWidget.

+ Collaboration diagram for CmpSigPinDisplayTypeComboBox:

Signals

void currentItemChanged (const CmpSigPinDisplayType &type)
 

Public Member Functions

 CmpSigPinDisplayTypeComboBox (QWidget *parent=nullptr) noexcept
 
 CmpSigPinDisplayTypeComboBox (const CmpSigPinDisplayTypeComboBox &other)=delete
 
 ~CmpSigPinDisplayTypeComboBox () noexcept
 
CmpSigPinDisplayType getCurrentItem () const noexcept
 
void setCurrentItem (const CmpSigPinDisplayType &type) noexcept
 
CmpSigPinDisplayTypeComboBoxoperator= (const CmpSigPinDisplayTypeComboBox &rhs)=delete
 

Private Member Functions

void currentIndexChanged (int index) noexcept
 

Private Attributes

QComboBox * mComboBox
 

Detailed Description

Constructor & Destructor Documentation

◆ CmpSigPinDisplayTypeComboBox() [1/2]

CmpSigPinDisplayTypeComboBox ( QWidget *  parent = nullptr)
explicitnoexcept
+ Here is the call graph for this function:

◆ CmpSigPinDisplayTypeComboBox() [2/2]

◆ ~CmpSigPinDisplayTypeComboBox()

Member Function Documentation

◆ getCurrentItem()

CmpSigPinDisplayType getCurrentItem ( ) const
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setCurrentItem()

void setCurrentItem ( const CmpSigPinDisplayType type)
noexcept
+ Here is the call graph for this function:

◆ operator=()

CmpSigPinDisplayTypeComboBox& operator= ( const CmpSigPinDisplayTypeComboBox rhs)
delete

◆ currentItemChanged

void currentItemChanged ( const CmpSigPinDisplayType type)
signal
+ Here is the caller graph for this function:

◆ currentIndexChanged()

void currentIndexChanged ( int  index)
privatenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ mComboBox

QComboBox* mComboBox
private

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