#include <textinfo.h>
Inheritance diagram for TabStopDragOpParam:
Public Member Functions | |
TabStopDragOpParam (TabStopDragType Type, TxtTabStop DraggedTabStop, UserCoord Pos) | |
Public Attributes | |
TabStopDragType | DragType |
TxtTabStop | DraggedTabStop |
UserCoord | StartPos |
Definition at line 505 of file textinfo.h.
|
Definition at line 508 of file textinfo.h. 00508 : 00509 DragType(Type), DraggedTabStop(DraggedTabStop), StartPos(Pos) {} TabStopDragType DragType;
|
|
Definition at line 511 of file textinfo.h. |
|
Definition at line 510 of file textinfo.h. |
|
Definition at line 512 of file textinfo.h. |