Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
Wrappers
QtWidget
otbWrapperQtWidgetEmptyParameter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ORFEO Toolbox
4
Language: C++
5
Date: $Date$
6
Version: $Revision$
7
8
9
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
10
See OTBCopyright.txt for details.
11
12
13
This software is distributed WITHOUT ANY WARRANTY; without even
14
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
PURPOSE. See the above copyright notices for more information.
16
17
=========================================================================*/
18
#ifndef __otbWrapperQtWidgetEmptyParameter_h
19
#define __otbWrapperQtWidgetEmptyParameter_h
20
21
#include <QtGui>
22
#include "
otbWrapperEmptyParameter.h
"
23
#include "
otbWrapperQtWidgetParameterBase.h
"
24
25
namespace
otb
26
{
27
namespace
Wrapper
28
{
29
33
class
QtWidgetEmptyParameter
:
public
QtWidgetParameterBase
34
{
35
Q_OBJECT
36
37
public
:
38
QtWidgetEmptyParameter
(
EmptyParameter
*,
QtWidgetModel
*);
39
virtual
~QtWidgetEmptyParameter
();
40
41
private
:
42
QtWidgetEmptyParameter
(
const
QtWidgetEmptyParameter
&);
//purposely not implemented
43
void
operator=
(
const
QtWidgetEmptyParameter
&);
//purposely not implemented
44
45
virtual
void
DoCreateWidget
();
46
47
virtual
void
DoUpdateGUI
();
48
};
49
50
51
}
52
}
53
54
#endif
Generated at Sun Feb 3 2013 00:59:21 for
Orfeo Toolbox
with
doxygen 1.8.1.1