VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
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
>
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <QtCore/QString>
18
19
namespace
makVrf
20
{
21
class
DT_DLL_VRFGUICOREQT
DtPointObjectDefinitionInterface
22
{
23
24
public
:
25
26
enum
DtDialogInteractionMode
{
27
DtCreationMode = 0,
28
DtEditingMode
29
};
30
31
public
:
32
33
//DTOR
34
virtual
~DtPointObjectDefinitionInterface
() {};
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
65
DtDialogInteractionMode
myInteractionMode
;
66
67
};
68
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)