Blender V2.61 - r43446
Classes | Typedefs | Enumerations | Functions

gpencil_intern.h File Reference

Go to the source code of this file.

Classes

struct  bActListElem

Typedefs

typedef enum eGPencil_PaintModes eGPencil_PaintModes
typedef struct bActListElem bActListElem
typedef enum ACTFILTER_FLAGS ACTFILTER_FLAGS
typedef enum ACTCONT_TYPES ACTCONT_TYPES

Enumerations

enum  eGPencil_PaintModes { GP_PAINTMODE_DRAW = 0, GP_PAINTMODE_ERASER, GP_PAINTMODE_DRAW_STRAIGHT, GP_PAINTMODE_DRAW_POLY }
enum  ACTFILTER_FLAGS {
  ACTFILTER_VISIBLE = (1<<0), ACTFILTER_SEL = (1<<1), ACTFILTER_FOREDIT = (1<<2), ACTFILTER_CHANNELS = (1<<3),
  ACTFILTER_IPOKEYS = (1<<4), ACTFILTER_ONLYICU = (1<<5), ACTFILTER_FORDRAWING = (1<<6), ACTFILTER_ACTGROUPED = (1<<7)
}
enum  ACTCONT_TYPES { ACTCONT_NONE = 0, ACTCONT_ACTION, ACTCONT_SHAPEKEY, ACTCONT_GPENCIL }

Functions

void GPENCIL_OT_draw (struct wmOperatorType *ot)
void GPENCIL_OT_data_add (struct wmOperatorType *ot)
void GPENCIL_OT_data_unlink (struct wmOperatorType *ot)
void GPENCIL_OT_layer_add (struct wmOperatorType *ot)
void GPENCIL_OT_active_frame_delete (struct wmOperatorType *ot)
void GPENCIL_OT_convert (struct wmOperatorType *ot)
void gpencil_undo_init (struct bGPdata *gpd)
void gpencil_undo_push (struct bGPdata *gpd)
void gpencil_undo_finish (void)

Detailed Description

Definition in file gpencil_intern.h.


Typedef Documentation

typedef struct bActListElem bActListElem

Enumeration Type Documentation

Enumerator:
ACTCONT_NONE 
ACTCONT_ACTION 
ACTCONT_SHAPEKEY 
ACTCONT_GPENCIL 

Definition at line 110 of file gpencil_intern.h.

Enumerator:
ACTFILTER_VISIBLE 
ACTFILTER_SEL 
ACTFILTER_FOREDIT 
ACTFILTER_CHANNELS 
ACTFILTER_IPOKEYS 
ACTFILTER_ONLYICU 
ACTFILTER_FORDRAWING 
ACTFILTER_ACTGROUPED 

Definition at line 98 of file gpencil_intern.h.

Enumerator:
GP_PAINTMODE_DRAW 
GP_PAINTMODE_ERASER 
GP_PAINTMODE_DRAW_STRAIGHT 
GP_PAINTMODE_DRAW_POLY 

Definition at line 48 of file gpencil_intern.h.


Function Documentation

void GPENCIL_OT_active_frame_delete ( struct wmOperatorType ot)
void GPENCIL_OT_convert ( struct wmOperatorType ot)
void GPENCIL_OT_data_add ( struct wmOperatorType ot)
void GPENCIL_OT_data_unlink ( struct wmOperatorType ot)
void GPENCIL_OT_draw ( struct wmOperatorType ot)
void GPENCIL_OT_layer_add ( struct wmOperatorType ot)
void gpencil_undo_finish ( void  )
void gpencil_undo_init ( struct bGPdata gpd)

Definition at line 116 of file gpencil_undo.c.

References gpencil_undo_push().

Referenced by gp_session_initdata().

void gpencil_undo_push ( struct bGPdata gpd)