4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
8 * \author Angus Leeming
9 * \author Jürgen Spitzmüller
10 * \author Edwin Leuven
12 * Full author contact details are available in file CREDITS.
18 #include "GuiDialog.h"
19 #include "ui_VSpaceUi.h"
25 class GuiVSpace
: public GuiDialog
, public Ui::VSpaceUi
30 GuiVSpace(GuiView
& lv
);
34 void change_adaptor();
36 void enableCustom(int);
42 void updateContents();
44 bool initialiseParams(std::string
const & data
);
48 void dispatchParams();
50 bool isBufferDependent() const { return true; }
56 } // namespace frontend