#include "camview.h"
#include "rendwnd.h"
#include "wrkrect.h"
Go to the source code of this file.
Classes | |
class | ScreenView |
A subclass of CCamView which is the class actually used for screen display. More... | |
class | ScreenView::ScreenCanvas |
class | PageDropInfo |
Gives info about where an drag has, or is going to be, dropped on a page. More... | |
class | ViewDragTarget |
An instantiation of this class is created by each entity which wishes to provide a 'destination' to which the mouse can go to complete a drag. WinoilDragTargets are used as a base class from which to derive drag targets for WINOIL entities (an optional HWND). More... | |
Enumerations | |
enum | ObjectDragTarget { NO_TARGET, FILL_TARGET, LINE_TARGET, STARTCOL_TARGET, ENDCOL_TARGET, ENDCOL2_TARGET, ENDCOL3_TARGET, MANY_TARGET } |
enum | MouseOverRulerHit { OVER_NO_RULERS, OVER_HORIZONTAL, OVER_VERTICAL, OVER_ORIGIN_GADGET } |
Variables | |
ScreenView | AFX_MSG |
A subclass of CCamView which is the class actually used for screen display. |
|
Definition at line 131 of file scrvw.h. 00132 { 00133 OVER_NO_RULERS, 00134 OVER_HORIZONTAL, 00135 OVER_VERTICAL, 00136 OVER_ORIGIN_GADGET 00137 };
|
|
Definition at line 119 of file scrvw.h. 00120 { 00121 NO_TARGET, 00122 FILL_TARGET, 00123 LINE_TARGET, 00124 STARTCOL_TARGET, 00125 ENDCOL_TARGET, 00126 ENDCOL2_TARGET, 00127 ENDCOL3_TARGET, 00128 MANY_TARGET 00129 };
|
|
A subclass of CCamView which is the class actually used for screen display.
|