VR-Forces 4.1 Class Documentation
DtScriptedTaskOptionsWidgetLogic.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 
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 
30  {
31 
32  public:
33 
37 
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:
60  };
61 }

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)