BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setCamera.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 
5 #ifndef BALL_VIEW_DIALOGS_SETCAMERA_H
6 #define BALL_VIEW_DIALOGS_SETCAMERA_H
7 
8 #ifndef BALL_COMMON_GLOBAL_H
9 # include <BALL/COMMON/global.h>
10 #endif
11 
12 #include <BALL/VIEW/UIC/ui_setCamera.h>
13 
14 #include <QtGui/QDialog>
15 
16 namespace BALL
17 {
18  namespace VIEW
19  {
20  class Camera;
21 
26  : public QDialog,
27  public Ui_SetCameraData
28  {
29  Q_OBJECT
30 
31  public:
32  SetCamera( QWidget* parent = 0, const char* name = "SetCamera", bool modal = FALSE, Qt::WFlags fl = 0 );
33  ~SetCamera();
34 
36 
37  public slots:
38  void okPressed();
39  };
40 
41 } } // namespaces
42 #endif
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52