Blender V5.0
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 245 of file DNA_space_types.h.

Member Data Documentation

◆ _pad

char SpaceGraph::_pad[4]

Definition at line 274 of file DNA_space_types.h.

◆ _pad0

char SpaceGraph::_pad0[6]

Definition at line 251 of file DNA_space_types.h.

◆ ads

struct bDopeSheet* SpaceGraph::ads

◆ around

int SpaceGraph::around

Pivot point for transforms.

Definition at line 273 of file DNA_space_types.h.

Referenced by blender::ed::transform::t_around_get().

◆ cursorTime

float SpaceGraph::cursorTime

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

Definition at line 269 of file DNA_space_types.h.

Referenced by blender::ed::transform::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]

short autosnap SpaceGraph::DNA_DEPRECATED

Definition at line 264 of file DNA_space_types.h.

◆ DNA_DEPRECATED [2/2]

View2D v2d SpaceGraph::DNA_DEPRECATED

Deprecated, copied to region.

Definition at line 255 of file DNA_space_types.h.

◆ flag

◆ link_flag

char SpaceGraph::link_flag

Definition at line 250 of file DNA_space_types.h.

◆ mode

◆ next

SpaceLink* SpaceGraph::next

Definition at line 246 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceGraph::prev

Definition at line 246 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceGraph::regionbase

Storage of regions for inactive spaces.

Definition at line 248 of file DNA_space_types.h.

Referenced by graph_create().

◆ runtime

◆ spacetype

char SpaceGraph::spacetype

Definition at line 249 of file DNA_space_types.h.

Referenced by graph_create().


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