#include <DocFlowDrag.h>
Inheritance diagram for OglGui::DocFlowDrag:


Public Member Functions | |
| DocFlowDrag () | |
| void | SetDocWnd (Window *wnd, DocDimensions *doc) |
| void | Friction (double f) |
| double | Friction () |
| void | UseMouseButton (int btn) |
| void | SetFlowPageExtra (int extra) |
| void | FlowPageThreshold (double t) |
| void | ClampDocY (int docY) |
| void | FlowDragDisplay () |
| void | MouseFunc (int msg, int but, int state, int x, int y) |
| void | KeyboardFunc (int c, int state) |
Protected Attributes | |
| DocDimensions * | mFlowDoc |
| Window * | mFlowWnd |
| bool | mKineticScrolling |
| bool | mFlowing |
| bool | mFlowDragging |
| int | mMyMouseButton |
| int | mOldDocY |
| int | mFlowDragDiff |
| int | mFlowDragStartY |
| int | mFlowDragLastY |
| int | mFlowStartY |
| int | mFlowPageExtra |
| double | mFlowSpeed |
| double | mFlowPageThresh |
| double | mFriction |
| double | mFlowDragStartTime |
Definition at line 29 of file DocFlowDrag.h.
1.5.1