#include <previewwidgetbase.h>
Inheritance diagram for PreviewWidgetBase:


Definition at line 30 of file previewwidgetbase.h.
Public Member Functions | |
| PreviewWidgetBase (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0) | |
| ~PreviewWidgetBase () | |
Protected Slots | |
| virtual void | languageChange () |
| virtual void | init () |
| virtual void | destroy () |
| PreviewWidgetBase::PreviewWidgetBase | ( | QWidget * | parent = 0, |
|
| const char * | name = 0, |
|||
| Qt::WindowFlags | fl = 0 | |||
| ) |
| PreviewWidgetBase::~PreviewWidgetBase | ( | ) |
Definition at line 45 of file previewwidgetbase.cpp.
References destroy().
00046 { 00047 destroy(); 00048 // no need to delete child widgets, Qt does it all for us 00049 }
| void PreviewWidgetBase::languageChange | ( | ) | [protected, virtual, slot] |
| void PreviewWidgetBase::init | ( | ) | [protected, virtual, slot] |
| void PreviewWidgetBase::destroy | ( | ) | [protected, virtual, slot] |
1.5.1