• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
MovieCaptureDialog.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2013 Illya Kovalevskyy <illya.kovalevskyy@gmail.com>
9 //
10 
11 #ifndef MOVIECAPTUREDIALOG_H
12 #define MOVIECAPTUREDIALOG_H
13 
14 #include <QDialog>
15 
16 #include "marble_export.h"
17 
18 namespace Ui {
19 class MovieCaptureDialog;
20 }
21 
22 namespace Marble {
23 
24 class MarbleWidget;
25 
26 class MovieCapture;
27 class MARBLE_EXPORT MovieCaptureDialog : public QDialog
28 {
29  Q_OBJECT
30 
31 public:
32  explicit MovieCaptureDialog(MarbleWidget *widget, QWidget *parent = 0);
33  ~MovieCaptureDialog();
34 
35 public slots:
36  void startRecording();
37  void stopRecording();
38 
39 private slots:
40  void loadDestinationFile();
41 
42 signals:
43  void started();
44 
45 private:
46  Ui::MovieCaptureDialog *ui;
47  MovieCapture *m_recorder;
48 };
49 
50 } // namespace Marble
51 
52 #endif // MOVIECAPTUREDIALOG_H
QWidget
Marble::MarbleWidget
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
Marble::MovieCaptureDialog
Definition: MovieCaptureDialog.h:27
MARBLE_EXPORT
#define MARBLE_EXPORT
Definition: marble_export.h:20
Marble::MovieCapture
Definition: MovieCapture.h:26
marble_export.h
QDialog
MarbleWidget
Wraps a Marble::MarbleWidget, providing access to important properties and methods.
Definition: MarbleDeclarativeWidget.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal