MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ridConfigViewMgr.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "rtiMsConfig.h"
13 #include "assistantMgr.h"
14 
15 class DtRidConfigDialog;
18 
19 namespace MAKRti
20 {
21  class DtFilename;
22 }
23 
27 { Q_OBJECT;
28 public:
29 
31  DtRidConfigViewMgr( DtBoost::shared_ptr<DtRtiAssistantServer> server,
32  DtBoost::shared_ptr<DtRtiAssistantPeer> peer, DtAssistantSignalRouter& signalRouter,
33  DtBoost::shared_ptr<DtAssistantRidConfigInfoMgr> ridInfoMgr );
34 
36  virtual ~DtRidConfigViewMgr();
37 
40  virtual void initialize();
41 
42  // On "OK" or "Apply" this will emit what was selected
43  virtual void processConfigWidgetAccept();
44 
45 public slots:
46 
49  virtual void configWidget( DtAssistantConfigWidget** widget, QIcon& icon,
50  QString& name, DtPreferencesPage& pageId );
51 
52 private:
53 
56 
59 
60 protected:
61 
64 
66  DtBoost::shared_ptr<DtAssistantRidConfigInfoMgr> myRidInfoMgr;
67 
68 };

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)