KPIMTextedit Library
21 #ifndef KPIMTEXTEDIT_INSERTTABLEDIALOG_H
22 #define KPIMTEXTEDIT_INSERTTABLEDIALOG_H
24 #include "kpimtextedit_export.h"
26 #include <KDE/KDialog>
28 #include <QTextLength>
30 namespace KPIMTextEdit {
32 class KPIMTEXTEDIT_EXPORT InsertTableWidget :
public QWidget
36 explicit InsertTableWidget( QWidget *parent = 0 );
42 void setColumns(
int col );
43 void setRows(
int rows );
44 void setBorder(
int border );
46 QTextLength::Type typeOfLength()
const;
47 void setTypeOfLength( QTextLength::Type type );
50 void setLength(
int );
53 void slotTypeOfLengthChanged(
int );
56 class InsertTableWidgetPrivate;
57 InsertTableWidgetPrivate *
const d;
60 class KPIMTEXTEDIT_EXPORT InsertTableDialog :
public KDialog
63 explicit InsertTableDialog( QWidget *parent );
69 void setColumns(
int col );
70 void setRows(
int rows );
71 void setBorder(
int border );
73 QTextLength::Type typeOfLength()
const;
74 void setTypeOfLength( QTextLength::Type type );
76 void setLength(
int );
79 class InsertTableDialogPrivate;
80 InsertTableDialogPrivate *
const d;
85 #endif // KPIMTEXTEDIT_INSERTTABLEDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.