#include <konq_settings.h>
Public Member Functions | |
bool | shouldEmbed (const TQString &serviceType) const |
bool | wordWrapText () const |
int | iconTextHeight () const |
int | iconTextWidth () const |
bool | underlineLink () const |
bool | fileSizeInBytes () const |
bool | alwaysNewWin () const |
bool | doubleClickMoveToParent () const |
const TQString & | homeURL () const |
bool | showFileTips () const |
bool | showPreviewsInFileTips () const |
int | numFileTips () const |
bool | renameIconDirectly () const |
const TQFont & | standardFont () const |
const TQColor & | normalTextColor () const |
const TQColor & | highlightedTextColor () const |
const TQColor & | itemTextBackground () const |
int | textPreviewIconTransparency () const |
int | caseSensitiveCompare (const TQString &a, const TQString &b) const |
Static Public Member Functions | |
static KonqFMSettings * | settings () |
static void | reparseConfiguration () |
Protected Member Functions | |
KonqFMSettings (TDEConfig *config) | |
virtual | ~KonqFMSettings () |
Detailed Description
The class KonqFMSettings holds the general settings for the icon/tree views in konqueror/kdesktop.
There is no 'local' (per-URL) instance of it. All those settings can only be changed in kcmkonq.
Using this class from konqueror and from kdesktop return different settings, since the config file is different. konquerorrc, group "FMSettings", and kdesktoprc, group "FMSettings" The kcontrol modules handles both files, depending where it's called from.
Definition at line 44 of file konq_settings.h.
Constructor & Destructor Documentation
◆ KonqFMSettings()
|
protected |
Definition at line 69 of file konq_settings.cpp.
◆ ~KonqFMSettings()
|
protectedvirtual |
Member Function Documentation
◆ alwaysNewWin()
|
inline |
Definition at line 83 of file konq_settings.h.
◆ caseSensitiveCompare()
int KonqFMSettings::caseSensitiveCompare | ( | const TQString & | a, |
const TQString & | b | ||
) | const |
Definition at line 174 of file konq_settings.cpp.
◆ doubleClickMoveToParent()
|
inline |
Definition at line 84 of file konq_settings.h.
◆ fileSizeInBytes()
|
inline |
Definition at line 82 of file konq_settings.h.
◆ highlightedTextColor()
|
inline |
Definition at line 97 of file konq_settings.h.
◆ homeURL()
|
inline |
Definition at line 85 of file konq_settings.h.
◆ iconTextHeight()
|
inline |
Definition at line 79 of file konq_settings.h.
◆ iconTextWidth()
int KonqFMSettings::iconTextWidth | ( | ) | const |
Definition at line 183 of file konq_settings.cpp.
◆ itemTextBackground()
|
inline |
Definition at line 98 of file konq_settings.h.
◆ normalTextColor()
|
inline |
Definition at line 96 of file konq_settings.h.
◆ numFileTips()
|
inline |
Definition at line 89 of file konq_settings.h.
◆ renameIconDirectly()
bool KonqFMSettings::renameIconDirectly | ( | ) | const |
Definition at line 169 of file konq_settings.cpp.
◆ reparseConfiguration()
|
static |
Reparse the configuration to update the already-created instances.
Warning : you need to call TDEGlobal::config()->reparseConfiguration() first (This is not done here so that the caller can avoid too much reparsing if having several classes from the same config file)
Definition at line 59 of file konq_settings.cpp.
◆ settings()
|
static |
The static instance of KonqFMSettings.
Definition at line 47 of file konq_settings.cpp.
◆ shouldEmbed()
bool KonqFMSettings::shouldEmbed | ( | const TQString & | serviceType | ) | const |
Definition at line 128 of file konq_settings.cpp.
◆ showFileTips()
|
inline |
Definition at line 87 of file konq_settings.h.
◆ showPreviewsInFileTips()
bool KonqFMSettings::showPreviewsInFileTips | ( | ) | const |
Definition at line 164 of file konq_settings.cpp.
◆ standardFont()
|
inline |
Definition at line 93 of file konq_settings.h.
◆ textPreviewIconTransparency()
|
inline |
Definition at line 100 of file konq_settings.h.
◆ underlineLink()
|
inline |
Definition at line 81 of file konq_settings.h.
◆ wordWrapText()
|
inline |
Definition at line 78 of file konq_settings.h.
The documentation for this class was generated from the following files: