VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
newTacticalGraphicEntryWidgetLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 #include <vrfutil/rwVectorList.h>
17 
20 
22 #include <matrix/vlVector.h>
23 #include <vlpi/entityType.h>
24 
25 namespace makVrv
26 {
27  class DtDe;
28 }
29 
30 namespace makVrf
31 {
32  class DtLocationEntryWidgetInterface;
33  class DtLocationEntryEventProcessor;
34 
36  {
37  public:
39 
40  //DTOR
42 
43  public:
44 
46  virtual void init();
47 
49  virtual const DtRwVectorList& vertices() const;
50 
52  virtual void setVertices(const DtRwVectorList&);
53 
54  virtual const DtEntityType& entityType() const;
55 
56  virtual void setEntityType(const DtEntityType& t);
57 
60  virtual void processDefineObject();
61 
64  virtual bool isValid() const;
65 
68  virtual void processClose();
69 
71  virtual void slot_objectDefined(const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData&);
72 
74  virtual void slot_stoppedObjectDefinition();
75 
76  protected:
77 
79  void clearVertices();
80 
82 
84 
86  DtEntityType myEntityType;
87  };
88 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)