#include <units.h>
Public Member Functions | |
| Freq () | |
| Freq (const Freq &oldfreq) | |
| virtual | ~Freq () |
| int | fromfreq () |
| Freq & | operator++ () |
| Freq & | operator-- () |
| int | operator> (Freq &newfreq) |
| int | operator< (Freq &newfreq) |
| Freq & | operator= (const Freq &newfreq) |
| int | operator= (const int newfreq) |
| int | operator!= (Freq &newfreq) |
| int | operator== (Freq &newfreq) |
| int | operator== (int newfreq) |
Static Public Member Functions | |
| static void | init_table () |
| static int | tofreq (int index) |
| static int | fromfreq (int index) |
Data Fields | |
| int | freq |
Static Public Attributes | |
| static int * | freqtable = 0 |
Definition at line 70 of file units.h.
| Freq::Freq | ( | ) |
Definition at line 78 of file units.C.
References freq, and init_table().

| void Freq::init_table | ( | ) | [static] |
Definition at line 89 of file units.C.
References freqtable, and TOTALFREQS.
Referenced by Freq(), fromfreq(), and tofreq().
| int Freq::tofreq | ( | int | index | ) | [static] |
Definition at line 133 of file units.C.
References freq, freqtable, and init_table().
Referenced by SpectrogramWindow::create_objects(), ParametricWindow::create_objects(), BC_QPot::get_caption(), BC_QPot::get_value(), Spectrogram::render_gui(), and ParametricWindow::update_canvas().

| int Freq::fromfreq | ( | ) |
Definition at line 114 of file units.C.
References freq, freqtable, and TOTALFREQS.
Referenced by BC_QPot::BC_QPot(), and BC_QPot::update().
| int Freq::fromfreq | ( | int | index | ) | [static] |
Definition at line 123 of file units.C.
References freqtable, init_table(), and TOTALFREQS.

| Freq & Freq::operator++ | ( | ) |
int * Freq::freqtable = 0 [static] |
| int Freq::freq |
Definition at line 99 of file units.h.
Referenced by Freq(), fromfreq(), operator!=(), operator++(), operator--(), operator<(), operator=(), operator==(), operator>(), StringFile::readline(), tofreq(), and StringFile::writeline().
1.5.5