#include <assa/Assert.h>
Include dependency graph for gWavMerger-main.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | max2(a, b) ((a) > (b) ? (a) : (b)) |
Enumerations | |
enum | WMState { Start = 0, Dirty, Clean, Finish } |
enum | Column { left_column, right_column } |
|
Definition at line 40 of file gWavMerger-main.h. Referenced by LoadProgress::process_file, and MainWindow::reload_cb. |
|
Definition at line 34 of file gWavMerger-main.h. Referenced by MainWindow::get_clist, MainWindow::make_selected_file_name, MainWindow::play_sound, and ActionsMenu::shift.
00034 { 00035 left_column, 00036 right_column 00037 } Column; |
|
Definition at line 27 of file gWavMerger-main.h. Referenced by MainWindow::go_state, and TopMenuBar::set_sensitivity.
|