Blender  V3.3
Public Attributes | List of all members
SpaceGraph Struct Reference

#include <DNA_space_types.h>

Public Attributes

SpaceLinknext
 
SpaceLinkprev
 
ListBase regionbase
 
char spacetype
 
char link_flag
 
char _pad0 [6]
 
View2D v2d DNA_DEPRECATED
 
struct bDopeSheetads
 
short mode
 
short autosnap
 
int flag
 
float cursorTime
 
float cursorVal
 
int around
 
char _pad [4]
 
SpaceGraph_Runtime runtime
 

Detailed Description

'Graph' Editor (formerly known as the IPO Editor).

Definition at line 437 of file DNA_space_types.h.

Member Data Documentation

◆ _pad

char SpaceGraph::_pad[4]

Definition at line 469 of file DNA_space_types.h.

◆ _pad0

char SpaceGraph::_pad0[6]

Definition at line 443 of file DNA_space_types.h.

◆ ads

struct bDopeSheet* SpaceGraph::ads

◆ around

int SpaceGraph::around

Pivot point for transforms.

Definition at line 468 of file DNA_space_types.h.

Referenced by t_around_get().

◆ autosnap

short SpaceGraph::autosnap

Time-transform auto-snapping settings for Graph editor (eAnimEdit_AutoSnap in DNA_action_types.h).

Definition at line 459 of file DNA_space_types.h.

Referenced by blo_do_versions_pre250(), getAnimEdit_SnapMode(), and graph_create().

◆ cursorTime

float SpaceGraph::cursorTime

Time value for cursor (when in drivers mode; animation uses current frame).

Definition at line 464 of file DNA_space_types.h.

Referenced by calculateCenterCursorGraph2D(), graph_main_region_draw(), graphkeys_framejump_exec(), graphview_cursor_apply(), insert_graph_keys(), mirror_graph_keys(), and snap_graph_keys().

◆ cursorVal

float SpaceGraph::cursorVal

◆ DNA_DEPRECATED

View2D v2d SpaceGraph::DNA_DEPRECATED

Deprecated, copied to region.

Definition at line 447 of file DNA_space_types.h.

◆ flag

int SpaceGraph::flag

◆ link_flag

char SpaceGraph::link_flag

Definition at line 442 of file DNA_space_types.h.

◆ mode

short SpaceGraph::mode

◆ next

SpaceLink* SpaceGraph::next

Definition at line 438 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceGraph::prev

Definition at line 438 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceGraph::regionbase

Storage of regions for inactive spaces.

Definition at line 440 of file DNA_space_types.h.

Referenced by graph_create().

◆ runtime

SpaceGraph_Runtime SpaceGraph::runtime

◆ spacetype

char SpaceGraph::spacetype

Definition at line 441 of file DNA_space_types.h.

Referenced by graph_create().


The documentation for this struct was generated from the following file: