Konsole
ViewProperties.cpp
Go to the documentation of this file.
qint64 cacheKey() const
void setIdentifier(int id)
Subclasses may call this method to change the identifier.
Definition: ViewProperties.cpp:76
void setTitle(const QString &title)
Subclasses may call this method to change the title.
Definition: ViewProperties.cpp:59
void setIcon(const QIcon &icon)
Subclasses may call this method to change the icon.
Definition: ViewProperties.cpp:66
void titleChanged(ViewProperties *properties)
Emitted when the title for a view changes.
void iconChanged(ViewProperties *properties)
Emitted when the icon for a view changes.
virtual QString currentDir() const
Returns the current directory associated with a view.
Definition: ViewProperties.cpp:46
Encapsulates user-visible information about the terminal session currently being displayed in a view...
Definition: ViewProperties.h:44
static ViewProperties * propertiesById(int id)
Finds a ViewProperties instance given its numeric identifier.
Definition: ViewProperties.cpp:38
int identifier() const
A unique identifier associated with this ViewProperties instance.
Definition: ViewProperties.cpp:93
void activity(ViewProperties *item)
Emitted when activity has occurred in this view.
virtual KUrl url() const
Returns the URL current associated with a view.
Definition: ViewProperties.cpp:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.