]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/FormTabularCreate.h
82a3e4370ad8946d0903af2e6664661093184cc0
[lyx.git] / src / frontends / kde / FormTabularCreate.h
1 /**
2  * \file FormTabularCreate.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon
7  */
8
9 #ifndef FORMTABULARCREATE_H
10 #define FORMTABULARCREATE_H
11
12 #include "KFormBase.h"
13
14 class ControlTabularCreate; 
15 class TabularCreateDialog;
16
17 ///
18 class FormTabularCreate : public KFormBase<ControlTabularCreate, TabularCreateDialog> {
19 public: 
20         ///
21         FormTabularCreate(ControlTabularCreate & c); 
22  
23 private:
24         /// apply dialog 
25         virtual void apply();
26         /// build dialog
27         virtual void build();
28         /// not used
29         virtual void update() {};
30 };
31
32 #endif // FORMTABULARCREATE_H