#include <configlog.h>
Public Member Functions | |
ConfigLog (QWidget *parent=0, const QVariantList &args=QVariantList()) | |
~ConfigLog () | |
virtual void | load () |
virtual void | defaults () |
virtual void | save () |
Definition at line 50 of file configlog.h.
ConfigLog::ConfigLog | ( | QWidget * | parent = 0 , |
|
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Generic constructor
parent | parent widget | |
args | arguments |
ConfigLog::~ConfigLog | ( | ) |
Destructor
Definition at line 113 of file configlog.cpp.
void ConfigLog::load | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to reflect the current settings stored in the config file.
Definition at line 117 of file configlog.cpp.
void ConfigLog::defaults | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to default values. This method is called when the user clicks the "Default" button.
Definition at line 159 of file configlog.cpp.
void ConfigLog::save | ( | ) | [virtual] |
Overloaded method of KCModule. Stores the config information as shown in the user interface in the config file. Is called when the user clicks "Apply" or "Ok".
Definition at line 199 of file configlog.cpp.