VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
propCreatePaletteInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 #include <boost/signal.hpp>
17 
18 namespace makVrf
19 {
24  {
25 
26  public:
27 
30 
32  virtual void addItem( const std::string& name, const std::string& type, const std::string& modelDef,
33  const std::string& group) = 0;
34 
36  virtual void clearProps() = 0;
37 
38  public:
39 
40  boost::signal<void (const std::string&, const std::string&)> signal_itemSelected;
41  boost::signal<void (DtPropCreatePaletteInterface*)> signal_Updated;
42  };
43 }

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)