app: #pragma once in app/tools
This commit is contained in:
parent
246f9d284f
commit
14fb14effc
94 changed files with 96 additions and 554 deletions
|
|
@ -18,12 +18,8 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOL_OPTIONS_MANAGER_H__
|
||||
#define __GIMP_TOOL_OPTIONS_MANAGER_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
void gimp_tool_options_manager_init (Gimp *gimp);
|
||||
void gimp_tool_options_manager_exit (Gimp *gimp);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOL_OPTIONS_MANAGER_H__ */
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOLS_H__
|
||||
#define __GIMP_TOOLS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
void gimp_tools_init (Gimp *gimp);
|
||||
|
|
@ -40,6 +39,3 @@ gboolean gimp_tools_deserialize (Gimp *gimp,
|
|||
void gimp_tools_reset (Gimp *gimp,
|
||||
GimpContainer *container,
|
||||
gboolean user_toolrc);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOLS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_AIRBRUSH_TOOL_H__
|
||||
#define __GIMP_AIRBRUSH_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppaintbrushtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_airbrush_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_airbrush_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_AIRBRUSH_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ALIGN_TOOL_H__
|
||||
#define __GIMP_ALIGN_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -74,6 +72,3 @@ void gimp_align_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_align_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_ALIGN_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_BRIGHTNESS_CONTRAST_TOOL_H__
|
||||
#define __GIMP_BRIGHTNESS_CONTRAST_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -56,6 +54,3 @@ void gimp_brightness_contrast_tool_register (GimpToolRegisterCallback callba
|
|||
gpointer data);
|
||||
|
||||
GType gimp_brightness_contrast_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_BRIGHTNESS_CONTRAST_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_BRUSH_TOOL_H__
|
||||
#define __GIMP_BRUSH_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppainttool.h"
|
||||
|
||||
|
|
@ -58,6 +56,3 @@ GimpCanvasItem * gimp_brush_tool_create_outline (GimpBrushTool *brush_tool,
|
|||
GimpDisplay *display,
|
||||
gdouble x,
|
||||
gdouble y);
|
||||
|
||||
|
||||
#endif /* __GIMP_BRUSH_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_BY_COLOR_SELECT_TOOL_H__
|
||||
#define __GIMP_BY_COLOR_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpregionselecttool.h"
|
||||
|
||||
|
|
@ -50,6 +48,3 @@ void gimp_by_color_select_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_by_color_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_BY_COLOR_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CAGE_OPTIONS_H__
|
||||
#define __GIMP_CAGE_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ struct _GimpCageOptionsClass
|
|||
GType gimp_cage_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_cage_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_CAGE_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CAGE_TOOL_H__
|
||||
#define __GIMP_CAGE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -80,6 +78,3 @@ void gimp_cage_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_cage_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_CAGE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,11 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CLONE_OPTIONS_GUI_H__
|
||||
#define __GIMP_CLONE_OPTIONS_GUI_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GtkWidget * gimp_clone_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_CLONE_OPTIONS_GUI_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CLONE_TOOL_H__
|
||||
#define __GIMP_CLONE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpsourcetool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_clone_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_clone_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_CLONE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_COLOR_OPTIONS_H__
|
||||
#define __GIMP_COLOR_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -50,6 +48,3 @@ struct _GimpColorOptionsClass
|
|||
GType gimp_color_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_color_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_COLOR_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CONVOLVE_TOOL_H__
|
||||
#define __GIMP_CONVOLVE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ void gimp_convolve_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_convolve_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_CONVOLVE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CROP_OPTIONS_H__
|
||||
#define __GIMP_CROP_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -56,6 +54,3 @@ struct _GimpCropOptions
|
|||
GType gimp_crop_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_crop_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_CROP_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CURVES_TOOL_H__
|
||||
#define __GIMP_CURVES_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -64,6 +62,3 @@ void gimp_curves_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_curves_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_CURVES_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_DODGE_BURN_TOOL_H__
|
||||
#define __GIMP_DODGE_BURN_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -51,6 +49,3 @@ void gimp_dodge_burn_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_dodge_burn_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_DODGEBURN_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_DRAW_TOOL_H__
|
||||
#define __GIMP_DRAW_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptool.h"
|
||||
|
||||
|
|
@ -207,6 +205,3 @@ gboolean gimp_draw_tool_on_handle (GimpDrawTool *draw_too
|
|||
gint width,
|
||||
gint height,
|
||||
GimpHandleAnchor anchor);
|
||||
|
||||
|
||||
#endif /* __GIMP_DRAW_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_EDIT_SELECTION_TOOL_H__
|
||||
#define __GIMP_EDIT_SELECTION_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -45,6 +43,3 @@ gboolean gimp_edit_selection_tool_translate (GimpTool *tool,
|
|||
GimpTransformType translate_type,
|
||||
GimpDisplay *display,
|
||||
GtkWidget **type_box);
|
||||
|
||||
|
||||
#endif /* __GIMP_EDIT_SELECTION_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ELLIPSE_SELECT_TOOL_H__
|
||||
#define __GIMP_ELLIPSE_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimprectangleselecttool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_ellipse_select_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_ellipse_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_ELLIPSE_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ERASER_TOOL_H__
|
||||
#define __GIMP_ERASER_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -50,6 +48,3 @@ void gimp_eraser_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_eraser_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_ERASER_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FILTER_OPTIONS_H__
|
||||
#define __GIMP_FILTER_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpcoloroptions.h"
|
||||
|
||||
|
|
@ -59,6 +57,3 @@ void gimp_filter_options_switch_preview_side (GimpFilterOptions *optio
|
|||
void gimp_filter_options_switch_preview_orientation (GimpFilterOptions *options,
|
||||
gint position_x,
|
||||
gint position_y);
|
||||
|
||||
|
||||
#endif /* __GIMP_FILTER_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FILTER_TOOL_SETTINGS_H__
|
||||
#define __GIMP_FILTER_TOOL_SETTINGS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GtkWidget * gimp_filter_tool_get_settings_box (GimpFilterTool *filter_tool);
|
||||
|
|
@ -32,6 +31,3 @@ gboolean gimp_filter_tool_real_settings_import (GimpFilterTool *filter_tool,
|
|||
gboolean gimp_filter_tool_real_settings_export (GimpFilterTool *filter_tool,
|
||||
GOutputStream *output,
|
||||
GError **error);
|
||||
|
||||
|
||||
#endif /* __GIMP_FILTER_TOOL_SETTINGS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FILTER_TOOL_WIDGETS_H__
|
||||
#define __GIMP_FILTER_TOOL_WIDGETS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GimpToolWidget * gimp_filter_tool_create_widget (GimpFilterTool *filter_tool,
|
||||
|
|
@ -31,6 +30,3 @@ GimpToolWidget * gimp_filter_tool_create_widget (GimpFilterTool *filter_tool
|
|||
|
||||
void gimp_filter_tool_reset_widget (GimpFilterTool *filter_tool,
|
||||
GimpToolWidget *widget);
|
||||
|
||||
|
||||
#endif /* __GIMP_FILTER_TOOL_WIDGETS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FILTER_TOOL_H__
|
||||
#define __GIMP_FILTER_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpcolortool.h"
|
||||
|
||||
|
|
@ -146,6 +144,3 @@ gboolean gimp_filter_tool_get_drawable_area (GimpFilterTool *filter_t
|
|||
gint *drawable_offset_x,
|
||||
gint *drawable_offset_y,
|
||||
GeglRectangle *drawable_area);
|
||||
|
||||
|
||||
#endif /* __GIMP_FILTER_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FLIP_OPTIONS_H__
|
||||
#define __GIMP_FLIP_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformoptions.h"
|
||||
|
||||
|
|
@ -47,6 +45,3 @@ struct _GimpFlipOptions
|
|||
GType gimp_flip_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_flip_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_FLIP_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FLIP_TOOL_H__
|
||||
#define __GIMP_FLIP_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformtool.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ void gimp_flip_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_flip_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_FLIP_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,10 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __GIMP_FOREGROUND_SELECT_OPTIONS_H__
|
||||
#define __GIMP_FOREGROUND_SELECT_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectionoptions.h"
|
||||
|
||||
|
|
@ -57,8 +54,3 @@ struct _GimpForegroundSelectOptionsClass
|
|||
GType gimp_foreground_select_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_foreground_select_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
|
||||
#endif /* __GIMP_FOREGROUND_SELECT_OPTIONS_H__ */
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FOREGROUND_SELECT_TOOL_H__
|
||||
#define __GIMP_FOREGROUND_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppolygonselecttool.h"
|
||||
|
||||
|
|
@ -73,6 +71,3 @@ void gimp_foreground_select_tool_register (GimpToolRegisterCallback callback
|
|||
gpointer data);
|
||||
|
||||
GType gimp_foreground_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_FOREGROUND_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
|
||||
#if 0
|
||||
|
||||
#ifndef __GIMP_FOREGROUND_SELECT_TOOL_UNDO_H__
|
||||
#define __GIMP_FOREGROUND_SELECT_TOOL_UNDO_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimpundo.h"
|
||||
|
||||
|
|
@ -50,7 +48,4 @@ struct _GimpForegroundSelectToolUndoClass
|
|||
|
||||
GType gimp_foreground_select_tool_undo_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_FOREGROUND_SELECT_TOOL_UNDO_H__ */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FREE_SELECT_TOOL_H__
|
||||
#define __GIMP_FREE_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppolygonselecttool.h"
|
||||
|
||||
|
|
@ -52,5 +50,3 @@ void gimp_free_select_tool_register (GimpToolRegisterCallback callback,
|
|||
|
||||
GType gimp_free_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_FREE_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_FUZZY_SELECT_TOOL_H__
|
||||
#define __GIMP_FUZZY_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpregionselecttool.h"
|
||||
|
||||
|
|
@ -50,6 +48,3 @@ void gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_fuzzy_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_FUZZY_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_GEGL_TOOL_H__
|
||||
#define __GIMP_GEGL_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpoperationtool.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ void gimp_gegl_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_gegl_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_GEGL_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_GENERIC_TRANSFORM_TOOL_H__
|
||||
#define __GIMP_GENERIC_TRANSFORM_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridtool.h"
|
||||
|
||||
|
|
@ -53,6 +51,3 @@ struct _GimpGenericTransformToolClass
|
|||
|
||||
|
||||
GType gimp_generic_transform_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_GENERIC_TRANSFORM_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_GUIDE_TOOL_H__
|
||||
#define __GIMP_GUIDE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -69,6 +67,3 @@ void gimp_guide_tool_start_edit (GimpTool *parent_tool,
|
|||
void gimp_guide_tool_start_edit_many (GimpTool *parent_tool,
|
||||
GimpDisplay *display,
|
||||
GList *guides);
|
||||
|
||||
|
||||
#endif /* __GIMP_GUIDE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_HANDLE_TRANSFORM_OPTIONS_H__
|
||||
#define __GIMP_HANDLE_TRANSFORM_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridoptions.h"
|
||||
|
||||
|
|
@ -49,6 +47,3 @@ struct _GimpHandleTransformOptionsClass
|
|||
GType gimp_handle_transform_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_handle_transform_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_HANDLE_TRANSFORM_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_HANDLE_TRANSFORM_TOOL_H__
|
||||
#define __GIMP_HANDLE_TRANSFORM_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpgenerictransformtool.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ void gimp_handle_transform_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_handle_transform_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_HANDLE_TRANSFORM_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_HEAL_TOOL_H__
|
||||
#define __GIMP_HEAL_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpsourcetool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_heal_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_heal_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_HEAL_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_HISTOGRAM_OPTIONS_H__
|
||||
#define __GIMP_HISTOGRAM_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfilteroptions.h"
|
||||
|
||||
|
|
@ -47,6 +45,3 @@ struct _GimpHistogramOptionsClass
|
|||
|
||||
|
||||
GType gimp_histogram_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_HISTOGRAM_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,11 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_INK_OPTIONS_GUI_H__
|
||||
#define __GIMP_INK_OPTIONS_GUI_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GtkWidget * gimp_ink_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_INK_OPTIONS_GUI_H__ */
|
||||
GtkWidget * gimp_ink_options_gui (GimpToolOptions *tool_options);
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_INK_TOOL_H__
|
||||
#define __GIMP_INK_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppainttool.h"
|
||||
|
||||
|
|
@ -50,6 +48,3 @@ void gimp_ink_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_ink_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_INK_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ISCISSORS_OPTIONS_H__
|
||||
#define __GIMP_ISCISSORS_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectionoptions.h"
|
||||
|
||||
|
|
@ -44,6 +42,3 @@ struct _GimpIscissorsOptions
|
|||
GType gimp_iscissors_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_iscissors_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_ISCISSORS_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ISCISSORS_TOOL_H__
|
||||
#define __GIMP_ISCISSORS_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectiontool.h"
|
||||
|
||||
|
|
@ -92,6 +90,3 @@ void gimp_iscissors_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_iscissors_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_ISCISSORS_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_LEVELS_TOOL_H__
|
||||
#define __GIMP_LEVELS_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -71,6 +69,3 @@ void gimp_levels_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_levels_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_LEVELS_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_MAGNIFY_OPTIONS_H__
|
||||
#define __GIMP_MAGNIFY_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -46,5 +44,3 @@ GType gimp_magnify_options_get_type (void) G_GNUC_CONST;
|
|||
|
||||
GtkWidget * gimp_magnify_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_MAGNIFY_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_MAGNIFY_TOOL_H__
|
||||
#define __GIMP_MAGNIFY_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -55,6 +53,3 @@ void gimp_magnify_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_magnify_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_MAGNIFY_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_MEASURE_OPTIONS_H__
|
||||
#define __GIMP_MEASURE_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformoptions.h"
|
||||
|
||||
|
|
@ -53,6 +51,3 @@ struct _GimpMeasureOptionsClass
|
|||
GType gimp_measure_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_measure_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_MEASURE_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_MEASURE_TOOL_H__
|
||||
#define __GIMP_MEASURE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformtool.h"
|
||||
|
||||
|
|
@ -66,6 +64,3 @@ void gimp_measure_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_measure_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_MEASURE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_MOVE_OPTIONS_H__
|
||||
#define __GIMP_MOVE_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ struct _GimpMoveOptions
|
|||
GType gimp_move_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_move_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_MOVE_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_N_POINT_DEFORMATION_OPTIONS_H__
|
||||
#define __GIMP_N_POINT_DEFORMATION_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -62,6 +60,3 @@ GtkWidget * gimp_n_point_deformation_options_gui (GimpToolOptions *tool_opt
|
|||
|
||||
void gimp_n_point_deformation_options_set_sensitivity (GimpNPointDeformationOptions *npd_options,
|
||||
gboolean tool_active);
|
||||
|
||||
|
||||
#endif /* __GIMP_N_POINT_DEFORMATION_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,12 +17,9 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_N_POINT_DEFORMATION_TOOL_H__
|
||||
#define __GIMP_N_POINT_DEFORMATION_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
#include <npd/npd_common.h>
|
||||
|
||||
|
||||
|
|
@ -90,6 +87,3 @@ void gimp_n_point_deformation_tool_register (GimpToolRegisterCallback callba
|
|||
gpointer data);
|
||||
|
||||
GType gimp_n_point_deformation_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_N_POINT_DEFORMATION_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_OFFSET_TOOL_H__
|
||||
#define __GIMP_OFFSET_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -59,6 +57,3 @@ void gimp_offset_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_offset_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_OFFSET_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_OPERATION_TOOL_H__
|
||||
#define __GIMP_OPERATION_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -67,6 +65,3 @@ void gimp_operation_tool_set_operation (GimpOperationTool *op_tool,
|
|||
const gchar *undo_desc,
|
||||
const gchar *icon_name,
|
||||
const gchar *help_id);
|
||||
|
||||
|
||||
#endif /* __GIMP_OPERATION_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PAINTBRUSH_TOOL_H__
|
||||
#define __GIMP_PAINTBRUSH_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_paintbrush_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_paintbrush_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINTBRUSH_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,13 +15,9 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PAINT_OPTIONS_GUI_H__
|
||||
#define __GIMP_PAINT_OPTIONS_GUI_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GtkWidget * gimp_paint_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
GtkWidget * gimp_paint_options_gui_get_paint_mode_box (GtkWidget *options_gui);
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINT_OPTIONS_GUI_H__ */
|
||||
|
|
|
|||
|
|
@ -15,10 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __GIMP_PAINT_SELECT_OPTIONS_H__
|
||||
#define __GIMP_PAINT_SELECT_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -52,7 +49,3 @@ struct _GimpPaintSelectOptionsClass
|
|||
GType gimp_paint_select_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_paint_select_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINT_SELECT_OPTIONS_H__ */
|
||||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PAINT_SELECT_TOOL_H__
|
||||
#define __GIMP_PAINT_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -69,6 +67,3 @@ void gimp_paint_select_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_paint_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINT_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PAINT_TOOL_PAINT_H__
|
||||
#define __GIMP_PAINT_TOOL_PAINT_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
typedef void (* GimpPaintToolPaintFunc) (GimpPaintTool *tool,
|
||||
|
|
@ -43,6 +42,3 @@ void gimp_paint_tool_paint_push (GimpPaintTool *tool,
|
|||
void gimp_paint_tool_paint_motion (GimpPaintTool *tool,
|
||||
const GimpCoords *coords,
|
||||
guint32 time);
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINT_TOOL_PAINT_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PAINT_TOOL_H__
|
||||
#define __GIMP_PAINT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpcolortool.h"
|
||||
|
||||
|
|
@ -110,6 +108,3 @@ void gimp_paint_tool_set_draw_circle (GimpPaintTool *tool,
|
|||
|
||||
void gimp_paint_tool_force_draw (GimpPaintTool *tool,
|
||||
gboolean force);
|
||||
|
||||
|
||||
#endif /* __GIMP_PAINT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PENCIL_TOOL_H__
|
||||
#define __GIMP_PENCIL_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimppaintbrushtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_pencil_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_pencil_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_PENCIL_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PERSPECTIVE_CLONE_TOOL_H__
|
||||
#define __GIMP_PERSPECTIVE_CLONE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
#include "gimptransformtool.h" /* for TransInfo */
|
||||
|
|
@ -67,6 +65,3 @@ void gimp_perspective_clone_tool_register (GimpToolRegisterCallback callback
|
|||
gpointer data);
|
||||
|
||||
GType gimp_perspective_clone_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_PERSPECTIVE_CLONE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PERSPECTIVE_TOOL_H__
|
||||
#define __GIMP_PERSPECTIVE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpgenerictransformtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_perspective_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_perspective_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_PERSPECTIVE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_POLYGON_SELECT_TOOL_H__
|
||||
#define __GIMP_POLYGON_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectiontool.h"
|
||||
|
||||
|
|
@ -65,5 +63,3 @@ gboolean gimp_polygon_select_tool_is_grabbed (GimpPolygonSelectTool *poly_sel
|
|||
|
||||
void gimp_polygon_select_tool_halt (GimpPolygonSelectTool *poly_sel);
|
||||
|
||||
|
||||
#endif /* __GIMP_POLYGON_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_RECTANGLE_OPTIONS_H__
|
||||
#define __GIMP_RECTANGLE_OPTIONS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
typedef enum
|
||||
|
|
@ -176,6 +175,3 @@ void gimp_rectangle_options_get_property (GObject *object,
|
|||
/* testing helper functions */
|
||||
|
||||
GtkWidget * gimp_rectangle_options_get_size_entry (GimpRectangleOptions *rectangle_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_RECTANGLE_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_RECTANGLE_SELECT_OPTIONS_H__
|
||||
#define __GIMP_RECTANGLE_SELECT_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectionoptions.h"
|
||||
|
||||
|
|
@ -45,6 +43,3 @@ struct _GimpRectangleSelectOptions
|
|||
GType gimp_rectangle_select_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_rectangle_select_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_RECTANGLE_SELECT_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_REGION_SELECT_OPTIONS_H__
|
||||
#define __GIMP_REGION_SELECT_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectionoptions.h"
|
||||
|
||||
|
|
@ -49,6 +47,3 @@ struct _GimpRegionSelectOptions
|
|||
GType gimp_region_select_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_region_select_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_REGION_SELECT_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_REGION_SELECT_TOOL_H__
|
||||
#define __GIMP_REGION_SELECT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpselectiontool.h"
|
||||
|
||||
|
|
@ -61,6 +59,3 @@ struct _GimpRegionSelectToolClass
|
|||
|
||||
|
||||
GType gimp_region_select_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_REGION_SELECT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_ROTATE_TOOL_H__
|
||||
#define __GIMP_ROTATE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridtool.h"
|
||||
|
||||
|
|
@ -53,6 +51,3 @@ void gimp_rotate_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_rotate_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_ROTATE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SAMPLE_POINT_TOOL_H__
|
||||
#define __GIMP_SAMPLE_POINT_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -57,6 +55,3 @@ void gimp_sample_point_tool_start_new (GimpTool *parent_tool,
|
|||
void gimp_sample_point_tool_start_edit (GimpTool *parent_tool,
|
||||
GimpDisplay *display,
|
||||
GimpSamplePoint *sample_point);
|
||||
|
||||
|
||||
#endif /* __GIMP_SAMPLE_POINT_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SCALE_TOOL_H__
|
||||
#define __GIMP_SCALE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridtool.h"
|
||||
|
||||
|
|
@ -49,6 +47,3 @@ void gimp_scale_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_scale_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_SCALE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SEAMLESS_CLONE_OPTIONS_H__
|
||||
#define __GIMP_SEAMLESS_CLONE_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -52,6 +50,3 @@ struct _GimpSeamlessCloneOptionsClass
|
|||
GType gimp_seamless_clone_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_seamless_clone_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_SEAMLESS_CLONE_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SEAMLESS_CLONE_TOOL_H__
|
||||
#define __GIMP_SEAMLESS_CLONE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -81,6 +79,3 @@ void gimp_seamless_clone_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_seamless_clone_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_SEAMLESS_CLONE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SELECTION_OPTIONS_H__
|
||||
#define __GIMP_SELECTION_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -51,6 +49,3 @@ struct _GimpSelectionOptions
|
|||
GType gimp_selection_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_selection_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_SELECTION_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SELECTION_TOOL_H__
|
||||
#define __GIMP_SELECTION_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -73,6 +71,3 @@ void gimp_selection_tool_start_change (GimpSelectionTool *sel_tool,
|
|||
GimpChannelOps operation);
|
||||
void gimp_selection_tool_end_change (GimpSelectionTool *sel_tool,
|
||||
gboolean cancel);
|
||||
|
||||
|
||||
#endif /* __GIMP_SELECTION_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SHEAR_TOOL_H__
|
||||
#define __GIMP_SHEAR_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridtool.h"
|
||||
|
||||
|
|
@ -52,5 +50,3 @@ void gimp_shear_tool_register (GimpToolRegisterCallback callback,
|
|||
|
||||
GType gimp_shear_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_SHEAR_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SMUDGE_TOOL_H__
|
||||
#define __GIMP_SMUDGE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_smudge_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_smudge_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_SMUDGE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_SOURCE_TOOL_H__
|
||||
#define __GIMP_SOURCE_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpbrushtool.h"
|
||||
|
||||
|
|
@ -61,6 +59,3 @@ struct _GimpSourceToolClass
|
|||
|
||||
|
||||
GType gimp_source_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_SOURCE_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TEXT_TOOL_EDITOR_H__
|
||||
#define __GIMP_TEXT_TOOL_EDITOR_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
void gimp_text_tool_editor_init (GimpTextTool *text_tool);
|
||||
|
|
@ -51,6 +50,3 @@ void gimp_text_tool_editor_get_cursor_rect (GimpTextTool *text_too
|
|||
gboolean overwrite,
|
||||
PangoRectangle *cursor_rect);
|
||||
void gimp_text_tool_editor_update_im_cursor (GimpTextTool *text_tool);
|
||||
|
||||
|
||||
#endif /* __GIMP_TEXT_TOOL_EDITOR_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_THRESHOLD_TOOL_H__
|
||||
#define __GIMP_THRESHOLD_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpfiltertool.h"
|
||||
|
||||
|
|
@ -54,6 +52,3 @@ void gimp_threshold_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_threshold_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_THRESHOLD_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TILE_HANDLER_ISCISSORS_H__
|
||||
#define __GIMP_TILE_HANDLER_ISCISSORS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gegl/gimptilehandlervalidate.h"
|
||||
|
||||
|
|
@ -54,6 +52,3 @@ struct _GimpTileHandlerIscissorsClass
|
|||
GType gimp_tile_handler_iscissors_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GeglTileHandler * gimp_tile_handler_iscissors_new (GimpPickable *pickable);
|
||||
|
||||
|
||||
#endif /* __GIMP_TILE_HANDLER_ISCISSORS_H__ */
|
||||
|
|
|
|||
|
|
@ -18,11 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOL_PROGRESS_H__
|
||||
#define __GIMP_TOOL_PROGRESS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
void gimp_tool_progress_iface_init (GimpProgressInterface *iface);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOL_PROGRESS */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOL_H__
|
||||
#define __GIMP_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimpobject.h"
|
||||
|
||||
|
|
@ -295,6 +293,3 @@ void gimp_tool_set_cursor (GimpTool *tool,
|
|||
GimpCursorType cursor,
|
||||
GimpToolCursorType tool_cursor,
|
||||
GimpCursorModifier modifier);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOL_CONTROL_H__
|
||||
#define __GIMP_TOOL_CONTROL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimpobject.h"
|
||||
|
||||
|
|
@ -270,6 +268,3 @@ const gchar * gimp_tool_control_get_action_object_2 (GimpToolControl *control);
|
|||
void gimp_tool_control_set_action_pixel_size (GimpToolControl *control,
|
||||
const gchar *action);
|
||||
const gchar * gimp_tool_control_get_action_pixel_size (GimpToolControl *control);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOL_CONTROL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,12 +15,8 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOL_OPTIONS_GUI_H__
|
||||
#define __GIMP_TOOL_OPTIONS_GUI_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
GtkWidget * gimp_tool_options_gui (GimpToolOptions *tool_options);
|
||||
GtkWidget * gimp_tool_options_empty_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOL_OPTIONS_GUI_H__ */
|
||||
|
|
|
|||
|
|
@ -15,14 +15,10 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TOOLS_UTILS_H__
|
||||
#define __GIMP_TOOLS_UTILS_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
void gimp_tools_blink_lock_box (Gimp *gimp,
|
||||
GimpItem *item);
|
||||
|
||||
void gimp_tools_show_tool_options (Gimp *gimp);
|
||||
|
||||
|
||||
#endif /* __GIMP_TOOLS_UTILS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_3D_OPTIONS_H__
|
||||
#define __GIMP_TRANSFORM_3D_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridoptions.h"
|
||||
|
||||
|
|
@ -54,6 +52,3 @@ struct _GimpTransform3DOptionsClass
|
|||
GType gimp_transform_3d_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_transform_3d_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_3D_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_3D_TOOL_H__
|
||||
#define __GIMP_TRANSFORM_3D_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformgridtool.h"
|
||||
|
||||
|
|
@ -63,5 +61,3 @@ void gimp_transform_3d_tool_register (GimpToolRegisterCallback callback,
|
|||
|
||||
GType gimp_transform_3d_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_3D_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_GRID_OPTIONS_H__
|
||||
#define __GIMP_TRANSFORM_GRID_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformoptions.h"
|
||||
|
||||
|
|
@ -70,6 +68,3 @@ GType gimp_transform_grid_options_get_type (void) G_GNUC_CONST;
|
|||
GtkWidget * gimp_transform_grid_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
gboolean gimp_transform_grid_options_show_preview (GimpTransformGridOptions *options);
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_GRID_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_GRID_TOOL_H__
|
||||
#define __GIMP_TRANSFORM_GRID_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimptransformtool.h"
|
||||
|
||||
|
|
@ -113,6 +111,3 @@ void gimp_transform_grid_tool_matrix_to_info (GimpTransformGridTool *t
|
|||
|
||||
void gimp_transform_grid_tool_push_internal_undo (GimpTransformGridTool *tg_tool,
|
||||
gboolean compress);
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_GRID_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_GRID_TOOL_UNDO_H__
|
||||
#define __GIMP_TRANSFORM_GRID_TOOL_UNDO_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimpundo.h"
|
||||
|
||||
|
|
@ -39,7 +37,7 @@ struct _GimpTransformGridToolUndo
|
|||
|
||||
GimpTransformGridTool *tg_tool;
|
||||
TransInfo trans_infos[2];
|
||||
#if 0
|
||||
#if 0
|
||||
TileManager *original;
|
||||
#endif
|
||||
};
|
||||
|
|
@ -51,6 +49,3 @@ struct _GimpTransformGridToolUndoClass
|
|||
|
||||
|
||||
GType gimp_transform_grid_tool_undo_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_GRID_TOOL_UNDO_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_OPTIONS_H__
|
||||
#define __GIMP_TRANSFORM_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -59,6 +57,3 @@ GtkWidget * gimp_transform_options_gui (GimpToolOptions *tool_options,
|
|||
gboolean direction,
|
||||
gboolean interpolation,
|
||||
gboolean clipping);
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_TOOL_H__
|
||||
#define __GIMP_TRANSFORM_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -101,6 +99,3 @@ gboolean gimp_transform_tool_transform (GimpTransformTool *tr_too
|
|||
|
||||
void gimp_transform_tool_set_type (GimpTransformTool *tr_tool,
|
||||
GimpTransformType type);
|
||||
|
||||
|
||||
#endif /* __GIMP_TRANSFORM_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_UNIFIED_TRANSFORM_TOOL_H__
|
||||
#define __GIMP_UNIFIED_TRANSFORM_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpgenerictransformtool.h"
|
||||
|
||||
|
|
@ -48,6 +46,3 @@ void gimp_unified_transform_tool_register (GimpToolRegisterCallback callback
|
|||
gpointer data);
|
||||
|
||||
GType gimp_unified_transform_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_UNIFIED_TRANSFORM_TOOL_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_WARP_OPTIONS_H__
|
||||
#define __GIMP_WARP_OPTIONS_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
||||
|
|
@ -70,6 +68,3 @@ struct _GimpWarpOptionsClass
|
|||
GType gimp_warp_options_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_warp_options_gui (GimpToolOptions *tool_options);
|
||||
|
||||
|
||||
#endif /* __GIMP_WARP_OPTIONS_H__ */
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_WARP_TOOL_H__
|
||||
#define __GIMP_WARP_TOOL_H__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gimpdrawtool.h"
|
||||
|
||||
|
|
@ -73,6 +71,3 @@ void gimp_warp_tool_register (GimpToolRegisterCallback callback,
|
|||
gpointer data);
|
||||
|
||||
GType gimp_warp_tool_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* __GIMP_WARP_TOOL_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue