VR-Forces 4.1 Class Documentation
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)