VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uiComboBoxElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
13 #include <readerWriter/rwInt.h>
14 
16 {
17 public:
18 
21 
23  virtual ~DtUiComboBoxElement();
24 
26 
29  virtual void setComboElements(const std::vector<std::string>&);
30 
31 protected:
32  virtual void createControls(QWidget* parent);
33 
34 protected:
35  std::vector<std::string> myComboElements;
36 };
static DtUiElement * CreatorFunction(makVrv::DtDe &)
virtual void createControls(QWidget *widget)
If any additional controls or initialization needs to be done, it is done here.
std::vector< std::string > myComboElements
Definition: uiComboBoxElement.h:35
Definition: uiComboBoxElement.h:15
Definition: uiStringElement.h:15
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:32
Base class of the ui element class chain.
Definition: uiElement.h:172

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)