ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / dao-gui-utils.h
blobbdfb88df701d5d64f8be0de68cd3f9d505fe4eab
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
3 /*
4 * dao-gui-utils.h:
6 * Authors:
7 * Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi>
8 * Andreas J. Guelzow <aguelzow@taliesin.ca>
10 * (C) Copyright 2000, 2001 by Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi>
11 * (C) Copyright 2001, 2002 by Andreas J. Guelzow <aguelzow@taliesin.ca>
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 2 of the License, or
16 * (at your option) any later version.
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.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, see <https://www.gnu.org/licenses/>.
27 #ifndef GNUMERIC_DAO_GUI_UTILS_H
28 #define GNUMERIC_DAO_GUI_UTILS_H
30 #include "gnumeric.h"
31 #include "numbers.h"
32 #include <widgets/gnumeric-expr-entry.h>
33 #include "tool-dialogs.h"
34 #include "tools/dao.h"
37 void dialog_tool_init_outputs (GenericToolState *state, GCallback sensitivity_cb);
38 data_analysis_output_t *parse_output (GenericToolState *state, data_analysis_output_t *dao);
39 void dialog_tool_preset_to_range (GenericToolState *state);
42 #endif