VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
scriptedTaskOptionsWidgetLogic.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
DtVrfScriptedTaskSettingsRecord;
27
class
DtScriptedTaskOptionsWidgetInterface;
28
29
class
DT_DLL_VRFGUICOREQT
DtScriptedTaskOptionsWidgetLogic
30
{
31
32
public
:
33
35
DtScriptedTaskOptionsWidgetLogic
(
makVrv::DtDe
& de,
DtScriptedTaskOptionsWidgetInterface
& iFace,
36
makVrv::DtPersistenceControlsInterface
& toolbar);
37
39
virtual
~
DtScriptedTaskOptionsWidgetLogic
();
40
42
virtual
void
setupFromOptions(
const
DtVrfScriptedTaskSettingsRecord
& 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
virtual
void
on_chooseScriptEditor();
52
53
virtual
void
on_scriptedTaskOptionChanged();
54
55
protected
:
56
makVrv::DtDe
&
myDe
;
57
DtScriptedTaskOptionsWidgetInterface
&
myInterface
;
58
makVrv::DtPersistenceControlsInterface
&
myToolbarInterface
;
59
makVrv::DtSignalConnectionManager
myConnectionManager
;
60
};
61
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)