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

Public Attributes

bAnimContext ac
 
Scenescene
 
ScrAreaarea
 
ARegionregion
 
PropertyRNAfactor_prop
 
ListBase bezt_arr_list
 
struct tSliderslider
 
void(* modal_update )(struct bContext *, struct wmOperator *)
 
NumInput num
 

Detailed Description

Definition at line 55 of file graph_slider_ops.c.

Member Data Documentation

◆ ac

bAnimContext tGraphSliderOp::ac

◆ area

ScrArea* tGraphSliderOp::area

Definition at line 58 of file graph_slider_ops.c.

Referenced by graph_slider_exit(), and graph_slider_invoke().

◆ bezt_arr_list

ListBase tGraphSliderOp::bezt_arr_list

The original bezt curve data (used for restoring fcurves).

Definition at line 65 of file graph_slider_ops.c.

Referenced by graph_slider_exit(), graph_slider_invoke(), reset_bezts(), and store_original_bezt_arrays().

◆ factor_prop

PropertyRNA* tGraphSliderOp::factor_prop

◆ modal_update

void(* tGraphSliderOp::modal_update) (struct bContext *, struct wmOperator *)

◆ num

NumInput tGraphSliderOp::num

◆ region

ARegion* tGraphSliderOp::region

Definition at line 59 of file graph_slider_ops.c.

Referenced by graph_slider_invoke().

◆ scene

Scene* tGraphSliderOp::scene

◆ slider

struct tSlider* tGraphSliderOp::slider

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