Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
NyqControl Class Reference

A control on a NyquistDialog. More...

#include <Nyquist.h>

Collaboration diagram for NyqControl:
[legend]

Public Member Functions

 NyqControl ()=default
 
 NyqControl (const NyqControl &)=default
 
NyqControloperator= (const NyqControl &)=default
 

Public Attributes

int type
 
wxString var
 
wxString name
 
wxString label
 
std::vector< EnumValueSymbolchoices
 
FileNames::FileTypes fileTypes
 
wxString valStr
 
wxString lowStr
 
wxString highStr
 
double val
 
double low
 
double high
 
int ticks
 

Detailed Description

A control on a NyquistDialog.

Definition at line 43 of file Nyquist.h.

Constructor & Destructor Documentation

◆ NyqControl() [1/2]

NyqControl::NyqControl ( )
default

◆ NyqControl() [2/2]

NyqControl::NyqControl ( const NyqControl )
default

Member Function Documentation

◆ operator=()

NyqControl & NyqControl::operator= ( const NyqControl )
default

Member Data Documentation

◆ choices

std::vector<EnumValueSymbol> NyqControl::choices

◆ fileTypes

FileNames::FileTypes NyqControl::fileTypes

◆ high

double NyqControl::high

◆ highStr

wxString NyqControl::highStr

◆ label

wxString NyqControl::label

Definition at line 55 of file Nyquist.h.

Referenced by NyquistEffect::BuildEffectWindow(), and NyquistEffect::Parse().

◆ low

double NyqControl::low

◆ lowStr

wxString NyqControl::lowStr

Definition at line 59 of file Nyquist.h.

Referenced by NyquistEffect::Parse(), and NyquistEffect::TransferDataFromEffectWindow().

◆ name

wxString NyqControl::name

Definition at line 54 of file Nyquist.h.

Referenced by NyquistEffect::BuildEffectWindow(), and NyquistEffect::Parse().

◆ ticks

int NyqControl::ticks

◆ type

int NyqControl::type

◆ val

double NyqControl::val

◆ valStr

wxString NyqControl::valStr

◆ var

wxString NyqControl::var

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