|
Blender V4.5
|
Classes | |
| struct | [struct].state |
Public Attributes | |
| int | mval_prev [2] |
| int | mval_delta [2] |
| bool | is_first |
| bool | is_scrollbar |
| enum eScrollZone | zone |
| struct | state |
| int | ofs_delta [2] |
| int | ofs_delta_px [2] |
Definition at line 2637 of file text_ops.cc.
| bool TextScroll::is_first |
Definition at line 2641 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 2642 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 2639 of file text_ops.cc.
Referenced by text_scroll_apply(), and text_scroll_invoke().
| int TextScroll::mval_prev[2] |
Definition at line 2638 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 2652 of file text_ops.cc.
Referenced by text_scroll_apply().
| int TextScroll::ofs_delta_px[2] |
Definition at line 2653 of file text_ops.cc.
Referenced by text_scroll_apply().
| struct TextScroll::[struct].state TextScroll::state |
Referenced by scroll_exit(), text_scroll_apply(), and text_scroll_state_init().
| enum eScrollZone TextScroll::zone |
Definition at line 2644 of file text_ops.cc.
Referenced by text_scroll_bar_invoke(), text_scroll_invoke(), and text_scroll_modal().