Blender V2.61 - r43446
Enumerations | Functions | Variables

curve_intern.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  DEL_ALL, DEL_NEXT_CHAR, DEL_PREV_CHAR, DEL_SELECTION,
  DEL_NEXT_SEL, DEL_PREV_SEL
}
enum  { CASE_LOWER, CASE_UPPER }
enum  {
  LINE_BEGIN, LINE_END, PREV_CHAR, NEXT_CHAR,
  PREV_WORD, NEXT_WORD, PREV_LINE, NEXT_LINE,
  PREV_PAGE, NEXT_PAGE
}

Functions

void FONT_OT_text_insert (struct wmOperatorType *ot)
void FONT_OT_line_break (struct wmOperatorType *ot)
void FONT_OT_insert_lorem (struct wmOperatorType *ot)
void FONT_OT_case_toggle (struct wmOperatorType *ot)
void FONT_OT_case_set (struct wmOperatorType *ot)
void FONT_OT_style_toggle (struct wmOperatorType *ot)
void FONT_OT_style_set (struct wmOperatorType *ot)
void FONT_OT_text_copy (struct wmOperatorType *ot)
void FONT_OT_text_cut (struct wmOperatorType *ot)
void FONT_OT_text_paste (struct wmOperatorType *ot)
void FONT_OT_file_paste (struct wmOperatorType *ot)
void FONT_OT_move (struct wmOperatorType *ot)
void FONT_OT_move_select (struct wmOperatorType *ot)
void FONT_OT_delete (struct wmOperatorType *ot)
void FONT_OT_change_character (struct wmOperatorType *ot)
void FONT_OT_change_spacing (struct wmOperatorType *ot)
void FONT_OT_open (struct wmOperatorType *ot)
void FONT_OT_unlink (struct wmOperatorType *ot)
void FONT_OT_textbox_add (struct wmOperatorType *ot)
void FONT_OT_textbox_remove (struct wmOperatorType *ot)
void CURVE_OT_hide (struct wmOperatorType *ot)
void CURVE_OT_reveal (struct wmOperatorType *ot)
void CURVE_OT_separate (struct wmOperatorType *ot)
void CURVE_OT_duplicate (struct wmOperatorType *ot)
void CURVE_OT_delete (struct wmOperatorType *ot)
void CURVE_OT_spline_type_set (struct wmOperatorType *ot)
void CURVE_OT_radius_set (struct wmOperatorType *ot)
void CURVE_OT_spline_weight_set (struct wmOperatorType *ot)
void CURVE_OT_handle_type_set (struct wmOperatorType *ot)
void CURVE_OT_shade_smooth (struct wmOperatorType *ot)
void CURVE_OT_shade_flat (struct wmOperatorType *ot)
void CURVE_OT_tilt_clear (struct wmOperatorType *ot)
void CURVE_OT_smooth (struct wmOperatorType *ot)
void CURVE_OT_smooth_radius (struct wmOperatorType *ot)
void CURVE_OT_primitive_bezier_curve_add (struct wmOperatorType *ot)
void CURVE_OT_primitive_bezier_circle_add (struct wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_curve_add (struct wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_circle_add (struct wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_path_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_curve_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_circle_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_surface_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_cylinder_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_sphere_add (struct wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_torus_add (struct wmOperatorType *ot)
void CURVE_OT_de_select_first (struct wmOperatorType *ot)
void CURVE_OT_de_select_last (struct wmOperatorType *ot)
void CURVE_OT_select_all (struct wmOperatorType *ot)
void CURVE_OT_select_linked (struct wmOperatorType *ot)
void CURVE_OT_select_linked_pick (struct wmOperatorType *ot)
void CURVE_OT_select_row (struct wmOperatorType *ot)
void CURVE_OT_select_next (struct wmOperatorType *ot)
void CURVE_OT_select_previous (struct wmOperatorType *ot)
void CURVE_OT_select_more (struct wmOperatorType *ot)
void CURVE_OT_select_less (struct wmOperatorType *ot)
void CURVE_OT_select_random (struct wmOperatorType *ot)
void CURVE_OT_select_nth (struct wmOperatorType *ot)
void CURVE_OT_switch_direction (struct wmOperatorType *ot)
void CURVE_OT_subdivide (struct wmOperatorType *ot)
void CURVE_OT_make_segment (struct wmOperatorType *ot)
void CURVE_OT_spin (struct wmOperatorType *ot)
void CURVE_OT_vertex_add (struct wmOperatorType *ot)
void CURVE_OT_extrude (struct wmOperatorType *ot)
void CURVE_OT_cyclic_toggle (struct wmOperatorType *ot)
void CURVE_OT_specials_menu (struct wmOperatorType *ot)

Variables

const char ED_lorem []

Detailed Description

Definition in file curve_intern.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
DEL_ALL 
DEL_NEXT_CHAR 
DEL_PREV_CHAR 
DEL_SELECTION 
DEL_NEXT_SEL 
DEL_PREV_SEL 

Definition at line 42 of file curve_intern.h.

anonymous enum
Enumerator:
CASE_LOWER 
CASE_UPPER 

Definition at line 43 of file curve_intern.h.

anonymous enum
Enumerator:
LINE_BEGIN 
LINE_END 
PREV_CHAR 
NEXT_CHAR 
PREV_WORD 
NEXT_WORD 
PREV_LINE 
NEXT_LINE 
PREV_PAGE 
NEXT_PAGE 

Definition at line 44 of file curve_intern.h.


Function Documentation

void CURVE_OT_cyclic_toggle ( struct wmOperatorType ot)
void CURVE_OT_de_select_first ( struct wmOperatorType ot)
void CURVE_OT_de_select_last ( struct wmOperatorType ot)
void CURVE_OT_delete ( struct wmOperatorType ot)
void CURVE_OT_duplicate ( struct wmOperatorType ot)
void CURVE_OT_extrude ( struct wmOperatorType ot)
void CURVE_OT_handle_type_set ( struct wmOperatorType ot)
void CURVE_OT_hide ( struct wmOperatorType ot)
void CURVE_OT_make_segment ( struct wmOperatorType ot)
void CURVE_OT_primitive_bezier_circle_add ( struct wmOperatorType ot)
void CURVE_OT_primitive_bezier_curve_add ( struct wmOperatorType ot)
void CURVE_OT_primitive_nurbs_circle_add ( struct wmOperatorType ot)
void CURVE_OT_primitive_nurbs_curve_add ( struct wmOperatorType ot)
void CURVE_OT_primitive_nurbs_path_add ( struct wmOperatorType ot)
void CURVE_OT_radius_set ( struct wmOperatorType ot)
void CURVE_OT_reveal ( struct wmOperatorType ot)
void CURVE_OT_select_all ( struct wmOperatorType ot)
void CURVE_OT_select_less ( struct wmOperatorType ot)
void CURVE_OT_select_linked ( struct wmOperatorType ot)
void CURVE_OT_select_linked_pick ( struct wmOperatorType ot)
void CURVE_OT_select_more ( struct wmOperatorType ot)
void CURVE_OT_select_next ( struct wmOperatorType ot)
void CURVE_OT_select_nth ( struct wmOperatorType ot)
void CURVE_OT_select_previous ( struct wmOperatorType ot)
void CURVE_OT_select_random ( struct wmOperatorType ot)
void CURVE_OT_select_row ( struct wmOperatorType ot)
void CURVE_OT_separate ( struct wmOperatorType ot)
void CURVE_OT_shade_flat ( struct wmOperatorType ot)
void CURVE_OT_shade_smooth ( struct wmOperatorType ot)
void CURVE_OT_smooth ( struct wmOperatorType ot)
void CURVE_OT_smooth_radius ( struct wmOperatorType ot)
void CURVE_OT_specials_menu ( struct wmOperatorType ot)
void CURVE_OT_spin ( struct wmOperatorType ot)
void CURVE_OT_spline_type_set ( struct wmOperatorType ot)
void CURVE_OT_spline_weight_set ( struct wmOperatorType ot)
void CURVE_OT_subdivide ( struct wmOperatorType ot)
void CURVE_OT_switch_direction ( struct wmOperatorType ot)
void CURVE_OT_tilt_clear ( struct wmOperatorType ot)
void CURVE_OT_vertex_add ( struct wmOperatorType ot)
void FONT_OT_case_set ( struct wmOperatorType ot)
void FONT_OT_case_toggle ( struct wmOperatorType ot)
void FONT_OT_change_character ( struct wmOperatorType ot)
void FONT_OT_change_spacing ( struct wmOperatorType ot)
void FONT_OT_delete ( struct wmOperatorType ot)
void FONT_OT_file_paste ( struct wmOperatorType ot)
void FONT_OT_insert_lorem ( struct wmOperatorType ot)
void FONT_OT_line_break ( struct wmOperatorType ot)
void FONT_OT_move ( struct wmOperatorType ot)
void FONT_OT_move_select ( struct wmOperatorType ot)
void FONT_OT_open ( struct wmOperatorType ot)
void FONT_OT_style_set ( struct wmOperatorType ot)
void FONT_OT_style_toggle ( struct wmOperatorType ot)
void FONT_OT_text_copy ( struct wmOperatorType ot)
void FONT_OT_text_cut ( struct wmOperatorType ot)
void FONT_OT_text_insert ( struct wmOperatorType ot)
void FONT_OT_text_paste ( struct wmOperatorType ot)
void FONT_OT_textbox_add ( struct wmOperatorType ot)
void FONT_OT_textbox_remove ( struct wmOperatorType ot)
void FONT_OT_unlink ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_circle_add ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_curve_add ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_cylinder_add ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_sphere_add ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_surface_add ( struct wmOperatorType ot)
void SURFACE_OT_primitive_nurbs_surface_torus_add ( struct wmOperatorType ot)

Variable Documentation

const char ED_lorem[]

Definition at line 28 of file lorem.c.

Referenced by insert_lorem_exec().