SciDAVis
1.D4
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
scidavis
src
TeXTableExportDialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
File : TeXTableExportDialog.h
3
Project : SciDAVis
4
--------------------------------------------------------------------
5
Copyright : (C) 2010 by Iurie Nistor
6
Email (use @ for *) : nistor*iurie.org
7
Description : TeX table export dialog
8
9
***************************************************************************/
10
11
/***************************************************************************
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 3 of the License, or *
16
* (at your option) any later version. *
17
* *
18
* This program is distributed in the hope that it will be useful, *
19
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
20
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
21
* GNU General Public License for more details. *
22
* *
23
* You should have received a copy of the GNU General Public License *
24
* along with this program; if not, write to the Free Software *
25
* Foundation, Inc., 51 Franklin Street, Fifth Floor, *
26
* Boston, MA 02110-1301 USA *
27
* *
28
***************************************************************************/
29
30
#ifndef TEX_TABLE_EXPORT_DIALOG_H
31
#define TEX_TABLE_EXPORT_DIALOG_H
32
33
34
#include "
ExtensibleFileDialog.h
"
35
36
class
TeXTableSettingsWidget
;
37
class
TeXTableSettings
;
38
40
/*
41
* The TeXTableExportDialog class is a dialog window which that allow users to select
42
* the TeX table parameters and file in wich the table data will be exported in the TeX format.
43
*/
44
class
TeXTableExportDialog
:
public
ExtensibleFileDialog
45
{
46
Q_OBJECT
47
48
public
:
49
TeXTableExportDialog
( QWidget* parent = 0 );
51
TeXTableSettings
tex_TableSettings
(
void
);
52
53
private
:
55
58
TeXTableSettingsWidget
*
tex_settings_Widget
;
59
};
60
61
#endif // ifndef TEX_TABLE_EXPORT_DIALOG_H
Generated by
1.8.1