4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Jürgen Spitzmüller
9 * Full author contact details are available in file CREDITS.
15 #include "GuiDialog.h"
16 #include "ui_WrapUi.h"
18 #include "insets/InsetWrap.h"
23 class GuiWrap
: public GuiDialog
, public Ui::WrapUi
28 GuiWrap(GuiView
& lv
);
31 void change_adaptor();
34 /// Dialog inherited methods
37 void updateContents() {}
38 bool initialiseParams(std::string
const & data
);
40 void dispatchParams();
41 bool isBufferDependent() const { return true; }
45 void paramsToDialog(InsetWrapParams
const & params
);
48 InsetWrapParams params_
;
51 } // namespace frontend