Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/vlg/develop/gwavmerger/src/gWavMerger-main.h File Reference

#include <assa/Assert.h>

Include dependency graph for gWavMerger-main.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 }


Define Documentation

#define max2 a,
     ((a) > (b) ? (a) : (b))
 

Definition at line 40 of file gWavMerger-main.h.

Referenced by LoadProgress::process_file, and MainWindow::reload_cb.


Enumeration Type Documentation

enum Column
 

Enumeration values:
left_column 
right_column 

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;

enum WMState
 

Enumeration values:
Start 
Dirty 
Clean 
Finish 

Definition at line 27 of file gWavMerger-main.h.

Referenced by MainWindow::go_state, and TopMenuBar::set_sensitivity.

00027              {
00028     Start = 0,
00029     Dirty,
00030     Clean,
00031     Finish
00032 } WMState;


Generated on Tue Feb 11 23:05:24 2003 for gwavmerger by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002