#include <configaccounts.h>
Public Member Functions | |
ConfigAccounts (QWidget *parent=0, const QVariantList &args=QVariantList()) | |
~ConfigAccounts () | |
virtual void | load () |
virtual void | defaults () |
virtual void | save () |
Definition at line 44 of file configaccounts.h.
ConfigAccounts::ConfigAccounts | ( | QWidget * | parent = 0 , |
|
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Generic Constructor
parent | parent widget | |
args | arguments |
ConfigAccounts::~ConfigAccounts | ( | ) |
Destructor
Definition at line 68 of file configaccounts.cpp.
void ConfigAccounts::load | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to reflect the current settings stored in the config file.
Definition at line 72 of file configaccounts.cpp.
void ConfigAccounts::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 138 of file configaccounts.cpp.
void ConfigAccounts::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 90 of file configaccounts.cpp.