~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/editors/curve/curve_intern.h

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-02-08 22:20:54 UTC
  • mfrom: (1.4.2 upstream)
  • mto: (14.2.6 sid) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110208222054-kk0gwa4bu8h5lyq4
Tags: upstream-2.56.1-beta-svn34076
ImportĀ upstreamĀ versionĀ 2.56.1-beta-svn34076

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * $Id: curve_intern.h 33435 2010-12-03 01:52:28Z campbellbarton $
 
3
 *
 
4
 * ***** BEGIN GPL LICENSE BLOCK *****
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU General Public License
 
8
 * as published by the Free Software Foundation; either version 2
 
9
 * of the License, or (at your option) any later version. 
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software Foundation,
 
18
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
19
 *
 
20
 * The Original Code is Copyright (C) 2008 Blender Foundation.
 
21
 * All rights reserved.
 
22
 *
 
23
 * 
 
24
 * Contributor(s): Blender Foundation
 
25
 *
 
26
 * ***** END GPL LICENSE BLOCK *****
 
27
 */
 
28
 
 
29
#ifndef ED_CURVE_INTERN_H
 
30
#define ED_CURVE_INTERN_H
 
31
 
 
32
/* internal exports only */
 
33
struct wmOperatorType;
 
34
 
 
35
/* lorem.c */
 
36
extern const char ED_lorem[];
 
37
 
 
38
/* editfont.c */
 
39
enum { DEL_ALL, DEL_NEXT_CHAR, DEL_PREV_CHAR, DEL_SELECTION, DEL_NEXT_SEL, DEL_PREV_SEL };
 
40
enum { CASE_LOWER, CASE_UPPER };
 
41
enum { LINE_BEGIN, LINE_END, PREV_CHAR, NEXT_CHAR, PREV_WORD, NEXT_WORD,
 
42
           PREV_LINE, NEXT_LINE, PREV_PAGE, NEXT_PAGE };
 
43
 
 
44
void FONT_OT_text_insert(struct wmOperatorType *ot);
 
45
void FONT_OT_line_break(struct wmOperatorType *ot);
 
46
void FONT_OT_insert_lorem(struct wmOperatorType *ot);
 
47
 
 
48
void FONT_OT_case_toggle(struct wmOperatorType *ot);
 
49
void FONT_OT_case_set(struct wmOperatorType *ot);
 
50
void FONT_OT_style_toggle(struct wmOperatorType *ot);
 
51
void FONT_OT_style_set(struct wmOperatorType *ot);
 
52
 
 
53
void FONT_OT_text_copy(struct wmOperatorType *ot);
 
54
void FONT_OT_text_cut(struct wmOperatorType *ot);
 
55
void FONT_OT_text_paste(struct wmOperatorType *ot);
 
56
void FONT_OT_file_paste(struct wmOperatorType *ot);
 
57
void FONT_OT_buffer_paste(struct wmOperatorType *ot);
 
58
 
 
59
void FONT_OT_move(struct wmOperatorType *ot);
 
60
void FONT_OT_move_select(struct wmOperatorType *ot);
 
61
void FONT_OT_delete(struct wmOperatorType *ot);
 
62
 
 
63
void FONT_OT_change_character(struct wmOperatorType *ot);
 
64
void FONT_OT_change_spacing(struct wmOperatorType *ot);
 
65
 
 
66
void FONT_OT_open(struct wmOperatorType *ot);
 
67
void FONT_OT_unlink(struct wmOperatorType *ot);
 
68
 
 
69
void FONT_OT_textbox_add(struct wmOperatorType *ot);
 
70
void FONT_OT_textbox_remove(struct wmOperatorType *ot);
 
71
 
 
72
/* editcurve.c */
 
73
void CURVE_OT_hide(struct wmOperatorType *ot);
 
74
void CURVE_OT_reveal(struct wmOperatorType *ot);
 
75
 
 
76
void CURVE_OT_separate(struct wmOperatorType *ot);
 
77
void CURVE_OT_duplicate(struct wmOperatorType *ot);
 
78
void CURVE_OT_delete(struct wmOperatorType *ot);
 
79
 
 
80
void CURVE_OT_spline_type_set(struct wmOperatorType *ot);
 
81
void CURVE_OT_radius_set(struct wmOperatorType *ot);
 
82
void CURVE_OT_spline_weight_set(struct wmOperatorType *ot);
 
83
void CURVE_OT_handle_type_set(struct wmOperatorType *ot);
 
84
void CURVE_OT_shade_smooth(struct wmOperatorType *ot);
 
85
void CURVE_OT_shade_flat(struct wmOperatorType *ot);
 
86
void CURVE_OT_tilt_clear(struct wmOperatorType *ot);
 
87
 
 
88
void CURVE_OT_smooth(struct wmOperatorType *ot);
 
89
void CURVE_OT_smooth_radius(struct wmOperatorType *ot);
 
90
 
 
91
void CURVE_OT_primitive_bezier_curve_add(struct wmOperatorType *ot);
 
92
void CURVE_OT_primitive_bezier_circle_add(struct wmOperatorType *ot);
 
93
void CURVE_OT_primitive_nurbs_curve_add(struct wmOperatorType *ot);
 
94
void CURVE_OT_primitive_nurbs_circle_add(struct wmOperatorType *ot);
 
95
void CURVE_OT_primitive_nurbs_path_add(struct wmOperatorType *ot);
 
96
 
 
97
void SURFACE_OT_primitive_nurbs_surface_curve_add(struct wmOperatorType *ot);
 
98
void SURFACE_OT_primitive_nurbs_surface_circle_add(struct wmOperatorType *ot);
 
99
void SURFACE_OT_primitive_nurbs_surface_surface_add(struct wmOperatorType *ot);
 
100
void SURFACE_OT_primitive_nurbs_surface_cylinder_add(struct wmOperatorType *ot);
 
101
void SURFACE_OT_primitive_nurbs_surface_sphere_add(struct wmOperatorType *ot);
 
102
void SURFACE_OT_primitive_nurbs_surface_torus_add(struct wmOperatorType *ot);
 
103
 
 
104
void CURVE_OT_de_select_first(struct wmOperatorType *ot);
 
105
void CURVE_OT_de_select_last(struct wmOperatorType *ot);
 
106
void CURVE_OT_select_all(struct wmOperatorType *ot);
 
107
void CURVE_OT_select_inverse(struct wmOperatorType *ot);
 
108
void CURVE_OT_select_linked(struct wmOperatorType *ot);
 
109
void CURVE_OT_select_linked_pick(struct wmOperatorType *ot);
 
110
void CURVE_OT_select_row(struct wmOperatorType *ot);
 
111
void CURVE_OT_select_next(struct wmOperatorType *ot);
 
112
void CURVE_OT_select_previous(struct wmOperatorType *ot);
 
113
void CURVE_OT_select_more(struct wmOperatorType *ot);
 
114
void CURVE_OT_select_less(struct wmOperatorType *ot);
 
115
void CURVE_OT_select_random(struct wmOperatorType *ot);
 
116
void CURVE_OT_select_nth(struct wmOperatorType *ot);
 
117
 
 
118
void CURVE_OT_switch_direction(struct wmOperatorType *ot);
 
119
void CURVE_OT_subdivide(struct wmOperatorType *ot);
 
120
void CURVE_OT_make_segment(struct wmOperatorType *ot);
 
121
void CURVE_OT_spin(struct wmOperatorType *ot);
 
122
void CURVE_OT_vertex_add(struct wmOperatorType *ot);
 
123
void CURVE_OT_extrude(struct wmOperatorType *ot);
 
124
void CURVE_OT_cyclic_toggle(struct wmOperatorType *ot);
 
125
 
 
126
void CURVE_OT_specials_menu(struct wmOperatorType *ot);
 
127
 
 
128
#endif /* ED_UTIL_INTERN_H */
 
129