VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtSessionOptionsWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvUtil/DtSignalConnectionManager.h
>
15
16
#include <string>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtPersistenceControlsInterface;
22
}
23
24
namespace
makVrf
25
{
26
class
DtVrfSessionSettingsRecord;
27
class
DtSessionOptionsWidgetInterface;
28
29
class
DT_DLL_VRFGUICOREQT
DtSessionOptionsWidgetLogic
30
{
31
32
public
:
33
35
DtSessionOptionsWidgetLogic
(
makVrv::DtDe
& de,
DtSessionOptionsWidgetInterface
& iFace,
36
makVrv::DtPersistenceControlsInterface
& toolbar);
37
39
virtual
~
DtSessionOptionsWidgetLogic
();
40
42
virtual
void
setupFromOptions(
const
DtVrfSessionSettingsRecord
& rec);
43
44
protected
:
45
47
virtual
void
on_import();
48
virtual
void
on_export();
49
virtual
void
on_importFilePathChosen(
const
std::string& filePath);
50
virtual
void
on_exportFilePathChosen(
const
std::string& filePath);
51
52
virtual
void
on_sessionOptionChanged();
53
54
protected
:
55
makVrv::DtDe
&
myDe
;
56
DtSessionOptionsWidgetInterface
&
myInterface
;
57
makVrv::DtPersistenceControlsInterface
&
myToolbarInterface
;
58
makVrv::DtSignalConnectionManager
myConnectionManager
;
59
};
60
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)