Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HOpMarkupPostIt.h
1 //
2 // Copyright (c) 2000 by Tech Soft 3D, LLC.
3 // The information contained herein is confidential and proprietary to
4 // Tech Soft 3D, LLC., and considered a trade secret as defined under
5 // civil and criminal statutes. Tech Soft 3D shall pursue its civil
6 // and criminal remedies in the event of unauthorized use or misappropriation
7 // of its trade secrets. Use of this information by anyone other than
8 // authorized employees of Tech Soft 3D, LLC. is granted only under a
9 // written non-disclosure agreement, expressly prescribing the scope and
10 // manner of such use.
11 //
12 // $Id: 50f82fb0bdeb8fec017e5b96989547bc3972a99e $
13 //
14 
15 // HOpMarkupAnnotate.h : interface of the HOpMarkupAnnotate class
16 // inserts annotation into the current scene
17 
18 #ifndef _HOpMarkupPostIt_H
19 #define _HOpMarkupPostIt_H
20 
21 #ifdef H_PACK_8
22 #pragma pack(push)
23 #pragma pack(8)
24 #endif
25 
26 #include "HTools.h"
27 #include "HBaseOperator.h"
28 #include "HOpMarkupAnnotate.h"
29 
30 
32 
42 class MVO_API HOpMarkupPostIt : public HOpMarkupAnnotate
43 {
44 public:
52  HOpMarkupPostIt (HBaseView* view, int DoRepeat=0, int DoCapture=1);
53 
57  virtual const char * GetName();
58 
64  virtual int OnLButtonDown (HEventInfo &hevent);
65 
66 };
67 
68 #ifdef H_PACK_8
69 #pragma pack(pop)
70 #endif
71 
72 #endif
73 
74 
75 
76 
77 
78 
79 
80 
81 
82 
virtual const char * GetName()
virtual int OnLButtonDown(HEventInfo &hevent)
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
The HOpMarkupPostIt class inserts and manipulates annotation into the current scene.
Definition: HOpMarkupPostIt.h:42
The HOpMarkupAnnotate class inserts and manipulates annotation into the current scene.
Definition: HOpMarkupAnnotate.h:39