VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
vrfGuiQtOrbatManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
7
9
10
#pragma once
11
12
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
13
#include <
vrfGuiCore/vrfGuiOrbatManager.h
>
14
#include <QtCore/QObject>
15
16
namespace
makVrf
17
{
18
class
DtOrbatSelectorPalette;
19
22
class
DT_DLL_VRFGUICOREQT
DtVrfGuiQtOrbatManager
:
public
QObject
,
public
makVrv::DtVirtualBaseClass
23
{
24
Q_OBJECT
25
26
public
:
28
DtVrfGuiQtOrbatManager
(
makVrv::DtDe
&);
29
31
virtual
~
DtVrfGuiQtOrbatManager
();
32
34
static
DtVrfGuiQtOrbatManager
& instance(
makVrv::DtDe
& de);
35
38
static
void
registerInstance(
makVrv::DtDe
& de,
DtVrfGuiQtOrbatManager
*
object
);
39
41
virtual
bool
exportOrbat();
42
44
virtual
void
importAndSelect();
45
46
protected
:
48
virtual
void
exportOrbatTo(DtFilename);
49
51
virtual
void
importAndSelect(DtFilename);
52
53
virtual
void
closeDialogs();
54
56
virtual
DtOrbatSelectorPalette
* createOrbatSelectorPalette();
57
58
virtual
void
sessionUpdated(
int
f);
59
61
virtual
bool
checkAndWarn(
const
DtString
& sms)
const
;
62
63
protected
slots:
64
virtual
void
orbatPanelDestroyed();
65
66
public
:
67
DtOrbatSelectorPalette
*
myOrbatSelectorPalette
;
68
69
protected
:
70
makVrv::DtSignalConnectionManager
mySidcConnections
;
71
makVrv::DtSignalConnectionManager
myConnectionManager
;
72
73
makVrv::DtDe
&
myDe
;
74
};
75
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)