UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
zqdialogs.hpp
1 /* zqdialogs.hpp */
2 /* $Id: zqdialogs.hpp,v 1.7 2006/09/20 11:54:19 guser1 Exp $ */
3 #ifndef __zqdialogs_hpp
4 #define __zqdialogs_hpp
5 
6 
7 /*
8  * Zq library auxiliary dialogs.
9  */
10 
11 /* Seismic View Options dialog */
12 #include "zqdlg_svoptions.hpp"
13 
14 /* Scale & Grid Options dialog */
15 #include "zqdlg_sgoptions.hpp"
16 
17 #ifdef USE_CGM
18 
19 /* Print to CGM file */
20 #include "zqdlg_print_cgm.hpp"
21 
22 #endif /* USE_CGM */
23 
24 /* Print to different several target formats */
25 #include "zqdlg_print.hpp"
26 
27 /* Plot 2D window */
28 #include "zqdlg_plot2d.hpp"
29 
30 /* Spectrum window */
31 #include "zqdlg_spectrum.hpp"
32 
33 /* Progress bar window */
34 #include "zqdlg_progress.hpp"
35 
36 
37 #endif /* zqdialogs.hpp */