• 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
  • graphicsview
LabelGraphicsItem_p.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 2009 Bastian Holst <bastianholst@gmx.de>
9 //
10 
11 #ifndef MARBLE_LABELGRAPHICSITEMPRIVATE_H
12 #define MARBLE_LABELGRAPHICSITEMPRIVATE_H
13 
14 #include <QString>
15 #include <QSizeF>
16 #include <QImage>
17 #include <QIcon>
18 
19 class QFont;
20 
21 namespace Marble
22 {
23 
24 class LabelGraphicsItem;
25 
26 class LabelGraphicsItemPrivate
27 {
28  public:
29  explicit LabelGraphicsItemPrivate( LabelGraphicsItem *parent );
30 
31  // TODO: This has to go up to MarbleGraphicsItem
32  static QFont font();
33 
34  QString m_text;
35  QImage m_image;
36  QIcon m_icon;
37 
38  QSizeF m_minimumSize;
39 
40  LabelGraphicsItem *m_parent;
41 };
42 
43 } // namespace Marble
44 
45 #endif
QFont
Marble::LabelGraphicsItemPrivate::m_image
QImage m_image
Definition: LabelGraphicsItem_p.h:35
Marble::LabelGraphicsItemPrivate::m_minimumSize
QSizeF m_minimumSize
Definition: LabelGraphicsItem_p.h:38
Marble::LabelGraphicsItemPrivate
Definition: LabelGraphicsItem_p.h:26
Marble::LabelGraphicsItemPrivate::m_icon
QIcon m_icon
Definition: LabelGraphicsItem_p.h:36
QString
QImage
QSizeF
Marble::LabelGraphicsItem
A label item provides an Item that displays text or images/pixmaps.
Definition: LabelGraphicsItem.h:31
Marble::LabelGraphicsItemPrivate::m_parent
LabelGraphicsItem * m_parent
Definition: LabelGraphicsItem_p.h:40
Marble::LabelGraphicsItemPrivate::font
static QFont font()
Definition: LabelGraphicsItem.cpp:29
Marble::LabelGraphicsItemPrivate::m_text
QString m_text
Definition: LabelGraphicsItem_p.h:34
QIcon
Marble::LabelGraphicsItemPrivate::LabelGraphicsItemPrivate
LabelGraphicsItemPrivate(LabelGraphicsItem *parent)
Definition: LabelGraphicsItem.cpp:23
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