Konsole
Profile.h File Reference
#include <QtCore/QHash>
#include <QtCore/QObject>
#include <QtCore/QPointer>
#include <QtCore/QStringList>
#include <QtCore/QVariant>
#include <QtGui/QFont>
#include <KSharedPtr>
#include <KDebug>
#include <kdemacros.h>
Include dependency graph for Profile.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | Konsole |
Classes | |
class | Konsole::FallbackProfile |
A profile which contains a number of default settings for various properties. More... | |
class | Konsole::KDE3ProfileReader |
Reads a KDE 3 profile .desktop file. More... | |
class | Konsole::KDE4ProfileReader |
Reads a KDE 4 .profile file. More... | |
class | Konsole::KDE4ProfileWriter |
Writes a KDE 4 .profile file. More... | |
class | Konsole::Profile |
Represents a terminal set-up which can be used to set the initial state of new terminal sessions or applied to existing sessions. More... | |
class | Konsole::ProfileCommandParser |
Parses an input string consisting of property names and assigned values and returns a table of properties and values. More... | |
class | Konsole::ProfileGroup |
A composite profile which allows a group of profiles to be treated as one. More... | |
class | Konsole::ProfileReader |
Interface for all classes which can load profile settings from a file. More... | |
class | Konsole::ProfileWriter |
Interface for all classes which can write profile settings to a file. More... |