ImageMonitorPropertiesWidget.h
Go to the documentation of this file.
1 /*
2 * This file is part of ArmarX.
3 *
4 * ArmarX is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 * ArmarX is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *
16 * @package ArmarX::
17 * @author Kai Welke ( welke at kit dot edu)
18 * @date 2012
19 * @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20 * GNU General Public License
21 */
22 
23 
24 #pragma once
25 
26 
27 // STD/STL
28 #include <vector>
29 
30 // Qt
31 #include <QComboBox>
32 #include <QDialog>
33 #include <QFileDialog>
34 #include <QString>
35 
36 // Ice
37 #include <Ice/Ice.h>
38 
39 // IVT
40 #include <Image/ByteImage.h>
41 
42 // AramrX
44 
45 // VisionX
46 #include <VisionX/gui-plugins/ImageMonitor/ui_ImageMonitorPropertiesWidget.h>
49 
50 
51 namespace armarx
52 {
53  template <typename ProxyType>
54  class IceProxyFinder;
55 }
56 
57 
58 namespace visionx
59 {
61  public QDialog
62  {
63  Q_OBJECT
64 
65  public:
68 
69  void update(ImageMonitorProperties properties, armarx::IceManagerPtr iceManager);
71 
72  public slots:
73  void onValidProxySelected(const QString& proxyName);
74  void compressionTypeChanged(int index);
75 
76  signals:
77  // pass
78 
79  private:
80  armarx::IceManagerPtr iceManager;
81  Ui::ImageMonitorPropertiesWidget ui;
82  unsigned int numImageSources = 0;
84 
85  };
86 }
visionx::ImageMonitorPropertiesWidget::onValidProxySelected
void onValidProxySelected(const QString &proxyName)
Definition: ImageMonitorPropertiesWidget.cpp:138
visionx
ArmarX headers.
Definition: OpenPoseStressTest.h:38
index
uint8_t index
Definition: EtherCATFrame.h:59
ImageMonitorWidgetController.h
visionx::ImageMonitorPropertiesWidget::getProperties
ImageMonitorProperties getProperties()
Definition: ImageMonitorPropertiesWidget.cpp:98
imrec.h
visionx::ImageMonitorPropertiesWidget
Definition: ImageMonitorPropertiesWidget.h:60
IceManager.h
visionx::ImageMonitorPropertiesWidget::~ImageMonitorPropertiesWidget
~ImageMonitorPropertiesWidget() override
Definition: ImageMonitorPropertiesWidget.cpp:66
IceUtil::Handle< IceManager >
armarx::IceProxyFinder< ImageProviderInterfacePrx >
visionx::ImageMonitorProperties
ImageMonitorProperties brief one line description.
Definition: ImageMonitorWidgetController.h:88
visionx::ImageMonitorPropertiesWidget::compressionTypeChanged
void compressionTypeChanged(int index)
Definition: ImageMonitorPropertiesWidget.cpp:155
visionx::ImageMonitorPropertiesWidget::update
void update(ImageMonitorProperties properties, armarx::IceManagerPtr iceManager)
Definition: ImageMonitorPropertiesWidget.cpp:71
visionx::ImageMonitorPropertiesWidget::ImageMonitorPropertiesWidget
ImageMonitorPropertiesWidget()
Definition: ImageMonitorPropertiesWidget.cpp:43
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28