2000-06-28 13:35:52 +00:00
|
|
|
|
// -*- C++ -*-
|
2002-09-25 14:26:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* \file insetfloat.h
|
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
|
* Licence details can be found in the file COPYING.
|
2002-03-21 17:09:55 +00:00
|
|
|
|
*
|
2002-09-25 14:26:13 +00:00
|
|
|
|
* \author J<EFBFBD>rgen Vigna
|
|
|
|
|
* \author Lars Gullik Bj<EFBFBD>nnes
|
2000-06-28 13:35:52 +00:00
|
|
|
|
*
|
2002-09-25 14:26:13 +00:00
|
|
|
|
* Full author contact details are available in file CREDITS
|
2000-06-28 13:35:52 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2003-05-13 16:24:49 +00:00
|
|
|
|
#ifndef INSETFLOAT_H
|
|
|
|
|
#define INSETFLOAT_H
|
2000-06-28 13:35:52 +00:00
|
|
|
|
|
|
|
|
|
#include "insetcollapsable.h"
|
2002-07-21 21:21:06 +00:00
|
|
|
|
#include "toc.h"
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2000-06-28 13:35:52 +00:00
|
|
|
|
|
2003-03-05 17:56:47 +00:00
|
|
|
|
struct InsetFloatParams {
|
|
|
|
|
///
|
2003-03-10 19:58:25 +00:00
|
|
|
|
InsetFloatParams() : wide(false) {}
|
2003-03-05 17:56:47 +00:00
|
|
|
|
///
|
2003-03-05 19:46:08 +00:00
|
|
|
|
void write(std::ostream & os) const;
|
|
|
|
|
///
|
|
|
|
|
void read(LyXLex & lex);
|
|
|
|
|
///
|
2003-03-05 17:56:47 +00:00
|
|
|
|
string type;
|
|
|
|
|
///
|
|
|
|
|
string placement;
|
|
|
|
|
///
|
|
|
|
|
bool wide;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
2000-06-28 13:35:52 +00:00
|
|
|
|
/** The float inset
|
2002-03-21 17:09:55 +00:00
|
|
|
|
|
2000-06-28 13:35:52 +00:00
|
|
|
|
*/
|
|
|
|
|
class InsetFloat : public InsetCollapsable {
|
|
|
|
|
public:
|
|
|
|
|
///
|
2002-03-03 20:25:07 +00:00
|
|
|
|
InsetFloat(BufferParams const &, string const &);
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2003-05-26 09:13:55 +00:00
|
|
|
|
InsetFloat(InsetFloat const &);
|
|
|
|
|
///
|
2001-07-30 11:56:00 +00:00
|
|
|
|
~InsetFloat();
|
2003-03-05 19:46:08 +00:00
|
|
|
|
///
|
2003-05-26 09:13:55 +00:00
|
|
|
|
virtual dispatch_result localDispatch(FuncRequest const & cmd);
|
2001-07-30 11:56:00 +00:00
|
|
|
|
///
|
2001-06-28 10:25:20 +00:00
|
|
|
|
void write(Buffer const * buf, std::ostream & os) const;
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2001-06-28 10:25:20 +00:00
|
|
|
|
void read(Buffer const * buf, LyXLex & lex);
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2001-06-28 10:25:20 +00:00
|
|
|
|
void validate(LaTeXFeatures & features) const;
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2003-06-16 11:49:38 +00:00
|
|
|
|
InsetBase * clone() const;
|
2003-05-26 09:13:55 +00:00
|
|
|
|
///
|
2001-06-28 10:25:20 +00:00
|
|
|
|
Inset::Code lyxCode() const { return Inset::FLOAT_CODE; }
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2003-05-23 08:59:47 +00:00
|
|
|
|
int latex(Buffer const *, std::ostream &,
|
|
|
|
|
LatexRunParams const &) const;
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2002-06-18 15:44:30 +00:00
|
|
|
|
int docbook(Buffer const *, std::ostream &, bool mixcont) const;
|
2001-03-23 08:37:44 +00:00
|
|
|
|
///
|
2001-06-28 10:25:20 +00:00
|
|
|
|
string const editMessage() const;
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2001-07-19 08:52:59 +00:00
|
|
|
|
bool insetAllowed(Inset::Code) const;
|
2002-07-23 21:03:38 +00:00
|
|
|
|
/** returns true if, when outputing LaTeX, font changes should
|
2002-12-01 22:59:25 +00:00
|
|
|
|
be closed before generating this inset. This is needed for
|
|
|
|
|
insets that may contain several paragraphs */
|
2002-07-23 21:03:38 +00:00
|
|
|
|
bool noFontChange() const { return true; }
|
2000-06-28 13:35:52 +00:00
|
|
|
|
///
|
2002-08-27 15:51:19 +00:00
|
|
|
|
void wide(bool w, BufferParams const &);
|
2000-07-15 23:51:46 +00:00
|
|
|
|
///
|
2002-07-21 21:21:06 +00:00
|
|
|
|
void addToToc(toc::TocList &, Buffer const *) const;
|
|
|
|
|
///
|
2001-07-30 11:56:00 +00:00
|
|
|
|
bool showInsetDialog(BufferView *) const;
|
|
|
|
|
///
|
2003-03-05 17:56:47 +00:00
|
|
|
|
InsetFloatParams const & params() const { return params_; }
|
2003-05-26 09:13:55 +00:00
|
|
|
|
|
2003-03-05 17:56:47 +00:00
|
|
|
|
private:
|
2000-07-15 23:51:46 +00:00
|
|
|
|
///
|
2003-03-05 17:56:47 +00:00
|
|
|
|
InsetFloatParams params_;
|
2000-06-28 13:35:52 +00:00
|
|
|
|
};
|
|
|
|
|
|
2003-03-05 19:46:08 +00:00
|
|
|
|
|
|
|
|
|
#include "mailinset.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class InsetFloatMailer : public MailInset {
|
|
|
|
|
public:
|
|
|
|
|
///
|
|
|
|
|
InsetFloatMailer(InsetFloat & inset);
|
|
|
|
|
///
|
2003-03-10 13:33:39 +00:00
|
|
|
|
virtual InsetBase & inset() const { return inset_; }
|
2003-03-05 19:46:08 +00:00
|
|
|
|
///
|
|
|
|
|
virtual string const & name() const { return name_; }
|
|
|
|
|
///
|
|
|
|
|
virtual string const inset2string() const;
|
|
|
|
|
///
|
|
|
|
|
static void string2params(string const &, InsetFloatParams &);
|
|
|
|
|
///
|
2003-03-07 14:08:10 +00:00
|
|
|
|
static string const params2string(InsetFloatParams const &);
|
2003-03-05 19:46:08 +00:00
|
|
|
|
private:
|
|
|
|
|
///
|
2003-03-07 14:08:10 +00:00
|
|
|
|
static string const name_;
|
2003-03-05 19:46:08 +00:00
|
|
|
|
///
|
|
|
|
|
InsetFloat & inset_;
|
|
|
|
|
};
|
|
|
|
|
|
2000-06-28 13:35:52 +00:00
|
|
|
|
#endif
|