• 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
  • examples
  • cpp
  • marbleQuick2
examples/cpp/marbleQuick2/main.qml
Go to the documentation of this file.
1 import QtQuick 2.0
2 import MarbleItem 1.0
3 
4 Rectangle {
5  id: mainRect
6  width: 600
7  height: 600
8  color: "transparent"
9  MarbleItem
10  {
11  anchors.fill: parent
12  id: marble
13  visible: true
14  focus: true
15  PinchArea
16  {
17  anchors.fill: parent
18  enabled: true
19  objectName: "pinchArea"
20  onPinchStarted: { marble.handlePinchStart(pinch.center) }
21  onPinchUpdated: { marble.handlePinchUpdate(pinch.center, pinch.scale) }
22  onPinchFinished:{ marble.handlePinchEnd(pinch.center, false) }
23  }
24  }
25 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 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