marble
GeoDataSnippet.cpp
Go to the documentation of this file.
int maxLines() const
Return the number of lines that should be displayed at maximum.
Definition: GeoDataSnippet.cpp:33
void setText(const QString &text)
Set the text that the snippet will display.
Definition: GeoDataSnippet.cpp:48
bool operator==(const GeoDataSnippet &other) const
Check for equality/inequality between two GeoDataSnippets.
Definition: GeoDataSnippet.cpp:23
QString text() const
Returns the text that is associated with this snippet.
Definition: GeoDataSnippet.cpp:43
GeoDataSnippet(const QString &text=QString(), int maxLines=0)
Create a new snippet with the given text and maximum of lines.
Definition: GeoDataSnippet.cpp:16
bool operator!=(const GeoDataSnippet &other) const
Definition: GeoDataSnippet.cpp:28
Definition: GeoDataSnippet.h:20
void setMaxLines(int lines)
Set the number of lines displayed at maximum.
Definition: GeoDataSnippet.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.