VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractOceanSearchWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtExtractOceanSearchWidget_H_
11 #define DtExtractOceanSearchWidget_H_
12 
13 #include <vrvOsgQt/vrvOsgQt.h>
15 #include <QtGui/QWidget>
16 
17 class QCheckBox;
18 class QLineEdit;
19 class QListWidget;
20 
21 namespace makVrv
22 {
27  : public QWidget
29  {
30  Q_OBJECT;
31 
32  public:
33 
36 
39 
41  virtual void setSearchCandidateSet(const DtTextureVisitor::TextureMap& scSet);
42 
44  virtual void reset();
45 
47  void clear();
48 
49  protected slots:
50 
52  virtual void on_extractOceanButton_clicked();
53 
54  protected:
55 
57  void setupGui();
58 
59  protected:
60 
63  QListWidget* myReferencesList;
65  };
66 }
67 
68 #endif
69 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)