Konsole
Konsole::FallbackProfile Class Reference
#include <Profile.h>
Inheritance diagram for Konsole::FallbackProfile:

Public Member Functions | |
| FallbackProfile () | |
Public Member Functions inherited from Konsole::Profile | |
| Profile (Ptr parent=Ptr()) | |
| virtual | ~Profile () |
| bool | antiAliasFonts () const |
| QStringList | arguments () const |
| const GroupPtr | asGroup () const |
| GroupPtr | asGroup () |
| bool | autoCopySelectedText () const |
| bool | bidiRenderingEnabled () const |
| bool | blinkingCursorEnabled () const |
| bool | blinkingTextEnabled () const |
| bool | boldIntense () const |
| void | clone (Ptr profile, bool differentOnly=true) |
| QString | colorScheme () const |
| QString | command () const |
| QColor | customCursorColor () const |
| QString | defaultEncoding () const |
| QString | defaultWorkingDirectory () const |
| QStringList | environment () const |
| bool | flowControlEnabled () const |
| QFont | font () const |
| int | historySize () const |
| QString | icon () const |
| bool | isEmpty () const |
| bool | isHidden () const |
| virtual bool | isPropertySet (Property property) const |
| QString | keyBindings () const |
| int | lineSpacing () const |
| QString | localTabTitleFormat () const |
| QString | menuIndex () const |
| int | menuIndexAsInt () const |
| bool | mouseWheelZoomEnabled () const |
| QString | name () const |
| const Ptr | parent () const |
| QString | path () const |
| const QStringList | propertiesInfoList () const |
| template<class T > | |
| T | property (Property property) const |
| template<> | |
| QVariant | property (Property aProperty) const |
| QString | remoteTabTitleFormat () const |
| bool | saveGeometryOnExit () const |
| void | setHidden (bool hidden) |
| void | setParent (Ptr parent) |
| virtual QHash< Property, QVariant > | setProperties () const |
| virtual void | setProperty (Property property, const QVariant &value) |
| bool | showTerminalSizeHint () const |
| int | silenceSeconds () const |
| bool | startInCurrentSessionDir () const |
| bool | underlineLinksEnabled () const |
| QString | untranslatedName () const |
| bool | useCustomCursorColor () const |
| QString | wordCharacters () const |
Detailed Description
A profile which contains a number of default settings for various properties.
This can be used as a parent for other profiles or a fallback in case a profile cannot be loaded from disk.
Constructor & Destructor Documentation
| FallbackProfile::FallbackProfile | ( | ) |
Definition at line 142 of file Profile.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from