hydrogen 1.1.1
DeviceComboBox Class Reference

Combo box showing a list of available devices for a given driver. More...

#include <PreferencesDialog.h>

Inheritance diagram for DeviceComboBox:

Public Member Functions

 DeviceComboBox (QWidget *pParent)
 
void setDriver (QString sDriver)
 Set the driver name to use. More...
 
void setHostAPI (QString sHostAPI)
 
virtual void showPopup ()
 

Private Attributes

bool m_bHasDevices
 
QString m_sDriver
 
QString m_sHostAPI
 

Detailed Description

Combo box showing a list of available devices for a given driver.

List is calculated lazily when needed.

Constructor & Destructor Documentation

◆ DeviceComboBox()

DeviceComboBox ( QWidget *  pParent)

Member Function Documentation

◆ setDriver()

void setDriver ( QString  sDriver)
inline

Set the driver name to use.

◆ setHostAPI()

void setHostAPI ( QString  sHostAPI)
inline

◆ showPopup()

void showPopup ( )
virtual

Field Documentation

◆ m_bHasDevices

bool m_bHasDevices
private

◆ m_sDriver

QString m_sDriver
private

◆ m_sHostAPI

QString m_sHostAPI
private