#include <qcolor.h>
#include <qfont.h>
Go to the source code of this file.
Classes | |
struct | CaptureConfig |
struct | FileConfig |
struct | FtpConfig |
struct | LogConfig |
struct | CaptionConfig |
struct | WWWConfig |
struct | DefaultConfig |
class | Configuration |
Configuration class implements a class for holding and managing configuration settinngs. More... | |
Functions | |
Configuration & | Config () |
Configuration class holds all the options for the application. It has a private constructor and destructor, and is accessible though the friend function Config() which returns a static reference object.
Definition in file configuration.h.
|
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(). |