Blender  V2.93
Public Attributes | List of all members
TextScroll Struct Reference

Public Attributes

int mval_prev [2]
 
int mval_delta [2]
 
bool is_first
 
bool is_scrollbar
 
enum eScrollZone zone
 
struct {
   int   ofs_init [2]
 
   int   ofs_max [2]
 
   int   size_px [2]
 
state
 
int ofs_delta [2]
 
int ofs_delta_px [2]
 

Detailed Description

Definition at line 2537 of file text_ops.c.

Member Data Documentation

◆ is_first

bool TextScroll::is_first

Definition at line 2541 of file text_ops.c.

Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().

◆ is_scrollbar

bool TextScroll::is_scrollbar

Definition at line 2542 of file text_ops.c.

Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().

◆ mval_delta

int TextScroll::mval_delta[2]

Definition at line 2539 of file text_ops.c.

Referenced by text_scroll_apply(), and text_scroll_invoke().

◆ mval_prev

int TextScroll::mval_prev[2]

Definition at line 2538 of file text_ops.c.

Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().

◆ ofs_delta

int TextScroll::ofs_delta[2]

Definition at line 2552 of file text_ops.c.

Referenced by text_scroll_apply().

◆ ofs_delta_px

int TextScroll::ofs_delta_px[2]

Definition at line 2553 of file text_ops.c.

Referenced by text_scroll_apply().

◆ ofs_init

int TextScroll::ofs_init[2]

Definition at line 2548 of file text_ops.c.

Referenced by text_scroll_apply(), and text_scroll_state_init().

◆ ofs_max

int TextScroll::ofs_max[2]

Definition at line 2549 of file text_ops.c.

Referenced by text_scroll_apply(), and text_scroll_state_init().

◆ size_px

int TextScroll::size_px[2]

Definition at line 2550 of file text_ops.c.

Referenced by scroll_exit(), text_scroll_apply(), and text_scroll_state_init().

◆ 

struct { ... } TextScroll::state

◆ zone

enum eScrollZone TextScroll::zone

Definition at line 2542 of file text_ops.c.

Referenced by text_scroll_bar_invoke(), text_scroll_invoke(), and text_scroll_modal().


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