X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FinsetgraphicsParams.h;h=601df89b0a740839133208d0701a4e5ace6725d0;hb=b922cdd796f9e4b9a46a79808cdee596e04903eb;hp=605ddd43f36cb407131df8c8a1be9373e07f82a7;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/insets/insetgraphicsParams.h b/src/insets/insetgraphicsParams.h index 605ddd43f3..601df89b0a 100644 --- a/src/insets/insetgraphicsParams.h +++ b/src/insets/insetgraphicsParams.h @@ -4,7 +4,7 @@ * * LyX, The Document Processor * Copyright 1995 Matthias Ettrich. - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * This file Copyright 2000 Baruch Even * ================================================= */ @@ -44,9 +44,6 @@ struct InsetGraphicsParams /// How to display the image DisplayType display; - /// Is the figure inlined? (not in a paragraph of its own). - bool inlineFigure; - /// Do we have a subcaption? bool subcaption; @@ -78,7 +75,8 @@ struct InsetGraphicsParams CM, INCH, PERCENT_PAGE, - PERCENT_COLUMN + PERCENT_COLUMN, + SCALE }; @@ -97,7 +95,7 @@ struct InsetGraphicsParams /// Origin point of rotation Origin rotateOrigin; /// Rotation angle. - int rotateAngle; + float rotateAngle; /// InsetGraphicsParams(); /// @@ -124,5 +122,7 @@ private: /// bool operator==(InsetGraphicsParams const &, InsetGraphicsParams const &); +/// +bool operator!=(InsetGraphicsParams const &, InsetGraphicsParams const &); #endif