VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
baseYesNoTaskSetDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBaseYesNoTaskSetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 namespace makVrf
20 {
24 
26  {
27  public:
28 
30  DtBaseYesNoTaskSetDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
31 
33  virtual ~DtBaseYesNoTaskSetDialog();
34 
35  protected:
36  virtual void initializeItems(const std::vector<makVrv::DtSimEntry*>& data);
37  virtual void comboChanged(const QString&);
38 
39  virtual bool valid() const;
40  };
41 }
Contains makVrf::DtBaseYesNoTaskSetDialog class.
Definition: baseYesNoTaskSetDialog.h:25
Definition: baseComboTaskSetDialog.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)