X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormMinipage.h;h=f905c1a2c9e33ef05a9588e8a4692a9a47637154;hb=3e39bef2c13125023f3b72532d90575bbe307335;hp=f0f92a96707fe9028654a7bfffa6e1bbef4e1e65;hpb=c44d76deae691866fc734077d870e698eb607a10;p=lyx.git diff --git a/src/frontends/xforms/FormMinipage.h b/src/frontends/xforms/FormMinipage.h index f0f92a9670..f905c1a2c9 100644 --- a/src/frontends/xforms/FormMinipage.h +++ b/src/frontends/xforms/FormMinipage.h @@ -1,14 +1,10 @@ -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 2001 The LyX Team. - * - *====================================================== - * +// -*- C++ -*- +/** * \file FormMinipage.h - * \author Juergen Vigna, jug@sad.it + * Copyright 2001 the LyX Team + * Read the file COPYING + * + * \author Jürgen Vigna, jug@sad.it */ #ifndef FORMMINIPAGE_H @@ -20,22 +16,17 @@ #include "FormBase.h" -class LyXView; -class Dialogs; -class InsetMinipage; +class ControlMinipage; struct FD_form_minipage; /** This class provides an XForms implementation of the Minipage Dialog. */ -class ControlMinipage; -struct FD_form_minipage; - -class FormMinipage : public FormCB > { +class FormMinipage + : public FormCB > { public: /// FormMinipage(ControlMinipage &); - private: /// Set the Params variable for the Controller. virtual void apply(); @@ -43,6 +34,8 @@ private: virtual void build(); /// Update dialog before/whilst showing it. virtual void update(); + /// Filter the inputs on callback from xforms + virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); /// Fdesign generated method FD_form_minipage * build_minipage();