kpilot
ComponentPageBase Class Reference
#include <component_page_base.h>
Inheritance diagram for ComponentPageBase:

Detailed Description
Definition at line 32 of file component_page_base.h.
Public Slots | |
| virtual void | hidePage ()=0 |
| virtual void | showPage ()=0 |
Public Member Functions | |
| ComponentPageBase (QWidget *parent) | |
| ~ComponentPageBase () | |
Constructor & Destructor Documentation
| ComponentPageBase::ComponentPageBase | ( | QWidget * | parent | ) | [inline] |
Definition at line 36 of file component_page_base.h.
| ComponentPageBase::~ComponentPageBase | ( | ) | [inline] |
Definition at line 38 of file component_page_base.h.
Member Function Documentation
| virtual void ComponentPageBase::hidePage | ( | ) | [pure virtual, slot] |
Called when the component is hidden in kpilot.
It should clean up to save memory.
Implemented in FileInstallWidget, and LogWidget.
| virtual void ComponentPageBase::showPage | ( | ) | [pure virtual, slot] |
Called when the component is shown in kpilot.
It should load everything it needs and populate the widgets.
Implemented in FileInstallWidget, and LogWidget.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference