Blender V4.3
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 DNA_DEPRECATED
 
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 469 of file DNA_space_types.h.

Member Data Documentation

◆ _pad

char SpaceGraph::_pad[4]

Definition at line 498 of file DNA_space_types.h.

◆ _pad0

char SpaceGraph::_pad0[6]

Definition at line 475 of file DNA_space_types.h.

◆ ads

struct bDopeSheet* SpaceGraph::ads

◆ around

int SpaceGraph::around

Pivot point for transforms.

Definition at line 497 of file DNA_space_types.h.

Referenced by t_around_get().

◆ cursorTime

float SpaceGraph::cursorTime

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

Definition at line 493 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

◆ DNA_DEPRECATED [1/2]

View2D v2d SpaceGraph::DNA_DEPRECATED

Deprecated, copied to region.

Definition at line 479 of file DNA_space_types.h.

◆ DNA_DEPRECATED [2/2]

short autosnap SpaceGraph::DNA_DEPRECATED

Definition at line 488 of file DNA_space_types.h.

◆ flag

◆ link_flag

char SpaceGraph::link_flag

Definition at line 474 of file DNA_space_types.h.

◆ mode

◆ next

SpaceLink* SpaceGraph::next

Definition at line 470 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceGraph::prev

Definition at line 470 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceGraph::regionbase

Storage of regions for inactive spaces.

Definition at line 472 of file DNA_space_types.h.

Referenced by graph_create().

◆ runtime

◆ spacetype

char SpaceGraph::spacetype

Definition at line 473 of file DNA_space_types.h.

Referenced by graph_create().


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