VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
vrfOverlaySelectionListLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrfOverlaySelectionListLogic.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <string>
18
19
namespace
makVrv
20
{
21
class
DtDe
;
22
}
23
24
namespace
makVrf
25
{
26
class
DtVrfOverlaySelectionListInterface;
27
28
class
DT_DLL_VRFGUICOREQT
DtVrfOverlaySelectionListLogic
29
{
30
31
public
:
32
34
static
DtVrfOverlaySelectionListLogic
* create(makVrv::DtDe& de,
DtVrfOverlaySelectionListInterface
* iFace );
35
37
virtual
~
DtVrfOverlaySelectionListLogic
();
38
39
protected
:
40
42
DtVrfOverlaySelectionListLogic
(makVrv::DtDe& de,
DtVrfOverlaySelectionListInterface
* iFace );
43
45
void
slot_overlaySelected(
const
std::string& name);
46
48
void
slot_overlayAdded(
const
std::string& name);
49
51
void
slot_overlayRemoved(
const
std::string& name);
52
54
void
slot_overlayRenamed(
const
std::string& oldname,
const
std::string& newName);
55
57
void
slot_currentOverlayChanged(
const
std::string& name);
58
59
protected
:
60
61
makVrv::DtDe&
myDe
;
62
DtVrfOverlaySelectionListInterface
*
myInterface
;
63
};
64
}
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
)