Audacity 3.2.0
Classes | Functions
DeviceToolBar.h File Reference
#include <vector>
#include "ToolBar.h"
#include "Observer.h"
Include dependency graph for DeviceToolBar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DeviceToolBar
 A toobar to allow easier changing of input and output devices . More...
 

Functions

int DeviceToolbarPrefsID ()
 Methods for DeviceToolBar. More...
 

Function Documentation

◆ DeviceToolbarPrefsID()

int DeviceToolbarPrefsID ( )

Methods for DeviceToolBar.

Definition at line 67 of file DeviceToolBar.cpp.

68{
69 static int value = wxNewId();
70 return value;
71}

Referenced by AudioSetupToolBar::CommonMenuItemSteps(), DeviceToolBar::OnChoice(), AudioSetupToolBar::UpdateSelectedPrefs(), and DeviceToolBar::UpdateSelectedPrefs().

Here is the caller graph for this function: