#include <konq_settings.h>
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()
|
protectedvirtual |
Member Function Documentation
◆ 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.
The documentation for this class was generated from the following files: