VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtModelPreloadWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 #include "DtModelPreloadWidgetUI.hpp"
15 
16 #include <QtCore/QStringList>
17 
18 
19 namespace makVrv
20 {
25  : public QWidget
26  , public Ui::DtModelPreloadWidgetUI
28  {
29  Q_OBJECT;
30 
31  public:
33  DtModelPreloadWidget(DtDe& de, QWidget* parent);
34 
36  virtual ~DtModelPreloadWidget();
37 
39  virtual void setModelDefinitionList(std::vector<std::string>& modelDefList);
40 
42  virtual void setPreloadModelDefintionList(std::vector<std::string>& preloadModelDefList);
43 
47  protected slots:
48 
50  virtual void slot_addToPreloadListClicked();
51 
53  virtual void slot_removeFromPreloadListClicked();
54 
56  virtual void slot_clearPreloadModelsClicked();
57 
59  virtual void slot_loadPreloadModelsClicked();
60 
62 
63  protected:
64 
66 
68  QString myLastFilePath;
69 
70  };
71 
72 }

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)