VR-Forces 4.6.1 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
sessionOptionsWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 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
#include <vlutil/vlString.h>
16
17
#include <map>
18
#include <string>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
class
DtPersistenceControlsInterface;
24
}
25
26
namespace
makVrf
27
{
28
class
DtVrfSessionSettingsRecord;
29
class
DtSessionOptionsWidgetInterface;
30
31
class
DT_DLL_VRFGUICOREQT
DtSessionOptionsWidgetLogic
32
{
33
34
public
:
35
37
DtSessionOptionsWidgetLogic
(
makVrv::DtDe
& de,
DtSessionOptionsWidgetInterface
& iFace,
38
makVrv::DtPersistenceControlsInterface
& toolbar);
39
41
virtual
~
DtSessionOptionsWidgetLogic
();
42
44
virtual
void
setupFromOptions(
const
DtVrfSessionSettingsRecord
& rec);
45
46
protected
:
47
49
virtual
void
on_import();
50
virtual
void
on_export();
51
virtual
void
on_importFilePathChosen(
const
std::string& filePath);
52
virtual
void
on_exportFilePathChosen(
const
std::string& filePath);
53
54
virtual
void
on_sessionOptionChanged();
55
56
protected
:
57
makVrv::DtDe
&
myDe
;
58
DtSessionOptionsWidgetInterface
&
myInterface
;
59
makVrv::DtPersistenceControlsInterface
&
myToolbarInterface
;
60
makVrv::DtSignalConnectionManager
myConnectionManager
;
61
};
62
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)