mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Move insetfloat.h out of ControlFloat.h and into the .C files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5449effb05
commit
fafd0dae3a
@ -1,18 +1,14 @@
|
||||
2003-03-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlFloat.[Ch]: move insetfloat.h into the .C file.
|
||||
|
||||
* ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
|
||||
* ControlInclude.C: remove unneeded header files.
|
||||
|
||||
2003-03-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
|
||||
|
||||
2003-03-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
|
||||
|
||||
2003-03-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
|
||||
|
||||
* Dialog.h: make view() public. Add dialog() methods.
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "ControlFloat.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetfloat.h"
|
||||
|
||||
|
||||
ControlFloat::ControlFloat(Dialog & parent)
|
||||
|
@ -12,13 +12,10 @@
|
||||
#ifndef CONTROLFLOAT_H
|
||||
#define CONTROLFLOAT_H
|
||||
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "insets/insetfloat.h"
|
||||
|
||||
class InsetFloatParams;
|
||||
|
||||
/** A controller for Minipage dialogs.
|
||||
*/
|
||||
class ControlFloat : public Dialog::Controller {
|
||||
public:
|
||||
///
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "Qt2BC.h"
|
||||
#include "qt_helpers.h"
|
||||
|
||||
#include "insets/insetfloat.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <qpushbutton.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "forms/form_float.h"
|
||||
#include "Tooltips.h"
|
||||
#include "xforms_helpers.h"
|
||||
#include "insets/insetfloat.h"
|
||||
#include "support/lstrings.h"
|
||||
#include FORMS_H_LOCATION
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
#ifndef FORMFLOAT_H
|
||||
#define FORMFLOAT_H
|
||||
|
||||
|
||||
#include "FormDialogView.h"
|
||||
#include "RadioButtonGroup.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user