VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInstanceEditableDialogPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/DtPage.h>
12 
13 namespace makVrv
14 {
26  {
27 
28  public:
29 
31  DtInstanceEditablePage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
32 
34  virtual ~DtInstanceEditablePage();
35 
37  virtual void editContents() = 0;
38 
40  virtual void commitChanges() = 0;
41 
44  boost::signalslib::signal<void ()> signal_contentsCommitted;
45  };
46 }
47 
Contains makVrv::DtPage class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
boost::signalslib::signal< void()> signal_contentsCommitted
Signal that is sent when commitChanges() is called. Should be sent by implementing class...
Definition: DtInstanceEditableDialogPage.h:44
This class is a specialized dialog page that will allow the dialog page to be editable in a stand-alo...
Definition: DtInstanceEditableDialogPage.h:25
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:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)