VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInstanceEditableDialogPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtInstanceEditableDialogPage.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 namespace makVrv
17 {
29  {
30 
31  public:
32 
34  DtInstanceEditablePage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtInstanceEditablePage();
38 
40  virtual void editContents() = 0;
41 
43  virtual void commitChanges() = 0;
44 
47  boost::signal<void ()> signal_contentsCommitted;
48  };
49 }
50 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)