#include <kapplication.h>
#include <kconfig.h>
#include <klocale.h>
#include "configuration.h"
Go to the source code of this file.
Functions | |
Configuration & | Config () |
This file implements the Configuration class. Configuration class holds all the options for the application. It has a private constructor and destructor, and is accessible though the friend function Config().
Definition in file configuration.cpp.
|
This function is used to create one instance of a Configuration object, and access the object and the Configuration settings Definition at line 195 of file configuration.cpp. Referenced by Grabber::capture(), KWebSnap::KWebSnap(), Logger::Logger(), Logger::print(), Grabber::saveFiles(), PrefCapture::scaleModeChanged(), FtpControl::sendFiles(), ConfigDialog::slotDefault(), KWebSnap::slotOnTimer(), KWebSnap::slotQuit(), KWebSnap::slotSnapSend(), KWebSnap::slotStart(), KWebSnap::slotStop(), ConfigDialog::updateConfiguration(), ConfigDialog::updateDialog(), and WSHttpServer::WSHttpServer(). |