VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectedSlavesInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtConnectedSlavesInterface_H_
11 #define DtConnectedSlavesInterface_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
20  {
21  public:
22 
24  virtual void onActivate() = 0;
25 
27  virtual void onDeactivate() = 0;
28 
30  virtual void onAddClient(const std::string& clientName, const std::string& clientType) = 0;
31 
33  virtual void onRemoveClient(const std::string& clientName) = 0;
34 
35  };
36 }
37 
38 #endif
39 
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:19
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)