VR-Forces 4.8 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/signals2.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::signals2::signal<void (const std::string&, const std::string&)> signal_itemSelected;
41  boost::signals2::signal<void (DtPropCreatePaletteInterface*)> signal_Updated;
42  };
43 }
boost::signals2::signal< void(const std::string &, const std::string &)> signal_itemSelected
Definition: propCreatePaletteInterface.h:40
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual ~DtPropCreatePaletteInterface()
Virtual DTOR.
Definition: propCreatePaletteInterface.h:29
Abstract interface for the creation palettes.
Definition: genericPaletteInterface.h:28
boost::signals2::signal< void(DtPropCreatePaletteInterface *)> signal_Updated
Definition: propCreatePaletteInterface.h:41
Interface for prop creation palette.
Definition: propCreatePaletteInterface.h:23

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)