4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
8 * \author Kalle Dalheimer
10 * Full author contact details are available in file CREDITS.
16 #include "GuiDialog.h"
17 #include "ui_LabelUi.h"
19 #include "insets/InsetCommandParams.h"
24 class GuiLabel
: public GuiDialog
, public Ui::LabelUi
29 GuiLabel(GuiView
& lv
);
32 void change_adaptor();
41 void updateContents();
43 bool initialiseParams(std::string
const & data
);
45 void clearParams() { params_
.clear(); }
47 void dispatchParams();
49 bool isBufferDependent() const { return true; }
53 InsetCommandParams params_
;
56 } // namespace frontend