hydrogen 1.1.1
PreferencesDialog Class Reference

Preferences Dialog. More...

#include <PreferencesDialog.h>

Inheritance diagram for PreferencesDialog:
Object

Public Member Functions

 PreferencesDialog (QWidget *parent)
 
 ~PreferencesDialog ()
 
- Public Member Functions inherited from Object
 ~Object ()
 destructor More...
 
 Object (const Object &obj)
 copy constructor More...
 
 Object (const char *class_name)
 constructor More...
 
const char * class_name () const
 return the class name More...
 
virtual QString toQString (const QString &sPrefix, bool bShort=true) const
 Formatted string version for debugging purposes. More...
 
void Print (bool bShort=true) const
 Prints content of toQString() via DEBUGLOG. More...
 

Static Public Attributes

static QString m_sColorRed = "#ca0003"
 
- Static Public Attributes inherited from Object
static QString sPrintIndention = " "
 String used to format the debugging string output of some core classes. More...
 

Private Slots

void on_okBtn_clicked ()
 
void on_cancelBtn_clicked ()
 
void on_selectApplicationFontBtn_clicked ()
 
void on_selectMixerFontBtn_clicked ()
 
void on_restartDriverBtn_clicked ()
 
void on_driverComboBox_activated (int index)
 
void on_portaudioHostAPIComboBox_activated (int index)
 
void on_latencyTargetSpinBox_valueChanged (int i)
 
void on_bufferSizeSpinBox_valueChanged (int i)
 
void on_resampleComboBox_currentIndexChanged (int index)
 
void on_sampleRateComboBox_editTextChanged (const QString &text)
 
void on_midiPortComboBox_activated (int index)
 
void on_midiOutportComboBox_activated (int index)
 
void on_styleComboBox_activated (int index)
 
void on_useLashCheckbox_clicked ()
 
void onMidiDriverComboBoxIndexChanged (int index)
 
void on_m_pAudioDeviceTxt_currentTextChanged (QString)
 
void toggleTrackOutsCheckBox (bool toggled)
 
void toggleOscCheckBox (bool toggled)
 
void coloringMethodCombo_currentIndexChanged (int index)
 

Private Member Functions

void updateDriverInfo ()
 
void updateDriverPreferences ()
 

Private Attributes

bool m_bNeedDriverRestart
 
QString m_sInitialLanguage
 

Additional Inherited Members

- Static Public Member Functions inherited from Object
static void set_count (bool flag)
 enable/disable class instances counting More...
 
static bool count_active ()
 return true if class instances counting is enabled More...
 
static unsigned objects_count ()
 return the number of objects More...
 
static void write_objects_map_to (std::ostream &out)
 output the full objects map to a given ostream More...
 
static void write_objects_map_to_cerr ()
 output objects map to stderr More...
 
static int bootstrap (Logger *logger, bool count=false)
 must be called before any Object instantiation ! More...
 
static Loggerlogger ()
 return the logger instance More...
 
- Static Protected Attributes inherited from Object
static Logger__logger = nullptr
 logger instance pointer More...
 

Detailed Description

Preferences Dialog.

Constructor & Destructor Documentation

◆ PreferencesDialog()

PreferencesDialog ( QWidget *  parent)
explicit

◆ ~PreferencesDialog()

Member Function Documentation

◆ coloringMethodCombo_currentIndexChanged

void coloringMethodCombo_currentIndexChanged ( int  index)
privateslot

◆ on_bufferSizeSpinBox_valueChanged

void on_bufferSizeSpinBox_valueChanged ( int  i)
privateslot

◆ on_cancelBtn_clicked

void on_cancelBtn_clicked ( )
privateslot

◆ on_driverComboBox_activated

void on_driverComboBox_activated ( int  index)
privateslot

◆ on_latencyTargetSpinBox_valueChanged

void on_latencyTargetSpinBox_valueChanged ( int  i)
privateslot

◆ on_m_pAudioDeviceTxt_currentTextChanged

void on_m_pAudioDeviceTxt_currentTextChanged ( QString  str)
privateslot

◆ on_midiOutportComboBox_activated

void on_midiOutportComboBox_activated ( int  index)
privateslot

◆ on_midiPortComboBox_activated

void on_midiPortComboBox_activated ( int  index)
privateslot

◆ on_okBtn_clicked

void on_okBtn_clicked ( )
privateslot

◆ on_portaudioHostAPIComboBox_activated

void on_portaudioHostAPIComboBox_activated ( int  index)
privateslot

◆ on_resampleComboBox_currentIndexChanged

void on_resampleComboBox_currentIndexChanged ( int  index)
privateslot

◆ on_restartDriverBtn_clicked

void on_restartDriverBtn_clicked ( )
privateslot

◆ on_sampleRateComboBox_editTextChanged

void on_sampleRateComboBox_editTextChanged ( const QString &  text)
privateslot

◆ on_selectApplicationFontBtn_clicked

void on_selectApplicationFontBtn_clicked ( )
privateslot

◆ on_selectMixerFontBtn_clicked

void on_selectMixerFontBtn_clicked ( )
privateslot

◆ on_styleComboBox_activated

void on_styleComboBox_activated ( int  index)
privateslot

◆ on_useLashCheckbox_clicked

void on_useLashCheckbox_clicked ( )
privateslot

◆ onMidiDriverComboBoxIndexChanged

void onMidiDriverComboBoxIndexChanged ( int  index)
privateslot

◆ toggleOscCheckBox

void toggleOscCheckBox ( bool  toggled)
privateslot

◆ toggleTrackOutsCheckBox

void toggleTrackOutsCheckBox ( bool  toggled)
privateslot

◆ updateDriverInfo()

void updateDriverInfo ( )
private

◆ updateDriverPreferences()

void updateDriverPreferences ( )
private

Field Documentation

◆ m_bNeedDriverRestart

bool m_bNeedDriverRestart
private

◆ m_sColorRed

QString m_sColorRed = "#ca0003"
static

◆ m_sInitialLanguage

QString m_sInitialLanguage
private