|
Blender V5.0
|
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] |
Definition at line 2666 of file text_ops.cc.
| bool TextScroll::is_first |
Definition at line 2670 of file text_ops.cc.
Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().
| bool TextScroll::is_scrollbar |
Definition at line 2671 of file text_ops.cc.
Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().
| int TextScroll::mval_delta[2] |
Definition at line 2668 of file text_ops.cc.
Referenced by text_scroll_apply(), and text_scroll_invoke().
| int TextScroll::mval_prev[2] |
Definition at line 2667 of file text_ops.cc.
Referenced by text_scroll_apply(), text_scroll_bar_invoke(), and text_scroll_invoke().
| int TextScroll::ofs_delta[2] |
Definition at line 2681 of file text_ops.cc.
Referenced by text_scroll_apply().
| int TextScroll::ofs_delta_px[2] |
Definition at line 2682 of file text_ops.cc.
Referenced by text_scroll_apply().
| int TextScroll::ofs_init[2] |
Definition at line 2677 of file text_ops.cc.
Referenced by text_scroll_apply(), and text_scroll_state_init().
| int TextScroll::ofs_max[2] |
Definition at line 2678 of file text_ops.cc.
Referenced by text_scroll_apply(), and text_scroll_state_init().
| int TextScroll::size_px[2] |
Definition at line 2679 of file text_ops.cc.
Referenced by scroll_exit(), text_scroll_apply(), and text_scroll_state_init().
| struct { ... } TextScroll::state |
Referenced by scroll_exit(), text_scroll_apply(), and text_scroll_state_init().
| enum eScrollZone TextScroll::zone |
Definition at line 2673 of file text_ops.cc.
Referenced by text_scroll_bar_invoke(), text_scroll_invoke(), and text_scroll_modal().