kword
KWTableTemplateSelector Class Reference
List of all members.Detailed Description
Definition at line 96 of file KWTableTemplateSelector.h.
Public Types | |
| enum | FormatType { FirstRow = 1, FirstColumn = 2, LastRow = 4, LastCol = 8, Body = 16 } |
Public Member Functions | |
| KWTableTemplateSelector (KWDocument *_doc, QWidget *_parent, const QString &_tableTemplate, int _type=31, const char *_name=0) | |
| KWTableTemplate * | getTableTemplate () const |
| int | getFormatType () const |
Protected Slots | |
| void | changeTableTemplate () |
Protected Member Functions | |
| void | initFormat (int format) |
| void | initPreview () |
Protected Attributes | |
| KWDocument * | m_doc |
| KWTableTemplatePreview * | preview |
| QLabel * | lTemplates |
| QListBox * | lbTemplates |
| QPushButton * | pbCustomize |
| QButtonGroup * | bgCustomize |
| QCheckBox * | cbFirstRow |
| QCheckBox * | cbFirstCol |
| QCheckBox * | cbLastRow |
| QCheckBox * | cbLastCol |
| QCheckBox * | cbBody |
| int | selectedTableTemplate |
The documentation for this class was generated from the following files:

