kword
KWTableDia Class Reference
List of all members.Detailed Description
Definition at line 68 of file KWTableDia.h.
Public Types | |
| enum | UseMode { NEW, EDIT } |
| typedef int | CellSize |
Public Member Functions | |
| KWTableDia (QWidget *parent, const char *name, UseMode _useMode, KWCanvas *_canvas, KWDocument *_doc, int rows, int cols, CellSize wid, CellSize hei, bool floating, const QString &_templateName, int format) | |
Protected Slots | |
| void | rowsChanged (int) |
| void | colsChanged (int) |
| void | slotSetReapply (bool) |
| virtual void | slotOk () |
| void | slotInlineTable (bool) |
Protected Member Functions | |
| void | setupTab1 (int rows, int cols, CellSize wid, CellSize hei, bool floating) |
| void | setupTab2 (const QString &_templateName, int format) |
Protected Attributes | |
| QWidget * | tab1 |
| QLabel * | lRows |
| QLabel * | lCols |
| QSpinBox * | nRows |
| QSpinBox * | nCols |
| KWTablePreview * | preview |
| QCheckBox * | cbReapplyTemplate1 |
| QCheckBox * | cbReapplyTemplate2 |
| QGridLayout * | grid |
| KWTableTemplateSelector * | tableTemplateSelector |
| UseMode | m_useMode |
| KWCanvas * | canvas |
| KWDocument * | doc |
| int | oldRowCount |
| int | oldColCount |
| QString | oldTemplateName |
Member Function Documentation
| void KWTableDia::slotOk | ( | ) | [protected, virtual, slot] |
Definition at line 243 of file KWTableDia.cpp.
The documentation for this class was generated from the following files:

