Marble::GeoSceneIcon

Search for usage in LXR

Marble::GeoSceneIcon Class Reference

#include <GeoSceneIcon.h>

Inheritance diagram for Marble::GeoSceneIcon:

Public Member Functions

QColor color () const
 
const char * nodeType () const override
 
QString pixmap () const
 
void setColor (const QColor &)
 
void setPixmap (const QString &)
 

Detailed Description

Icon properties of a GeoScene document.

Definition at line 23 of file GeoSceneIcon.h.

Constructor & Destructor Documentation

◆ GeoSceneIcon()

Marble::GeoSceneIcon::GeoSceneIcon ( )

Definition at line 14 of file GeoSceneIcon.cpp.

◆ ~GeoSceneIcon()

Marble::GeoSceneIcon::~GeoSceneIcon ( )
override

Definition at line 19 of file GeoSceneIcon.cpp.

Member Function Documentation

◆ color()

QColor Marble::GeoSceneIcon::color ( ) const

Definition at line 33 of file GeoSceneIcon.cpp.

◆ nodeType()

const char * Marble::GeoSceneIcon::nodeType ( ) const
overridevirtual

Provides type information for downcasting a GeoNode.

Implements Marble::GeoNode.

Definition at line 43 of file GeoSceneIcon.cpp.

◆ pixmap()

QString Marble::GeoSceneIcon::pixmap ( ) const

Definition at line 23 of file GeoSceneIcon.cpp.

◆ setColor()

void Marble::GeoSceneIcon::setColor ( const QColor & color)

Definition at line 38 of file GeoSceneIcon.cpp.

◆ setPixmap()

void Marble::GeoSceneIcon::setPixmap ( const QString & pixmap)

Definition at line 28 of file GeoSceneIcon.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.