VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
listSMSEditsDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <QtWidgets/QDialog>
15 #include <set>
16 
17 class QVBoxLayout;
18 class QTextEdit;
19 class QLabel;
20 class QDialogButtonBox;
21 class DtFilename;
22 
24 {
25 public:
26 
28  DtListSMSEditsDialog(QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
31  virtual ~DtListSMSEditsDialog();
32 
33  virtual void init(const std::set<DtFilename>& changed, const std::set<DtFilename>& added,
34  const std::set<DtFilename>& removed);
35 
36 protected slots:
37 
38 protected:
39 
40  QVBoxLayout* myMainLayout;
42  QTextEdit* myText;
43  QDialogButtonBox* myButtonBox;
44 
45 };
46 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)