VR-Forces 4.2 Class Documentation
pointObjectDefinitionInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPointObjectDefinitionInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 
13 #pragma once
14 
15 #include <vrvUtil/signalslib.h>
17 #include <QtCore/QString>
18 
19 namespace makVrf
20 {
22  {
23 
24  public:
25 
27  DtCreationMode = 0,
28  DtEditingMode
29  };
30 
31  public:
32 
33  //DTOR
35 
37  //virtual DtPoint getLocation() = 0;
38 
40  virtual QString getName() = 0;
41 
43  //virtual void setLocation(const DtPoint& pt) = 0;
44 
46  //virtual void setName(std::string name) = 0;
47 
49  //virtual void setTitle(std::string title) = 0;
50 
52  boost::signal<void ()> signal_dialogClosing;
53 
56  boost::signal<void (bool)> signal_reviewMouseClicks;
57 
58  protected:
59 
61  virtual void setupGui() = 0;
62 
63  protected:
64 
66 
67  };
68 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)