kword
KWStartupWidget Class Reference
#include <KWStartupWidget.h>
Detailed Description
The 'Custom Document' widget in the KWord startup widget.This class embeds the page size/columns tabs to allow the user to select the document markup for his new empty document.
Definition at line 33 of file KWStartupWidget.h.
Signals | |
| void | documentSelected () |
Public Member Functions | |
| KWStartupWidget (QWidget *parent, KWDocument *doc, const KoColumns &columns) | |
Constructor & Destructor Documentation
| KWStartupWidget::KWStartupWidget | ( | QWidget * | parent, | |
| KWDocument * | doc, | |||
| const KoColumns & | columns | |||
| ) |
Constructor.
Please note that this class is being used/created by KWDocument.
- Parameters:
-
parent the parent widget doc the document that wants to be altered columns the suggested columns to be shown initially
Definition at line 30 of file KWStartupWidget.cpp.
Member Function Documentation
| void KWStartupWidget::documentSelected | ( | ) | [signal] |
this signal is emitted (as defined by KoDocument) the moment the document is 'ready'
The documentation for this class was generated from the following files:

